#772009

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

Shades of Falu Red #772009

Tints of Falu Red #772009

Color information

#772009 (or 0x772009) is unknown color: approx Falu Red. HEX triplet: 77, 20 and 09. RGB value is (119,32,9). Sum of RGB (Red+Green+Blue) = 119+32+9=160 (21% of max value = 765). Red value is 119 (46.88% from 255 or 74.38% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 119 - color contains mainly: red. Hex color #772009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772009 is #88DFF6. Grayscale: #373737. Windows color (decimal): -8970231 or 598135. OLE color: 598135.

HSL color Cylindrical-coordinate representation of color #772009: hue angle of 12.55º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #772009 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB119329-
CMYK00.730.920.53
HSL12.55º85.94%25.1%-
HSV(B)12.55º92.44%46.67%-
XYZ8.174.970.79-
YUV55.39101.82173.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 74.38%
GREEN value IS 32 (12.89% from 255) = 20%
BLUE value IS 9 (3.91% from 255) = 5.62%
R=74.38%
G=20%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11932900.730.920.5312.5585.9425.1
Hex772090495C35d5619
Octal16740110111134651512631
Binary111011110000010010100100110111001101011101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772009; }

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

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

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

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

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

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

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

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