#771806

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

Shades of Falu Red #771806

Tints of Falu Red #771806

Color information

#771806 (or 0x771806) is unknown color: approx Falu Red. HEX triplet: 77, 18 and 06. RGB value is (119,24,6). Sum of RGB (Red+Green+Blue) = 119+24+6=149 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.87% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 119 - color contains mainly: red. Hex color #771806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771806 is #88E7F9. Grayscale: #323232. Windows color (decimal): -8972282 or 399479. OLE color: 399479.

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

Color convert

RGB119246-
CMYK00.800.950.53
HSL9.56º90.4%24.51%-
HSV(B)9.56º94.96%46.67%-
XYZ7.974.590.64-
YUV50.35102.97176.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 79.87%
GREEN value IS 24 (9.77% from 255) = 16.11%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=79.87%
G=16.11%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11924600.800.950.539.5690.424.51
Hex771860505F35a5a19
Octal1673060120137651213231
Binary1110111110001100101000010111111101011010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771806; }

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

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

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

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

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

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

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

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