#762C29

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

Shades of Lusty #762C29

Tints of Lusty #762C29

Color information

#762C29 (or 0x762C29) is unknown color: approx Lusty. HEX triplet: 76, 2C and 29. RGB value is (118,44,41). Sum of RGB (Red+Green+Blue) = 118+44+41=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #762C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C29 is #89D3D6. Grayscale: #414141. Windows color (decimal): -9032663 or 2698358. OLE color: 2698358.

HSL color Cylindrical-coordinate representation of color #762C29: hue angle of 2.34º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #762C29 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1184441-
CMYK00.630.650.54
HSL2.34º48.43%31.18%-
HSV(B)2.34º65.25%46.27%-
XYZ8.775.812.76-
YUV65.78114.02165.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.13%
GREEN value IS 44 (17.58% from 255) = 21.67%
BLUE value IS 41 (16.41% from 255) = 20.20%
R=58.13%
G=21.67%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118444100.630.650.542.3448.4331.18
Hex762C2903F41362301f
Octal16654510771016626037
Binary1110110101100101001011111110000011101101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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