Shades of Lusty #762C24
Tints of Lusty #762C24
RGB
CMYK
RGB Variations
Color information
#762C24 (or 0x762C24) is known color: Lusty. HEX triplet: 76, 2C and 24. RGB value is (118,44,36). Sum of RGB (Red+Green+Blue) = 118+44+36=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #762C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C24 is #89D3DB. Grayscale: #414141. Windows color (decimal): -9032668 or 2370678. OLE color: 2370678.
HSL color Cylindrical-coordinate representation of color #762C24: hue angle of 5.85º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762C24 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 36 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.54 |
| HSL | 5.85º | 0.53% | 0.3% | - |
| HSV(B) | 5.85º | 0.69% | 0.46% | - |
| XYZ | 8.69 | 5.78 | 2.33 | - |
| YUV | 65.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 36 | 0 | 0.63 | 0.69 | 0.54 | 5.85 | 0.53 | 0.3 |
| Hex | 76 | 2C | 24 | 0 | 3F | 45 | 36 | 6 | 35 | 1E |
| Octal | 166 | 54 | 44 | 0 | 77 | 105 | 66 | 6 | 65 | 36 |
| Binary | 1110110 | 101100 | 100100 | 0 | 111111 | 1000101 | 110110 | 110 | 110101 | 11110 |
Color Harmonies of #762C24
Complementary color
Monochromatic Colors of #762C24
Black with #762C24
Text Example
Text Example
White with #762C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C24; }
p { color: rgb(118,44,36); }
H1.HeaderClassName
{
color: #762C24;
}
.AnyTagClassName
{
color: #762C24;
}
</style>
background-color css
<style>
a { background-color: #762C24; }
a { background-color: rgb(118,44,36); }
div.DivClassName
{
background-color: #762C24;
}
.BgClassName
{
background-color: #762C24;
}
</style>
border-color css
<style>
span { border-color: #762C24; }
span { border-color: rgb(118,44,36); }
td.TdClassName
{
border-color: #762C24;
}
.TagClassName
{
border-color: #762C24;
}
</style>