#76322E

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

Shades of Lusty #76322E

Tints of Lusty #76322E

Color information

#76322E (or 0x76322E) is unknown color: approx Lusty. HEX triplet: 76, 32 and 2E. RGB value is (118,50,46). Sum of RGB (Red+Green+Blue) = 118+50+46=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76322E is #89CDD1. Grayscale: #454545. Windows color (decimal): -9031122 or 3027574. OLE color: 3027574.

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

Color convert

RGB1185046-
CMYK00.580.610.54
HSL3.33º43.9%32.16%-
HSV(B)3.33º61.02%46.27%-
XYZ9.16.333.33-
YUV69.88114.53162.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.14%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=55.14%
G=23.36%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118504600.580.610.543.3343.932.16
Hex76322E03A3D3632c20
Octal1666256072756635440
Binary1110110110010101110011101011110111011011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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