#771208

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

Shades of Falu Red #771208

Tints of Falu Red #771208

Color information

#771208 (or 0x771208) is unknown color: approx Falu Red. HEX triplet: 77, 12 and 08. RGB value is (119,18,8). Sum of RGB (Red+Green+Blue) = 119+18+8=145 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.07% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 119 - color contains mainly: red. Hex color #771208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771208 is #88EDF7. Grayscale: #2F2F2F. Windows color (decimal): -8973816 or 529015. OLE color: 529015.

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

Color convert

RGB119188-
CMYK00.850.930.53
HSL5.41º87.4%24.9%-
HSV(B)5.41º93.28%46.67%-
XYZ7.874.370.66-
YUV47.06105.96179.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 82.07%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 8 (3.52% from 255) = 5.52%
R=82.07%
G=12.41%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11918800.850.930.535.4187.424.9
Hex771280555D3555719
Octal1672210012513565512731
Binary1110111100101000010101011011101110101101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771208; }

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

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

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

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

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

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

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

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