#772E29

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

Shades of Lusty #772E29

Tints of Lusty #772E29

Color information

#772E29 (or 0x772E29) is unknown color: approx Lusty. HEX triplet: 77, 2E and 29. RGB value is (119,46,41). Sum of RGB (Red+Green+Blue) = 119+46+41=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #772E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E29 is #88D1D6. Grayscale: #434343. Windows color (decimal): -8966615 or 2698871. OLE color: 2698871.

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

Color convert

RGB1194641-
CMYK00.610.660.53
HSL3.85º48.75%31.37%-
HSV(B)3.85º65.55%46.67%-
XYZ8.986.042.79-
YUV67.26113.18164.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.77%
GREEN value IS 46 (18.36% from 255) = 22.33%
BLUE value IS 41 (16.41% from 255) = 19.90%
R=57.77%
G=22.33%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119464100.610.660.533.8548.7531.37
Hex772E2903D42354311f
Octal16756510751026546137
Binary11101111011101010010111101100001011010110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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