#76322F

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

Shades of Lusty #76322F

Tints of Lusty #76322F

Color information

#76322F (or 0x76322F) is unknown color: approx Lusty. HEX triplet: 76, 32 and 2F. RGB value is (118,50,47). Sum of RGB (Red+Green+Blue) = 118+50+47=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76322F is #89CDD0. Grayscale: #464646. Windows color (decimal): -9031121 or 3093110. OLE color: 3093110.

HSL color Cylindrical-coordinate representation of color #76322F: hue angle of 2.54º 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 #76322F is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1185047-
CMYK00.580.600.54
HSL2.54º43.03%32.35%-
HSV(B)2.54º60.17%46.27%-
XYZ9.126.343.43-
YUV69.99115.03162.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.88%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=54.88%
G=23.26%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118504700.580.600.542.5443.0332.35
Hex76322F03A3C3632b20
Octal1666257072746635340
Binary1110110110010101111011101011110011011011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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