#772D29

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

Shades of Lusty #772D29

Tints of Lusty #772D29

Color information

#772D29 (or 0x772D29) is unknown color: approx Lusty. HEX triplet: 77, 2D and 29. RGB value is (119,45,41). Sum of RGB (Red+Green+Blue) = 119+45+41=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #772D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D29 is #88D2D6. Grayscale: #424242. Windows color (decimal): -8966871 or 2698615. OLE color: 2698615.

HSL color Cylindrical-coordinate representation of color #772D29: hue angle of 3.08º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772D29 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1194541-
CMYK00.620.660.53
HSL3.08º48.75%31.37%-
HSV(B)3.08º65.55%46.67%-
XYZ8.955.962.78-
YUV66.67113.52165.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 45 (17.97% from 255) = 21.95%
BLUE value IS 41 (16.41% from 255) = 20%
R=58.05%
G=21.95%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119454100.620.660.533.0848.7531.37
Hex772D2903E42353311f
Octal16755510761026536137
Binary1110111101101101001011111010000101101011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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