#772A29

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

Shades of Lusty #772A29

Tints of Lusty #772A29

Color information

#772A29 (or 0x772A29) is unknown color: approx Lusty. HEX triplet: 77, 2A and 29. RGB value is (119,42,41). Sum of RGB (Red+Green+Blue) = 119+42+41=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #772A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A29 is #88D5D6. Grayscale: #404040. Windows color (decimal): -8967639 or 2697847. OLE color: 2697847.

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

Color convert

RGB1194241-
CMYK00.650.660.53
HSL0.77º48.75%31.37%-
HSV(B)0.77º65.55%46.67%-
XYZ8.845.742.74-
YUV64.91114.51166.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.91%
GREEN value IS 42 (16.80% from 255) = 20.79%
BLUE value IS 41 (16.41% from 255) = 20.30%
R=58.91%
G=20.79%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119424100.650.660.530.7748.7531.37
Hex772A2904142351311f
Octal167525101011026516137
Binary1110111101010101001010000011000010110101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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