#772C29

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

Shades of Lusty #772C29

Tints of Lusty #772C29

Color information

#772C29 (or 0x772C29) is unknown color: approx Lusty. HEX triplet: 77, 2C and 29. RGB value is (119,44,41). Sum of RGB (Red+Green+Blue) = 119+44+41=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #772C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C29 is #88D3D6. Grayscale: #424242. Windows color (decimal): -8967127 or 2698359. OLE color: 2698359.

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

Color convert

RGB1194441-
CMYK00.630.660.53
HSL2.31º48.75%31.37%-
HSV(B)2.31º65.55%46.67%-
XYZ8.915.882.76-
YUV66.08113.85165.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.33%
GREEN value IS 44 (17.58% from 255) = 21.57%
BLUE value IS 41 (16.41% from 255) = 20.10%
R=58.33%
G=21.57%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119444100.630.660.532.3148.7531.37
Hex772C2903F42352311f
Octal16754510771026526137
Binary1110111101100101001011111110000101101011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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