#76322C

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

Shades of Lusty #76322C

Tints of Lusty #76322C

Color information

#76322C (or 0x76322C) is unknown color: approx Lusty. HEX triplet: 76, 32 and 2C. RGB value is (118,50,44). Sum of RGB (Red+Green+Blue) = 118+50+44=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76322C is #89CDD3. Grayscale: #454545. Windows color (decimal): -9031124 or 2896502. OLE color: 2896502.

HSL color Cylindrical-coordinate representation of color #76322C: hue angle of 4.86º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76322C is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1185044-
CMYK00.580.630.54
HSL4.86º45.68%31.76%-
HSV(B)4.86º62.71%46.27%-
XYZ9.076.313.12-
YUV69.65113.53162.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 44 (17.58% from 255) = 20.75%
R=55.66%
G=23.58%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118504400.580.630.544.8645.6831.76
Hex76322C03A3F3652e20
Octal1666254072776655640
Binary11101101100101011000111010111111110110101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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