#772610

Color #772610 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #772610

Tints of Falu Red #772610

Color information

#772610 (or 0x772610) is unknown color: approx Falu Red. HEX triplet: 77, 26 and 10. RGB value is (119,38,16). Sum of RGB (Red+Green+Blue) = 119+38+16=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #772610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772610 is #88D9EF. Grayscale: #3B3B3B. Windows color (decimal): -8968688 or 1058423. OLE color: 1058423.

HSL color Cylindrical-coordinate representation of color #772610: hue angle of 12.82º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #772610 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1193816-
CMYK00.680.870.53
HSL12.82º76.3%26.47%-
HSV(B)12.82º86.55%46.67%-
XYZ8.395.351.08-
YUV59.71103.34170.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 68.79%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 16 (6.64% from 255) = 9.25%
R=68.79%
G=21.97%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119381600.680.870.5312.8276.326.47
Hex7726100445735d4c1a
Octal16746200104127651511432
Binary1110111100110100000100010010101111101011101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772610; }

 p { color: rgb(119,38,16); }

 H1.HeaderClassName
 {
   color: #772610;
 }
 .AnyTagClassName
 {
   color: #772610;
 }
</style>
background-color css

<style>
 a { background-color: #772610; }

 a { background-color: rgb(119,38,16); }

 div.DivClassName
 {
   background-color: #772610;
 }
 .BgClassName
 {
   background-color: #772610;
 }
</style>
border-color css

<style>
 span { border-color: #772610; }

 span { border-color: rgb(119,38,16); }

 td.TdClassName
 {
   border-color: #772610;
 }
 .TagClassName
 {
   border-color: #772610;
 }
</style>