#772D24

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

Shades of Lusty #772D24

Tints of Lusty #772D24

Color information

#772D24 (or 0x772D24) is unknown color: approx Lusty. HEX triplet: 77, 2D and 24. RGB value is (119,45,36). Sum of RGB (Red+Green+Blue) = 119+45+36=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #772D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D24 is #88D2DB. Grayscale: #424242. Windows color (decimal): -8966876 or 2370935. OLE color: 2370935.

HSL color Cylindrical-coordinate representation of color #772D24: hue angle of 6.51º 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 #772D24 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1194536-
CMYK00.620.700.53
HSL6.51º53.55%30.39%-
HSV(B)6.51º69.75%46.67%-
XYZ8.865.932.35-
YUV66.1111.02165.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.5%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 36 (14.45% from 255) = 18%
R=59.5%
G=22.5%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119453600.620.700.536.5153.5530.39
Hex772D2403E46357361e
Octal16755440761066576636
Binary11101111011011001000111110100011011010111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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