#77200C

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

Shades of Falu Red #77200C

Tints of Falu Red #77200C

Color information

#77200C (or 0x77200C) is unknown color: approx Falu Red. HEX triplet: 77, 20 and 0C. RGB value is (119,32,12). Sum of RGB (Red+Green+Blue) = 119+32+12=163 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.01% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 119 - color contains mainly: red. Hex color #77200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77200C is #88DFF3. Grayscale: #373737. Windows color (decimal): -8970228 or 794743. OLE color: 794743.

HSL color Cylindrical-coordinate representation of color #77200C: hue angle of 11.21º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77200C is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1193212-
CMYK00.730.900.53
HSL11.21º81.68%25.69%-
HSV(B)11.21º89.92%46.67%-
XYZ8.194.980.88-
YUV55.73103.32173.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.01%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 12 (5.08% from 255) = 7.36%
R=73.01%
G=19.63%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119321200.730.900.5311.2181.6825.69
Hex7720C0495A35b521a
Octal16740140111132651312232
Binary111011110000011000100100110110101101011011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77200C; }

 p { color: rgb(119,32,12); }

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

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

 a { background-color: rgb(119,32,12); }

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

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

 span { border-color: rgb(119,32,12); }

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