#772012

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

Shades of Falu Red #772012

Tints of Falu Red #772012

Color information

#772012 (or 0x772012) is unknown color: approx Falu Red. HEX triplet: 77, 20 and 12. RGB value is (119,32,18). Sum of RGB (Red+Green+Blue) = 119+32+18=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #772012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772012 is #88DFED. Grayscale: #383838. Windows color (decimal): -8970222 or 1187959. OLE color: 1187959.

HSL color Cylindrical-coordinate representation of color #772012: hue angle of 8.32º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #772012 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB1193218-
CMYK00.730.850.53
HSL8.32º73.72%26.86%-
HSV(B)8.32º84.87%46.67%-
XYZ8.2351.1-
YUV56.42106.32172.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70.41%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 18 (7.42% from 255) = 10.65%
R=70.41%
G=18.93%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119321800.730.850.538.3273.7226.86
Hex772012049553584a1b
Octal16740220111125651011233
Binary1110111100000100100100100110101011101011000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772012; }

 p { color: rgb(119,32,18); }

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

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

 a { background-color: rgb(119,32,18); }

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

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

 span { border-color: rgb(119,32,18); }

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