Shades of Lusty #76302C
Tints of Lusty #76302C
RGB
CMYK
RGB Variations
Color information
#76302C (or 0x76302C) is known color: Lusty. HEX triplet: 76, 30 and 2C. RGB value is (118,48,44). Sum of RGB (Red+Green+Blue) = 118+48+44=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #76302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76302C is #89CFD3. Grayscale: #444444. Windows color (decimal): -9031636 or 2895990. OLE color: 2895990.
HSL color Cylindrical-coordinate representation of color #76302C: hue angle of 3.24º 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 #76302C is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 48 | 44 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.54 |
| HSL | 3.24º | 0.46% | 0.32% | - |
| HSV(B) | 3.24º | 0.63% | 0.46% | - |
| XYZ | 8.98 | 6.15 | 3.1 | - |
| YUV | 68.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 48 | 44 | 0 | 0.59 | 0.63 | 0.54 | 3.24 | 0.46 | 0.32 |
| Hex | 76 | 30 | 2C | 0 | 3B | 3F | 36 | 3 | 2E | 20 |
| Octal | 166 | 60 | 54 | 0 | 73 | 77 | 66 | 3 | 56 | 40 |
| Binary | 1110110 | 110000 | 101100 | 0 | 111011 | 111111 | 110110 | 11 | 101110 | 100000 |
Color Harmonies of #76302C
Complementary color
Monochromatic Colors of #76302C
Black with #76302C
Text Example
Text Example
White with #76302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76302C; }
p { color: rgb(118,48,44); }
H1.HeaderClassName
{
color: #76302C;
}
.AnyTagClassName
{
color: #76302C;
}
</style>
background-color css
<style>
a { background-color: #76302C; }
a { background-color: rgb(118,48,44); }
div.DivClassName
{
background-color: #76302C;
}
.BgClassName
{
background-color: #76302C;
}
</style>
border-color css
<style>
span { border-color: #76302C; }
span { border-color: rgb(118,48,44); }
td.TdClassName
{
border-color: #76302C;
}
.TagClassName
{
border-color: #76302C;
}
</style>