Shades of Lusty #76342F
Tints of Lusty #76342F
RGB
CMYK
RGB Variations
Color information
#76342F (or 0x76342F) is known color: Lusty. HEX triplet: 76, 34 and 2F. RGB value is (118,52,47). Sum of RGB (Red+Green+Blue) = 118+52+47=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76342F is #89CBD0. Grayscale: #474747. Windows color (decimal): -9030609 or 3093622. OLE color: 3093622.
HSL color Cylindrical-coordinate representation of color #76342F: hue angle of 4.23º 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 #76342F is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 52 | 47 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.54 |
| HSL | 4.23º | 0.43% | 0.32% | - |
| HSV(B) | 4.23º | 0.6% | 0.46% | - |
| XYZ | 9.21 | 6.51 | 3.46 | - |
| YUV | 71.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 47 | 0 | 0.56 | 0.60 | 0.54 | 4.23 | 0.43 | 0.32 |
| Hex | 76 | 34 | 2F | 0 | 38 | 3C | 36 | 4 | 2B | 20 |
| Octal | 166 | 64 | 57 | 0 | 70 | 74 | 66 | 4 | 53 | 40 |
| Binary | 1110110 | 110100 | 101111 | 0 | 111000 | 111100 | 110110 | 100 | 101011 | 100000 |
Color Harmonies of #76342F
Complementary color
Monochromatic Colors of #76342F
Black with #76342F
Text Example
Text Example
White with #76342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76342F; }
p { color: rgb(118,52,47); }
H1.HeaderClassName
{
color: #76342F;
}
.AnyTagClassName
{
color: #76342F;
}
</style>
background-color css
<style>
a { background-color: #76342F; }
a { background-color: rgb(118,52,47); }
div.DivClassName
{
background-color: #76342F;
}
.BgClassName
{
background-color: #76342F;
}
</style>
border-color css
<style>
span { border-color: #76342F; }
span { border-color: rgb(118,52,47); }
td.TdClassName
{
border-color: #76342F;
}
.TagClassName
{
border-color: #76342F;
}
</style>