#772106

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

Shades of Falu Red #772106

Tints of Falu Red #772106

Color information

#772106 (or 0x772106) is unknown color: approx Falu Red. HEX triplet: 77, 21 and 06. RGB value is (119,33,6). Sum of RGB (Red+Green+Blue) = 119+33+6=158 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.32% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 119 - color contains mainly: red. Hex color #772106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772106 is #88DEF9. Grayscale: #373737. Windows color (decimal): -8969978 or 401783. OLE color: 401783.

HSL color Cylindrical-coordinate representation of color #772106: hue angle of 14.34º 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 #772106 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB119336-
CMYK00.720.950.53
HSL14.34º90.4%24.51%-
HSV(B)14.34º94.96%46.67%-
XYZ8.185.020.71-
YUV55.6499.99173.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 75.32%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 6 (2.73% from 255) = 3.80%
R=75.32%
G=20.89%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11933600.720.950.5314.3490.424.51
Hex772160485F35e5a19
Octal1674160110137651613231
Binary11101111000011100100100010111111101011110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772106; }

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

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

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

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

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

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

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

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