#772006

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

Shades of Falu Red #772006

Tints of Falu Red #772006

Color information

#772006 (or 0x772006) is unknown color: approx Falu Red. HEX triplet: 77, 20 and 06. RGB value is (119,32,6). Sum of RGB (Red+Green+Blue) = 119+32+6=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #772006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772006 is #88DFF9. Grayscale: #373737. Windows color (decimal): -8970234 or 401527. OLE color: 401527.

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

Color convert

RGB119326-
CMYK00.730.950.53
HSL13.81º90.4%24.51%-
HSV(B)13.81º94.96%46.67%-
XYZ8.164.970.7-
YUV55.05100.32173.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 75.80%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=75.80%
G=20.38%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11932600.730.950.5313.8190.424.51
Hex772060495F35e5a19
Octal1674060111137651613231
Binary11101111000001100100100110111111101011110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772006; }

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

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

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

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

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

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

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

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