#76332F

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

Shades of Lusty #76332F

Tints of Lusty #76332F

Color information

#76332F (or 0x76332F) is unknown color: approx Lusty. HEX triplet: 76, 33 and 2F. RGB value is (118,51,47). Sum of RGB (Red+Green+Blue) = 118+51+47=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76332F is #89CCD0. Grayscale: #464646. Windows color (decimal): -9030865 or 3093366. OLE color: 3093366.

HSL color Cylindrical-coordinate representation of color #76332F: hue angle of 3.38º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76332F is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1185147-
CMYK00.570.600.54
HSL3.38º43.03%32.35%-
HSV(B)3.38º60.17%46.27%-
XYZ9.176.423.45-
YUV70.58114.7161.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.63%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 47 (18.75% from 255) = 21.76%
R=54.63%
G=23.61%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118514700.570.600.543.3843.0332.35
Hex76332F0393C3632b20
Octal1666357071746635340
Binary1110110110011101111011100111110011011011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76332F; }

 p { color: rgb(118,51,47); }

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

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

 a { background-color: rgb(118,51,47); }

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

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

 span { border-color: rgb(118,51,47); }

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