#771D08

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

Shades of Falu Red #771D08

Tints of Falu Red #771D08

Color information

#771D08 (or 0x771D08) is unknown color: approx Falu Red. HEX triplet: 77, 1D and 08. RGB value is (119,29,8). Sum of RGB (Red+Green+Blue) = 119+29+8=156 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.28% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 119 - color contains mainly: red. Hex color #771D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771D08 is #88E2F7. Grayscale: #353535. Windows color (decimal): -8971000 or 531831. OLE color: 531831.

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

Color convert

RGB119298-
CMYK00.760.930.53
HSL11.35º87.4%24.9%-
HSV(B)11.35º93.28%46.67%-
XYZ8.094.820.73-
YUV53.52102.32174.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 76.28%
GREEN value IS 29 (11.72% from 255) = 18.59%
BLUE value IS 8 (3.52% from 255) = 5.13%
R=76.28%
G=18.59%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11929800.760.930.5311.3587.424.9
Hex771D804C5D35b5719
Octal16735100114135651312731
Binary11101111110110000100110010111011101011011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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