#772200

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

Shades of Falu Red #772200

Tints of Falu Red #772200

Color information

#772200 (or 0x772200) is unknown color: approx Falu Red. HEX triplet: 77, 22 and 00. RGB value is (119,34,0). Sum of RGB (Red+Green+Blue) = 119+34+0=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #772200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772200 is #88DDFF. Grayscale: #373737. Windows color (decimal): -8969728 or 8823. OLE color: 8823.

HSL color Cylindrical-coordinate representation of color #772200: hue angle of 17.14º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #772200 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB119340-
CMYK00.7110.53
HSL17.14º100%23.33%-
HSV(B)17.14º100%46.67%-
XYZ8.185.070.55-
YUV55.5496.66173.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 77.78%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.78%
G=22.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11934000.7110.5317.1410023.33
Hex772200476435116417
Octal1674200107144652114427
Binary1110111100010001000111110010011010110001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772200; }

 p { color: rgb(119,34,0); }

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

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

 a { background-color: rgb(119,34,0); }

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

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

 span { border-color: rgb(119,34,0); }

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