Shades of Lusty #76332F
Tints of Lusty #76332F
RGB
CMYK
RGB Variations
Color information
#76332F (or 0x76332F) is known color: 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
| RGB | 118 | 51 | 47 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.54 |
| HSL | 3.38º | 0.43% | 0.32% | - |
| HSV(B) | 3.38º | 0.6% | 0.46% | - |
| XYZ | 9.17 | 6.42 | 3.45 | - |
| YUV | 70.58 | 114.7 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 47 | 0 | 0.57 | 0.60 | 0.54 | 3.38 | 0.43 | 0.32 |
| Hex | 76 | 33 | 2F | 0 | 39 | 3C | 36 | 3 | 2B | 20 |
| Octal | 166 | 63 | 57 | 0 | 71 | 74 | 66 | 3 | 53 | 40 |
| Binary | 1110110 | 110011 | 101111 | 0 | 111001 | 111100 | 110110 | 11 | 101011 | 100000 |
Color Harmonies of #76332F
Complementary color
Monochromatic Colors of #76332F
Black with #76332F
Text Example
Text Example
White with #76332F
Text Example
Text Example
HTML Codes & Css Web 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>