Shades of Lusty #76302A
Tints of Lusty #76302A
RGB
CMYK
RGB Variations
Color information
#76302A (or 0x76302A) is known color: Lusty. HEX triplet: 76, 30 and 2A. RGB value is (118,48,42). Sum of RGB (Red+Green+Blue) = 118+48+42=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #76302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76302A is #89CFD5. Grayscale: #444444. Windows color (decimal): -9031638 or 2764918. OLE color: 2764918.
HSL color Cylindrical-coordinate representation of color #76302A: hue angle of 4.74º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76302A is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 48 | 42 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.54 |
| HSL | 4.74º | 0.48% | 0.31% | - |
| HSV(B) | 4.74º | 0.64% | 0.46% | - |
| XYZ | 8.95 | 6.13 | 2.9 | - |
| YUV | 68.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 48 | 42 | 0 | 0.59 | 0.64 | 0.54 | 4.74 | 0.48 | 0.31 |
| Hex | 76 | 30 | 2A | 0 | 3B | 40 | 36 | 5 | 30 | 1F |
| Octal | 166 | 60 | 52 | 0 | 73 | 100 | 66 | 5 | 60 | 37 |
| Binary | 1110110 | 110000 | 101010 | 0 | 111011 | 1000000 | 110110 | 101 | 110000 | 11111 |
Color Harmonies of #76302A
Complementary color
Monochromatic Colors of #76302A
Black with #76302A
Text Example
Text Example
White with #76302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76302A; }
p { color: rgb(118,48,42); }
H1.HeaderClassName
{
color: #76302A;
}
.AnyTagClassName
{
color: #76302A;
}
</style>
background-color css
<style>
a { background-color: #76302A; }
a { background-color: rgb(118,48,42); }
div.DivClassName
{
background-color: #76302A;
}
.BgClassName
{
background-color: #76302A;
}
</style>
border-color css
<style>
span { border-color: #76302A; }
span { border-color: rgb(118,48,42); }
td.TdClassName
{
border-color: #76302A;
}
.TagClassName
{
border-color: #76302A;
}
</style>