#771804

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

Shades of Falu Red #771804

Tints of Falu Red #771804

Color information

#771804 (or 0x771804) is unknown color: approx Falu Red. HEX triplet: 77, 18 and 04. RGB value is (119,24,4). Sum of RGB (Red+Green+Blue) = 119+24+4=147 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.95% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 119 - color contains mainly: red. Hex color #771804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771804 is #88E7FB. Grayscale: #323232. Windows color (decimal): -8972284 or 268407. OLE color: 268407.

HSL color Cylindrical-coordinate representation of color #771804: hue angle of 10.43º 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 #771804 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB119244-
CMYK00.800.970.53
HSL10.43º93.5%24.12%-
HSV(B)10.43º96.64%46.67%-
XYZ7.964.580.58-
YUV50.12101.97177.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 80.95%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 4 (1.95% from 255) = 2.72%
R=80.95%
G=16.33%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11924400.800.970.5310.4393.524.12
Hex771840506135a5d18
Octal1673040120141651213530
Binary1110111110001000101000011000011101011010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771804; }

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

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

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

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

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

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

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

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