#771E08

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

Shades of Falu Red #771E08

Tints of Falu Red #771E08

Color information

#771E08 (or 0x771E08) is unknown color: approx Falu Red. HEX triplet: 77, 1E and 08. RGB value is (119,30,8). Sum of RGB (Red+Green+Blue) = 119+30+8=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #771E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771E08 is #88E1F7. Grayscale: #363636. Windows color (decimal): -8970744 or 532087. OLE color: 532087.

HSL color Cylindrical-coordinate representation of color #771E08: hue angle of 11.89º 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 #771E08 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB119308-
CMYK00.750.930.53
HSL11.89º87.4%24.9%-
HSV(B)11.89º93.28%46.67%-
XYZ8.124.870.74-
YUV54.1101.99174.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 75.80%
GREEN value IS 30 (12.11% from 255) = 19.11%
BLUE value IS 8 (3.52% from 255) = 5.10%
R=75.80%
G=19.11%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11930800.750.930.5311.8987.424.9
Hex771E804B5D35c5719
Octal16736100113135651412731
Binary11101111111010000100101110111011101011100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771E08; }

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

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

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

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

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

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

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

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