#771B06

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

Shades of Falu Red #771B06

Tints of Falu Red #771B06

Color information

#771B06 (or 0x771B06) is unknown color: approx Falu Red. HEX triplet: 77, 1B and 06. RGB value is (119,27,6). Sum of RGB (Red+Green+Blue) = 119+27+6=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #771B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771B06 is #88E4F9. Grayscale: #343434. Windows color (decimal): -8971514 or 400247. OLE color: 400247.

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

Color convert

RGB119276-
CMYK00.770.950.53
HSL11.15º90.4%24.51%-
HSV(B)11.15º94.96%46.67%-
XYZ8.034.720.66-
YUV52.11101.98175.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 78.29%
GREEN value IS 27 (10.94% from 255) = 17.76%
BLUE value IS 6 (2.73% from 255) = 3.95%
R=78.29%
G=17.76%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11927600.770.950.5311.1590.424.51
Hex771B604D5F35b5a19
Octal1673360115137651313231
Binary1110111110111100100110110111111101011011101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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