#771604

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

Shades of Falu Red #771604

Tints of Falu Red #771604

Color information

#771604 (or 0x771604) is unknown color: approx Falu Red. HEX triplet: 77, 16 and 04. RGB value is (119,22,4). Sum of RGB (Red+Green+Blue) = 119+22+4=145 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.07% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 119 - color contains mainly: red. Hex color #771604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771604 is #88E9FB. Grayscale: #313131. Windows color (decimal): -8972796 or 267895. OLE color: 267895.

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

Color convert

RGB119224-
CMYK00.820.970.53
HSL9.39º93.5%24.12%-
HSV(B)9.39º96.64%46.67%-
XYZ7.924.50.57-
YUV48.95102.64177.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 82.07%
GREEN value IS 22 (8.98% from 255) = 15.17%
BLUE value IS 4 (1.95% from 255) = 2.76%
R=82.07%
G=15.17%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11922400.820.970.539.3993.524.12
Hex77164052613595d18
Octal1672640122141651113530
Binary1110111101101000101001011000011101011001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771604; }

 p { color: rgb(119,22,4); }

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

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

 a { background-color: rgb(119,22,4); }

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

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

 span { border-color: rgb(119,22,4); }

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