#772929

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

Shades of Lusty #772929

Tints of Lusty #772929

Color information

#772929 (or 0x772929) is unknown color: approx Lusty. HEX triplet: 77, 29 and 29. RGB value is (119,41,41). Sum of RGB (Red+Green+Blue) = 119+41+41=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #772929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772929 is #88D6D6. Grayscale: #404040. Windows color (decimal): -8967895 or 2697591. OLE color: 2697591.

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

Color convert

RGB1194141-
CMYK00.660.660.53
HSL48.75%31.37%-
HSV(B)65.55%46.67%-
XYZ8.85.672.73-
YUV64.32114.84167-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.20%
GREEN value IS 41 (16.41% from 255) = 20.40%
BLUE value IS 41 (16.41% from 255) = 20.40%
R=59.20%
G=20.40%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119414100.660.660.53048.7531.37
Hex77292904242350311f
Octal167515101021026506137
Binary1110111101001101001010000101000010110101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772929; }

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

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

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

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

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

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

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

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