#772C24

Color #772C24 Lusty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lusty #772C24

Tints of Lusty #772C24

Color information

#772C24 (or 0x772C24) is unknown color: approx Lusty. HEX triplet: 77, 2C and 24. RGB value is (119,44,36). Sum of RGB (Red+Green+Blue) = 119+44+36=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #772C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C24 is #88D3DB. Grayscale: #414141. Windows color (decimal): -8967132 or 2370679. OLE color: 2370679.

HSL color Cylindrical-coordinate representation of color #772C24: hue angle of 5.78º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772C24 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1194436-
CMYK00.630.700.53
HSL5.78º53.55%30.39%-
HSV(B)5.78º69.75%46.67%-
XYZ8.835.852.33-
YUV65.51111.35166.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.80%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 36 (14.45% from 255) = 18.09%
R=59.80%
G=22.11%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119443600.630.700.535.7853.5530.39
Hex772C2403F46356361e
Octal16754440771066566636
Binary11101111011001001000111111100011011010111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772C24; }

 p { color: rgb(119,44,36); }

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

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

 a { background-color: rgb(119,44,36); }

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

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

 span { border-color: rgb(119,44,36); }

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