#771D06

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

Shades of Falu Red #771D06

Tints of Falu Red #771D06

Color information

#771D06 (or 0x771D06) is unknown color: approx Falu Red. HEX triplet: 77, 1D and 06. RGB value is (119,29,6). Sum of RGB (Red+Green+Blue) = 119+29+6=154 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.27% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 119 - color contains mainly: red. Hex color #771D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771D06 is #88E2F9. Grayscale: #353535. Windows color (decimal): -8971002 or 400759. OLE color: 400759.

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

Color convert

RGB119296-
CMYK00.760.950.53
HSL12.21º90.4%24.51%-
HSV(B)12.21º94.96%46.67%-
XYZ8.084.810.68-
YUV53.29101.32174.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 77.27%
GREEN value IS 29 (11.72% from 255) = 18.83%
BLUE value IS 6 (2.73% from 255) = 3.90%
R=77.27%
G=18.83%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11929600.760.950.5312.2190.424.51
Hex771D604C5F35c5a19
Octal1673560114137651413231
Binary1110111111011100100110010111111101011100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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