Shades of Lusty #762C2C
Tints of Lusty #762C2C
RGB
CMYK
RGB Variations
Color information
#762C2C (or 0x762C2C) is known color: Lusty. HEX triplet: 76, 2C and 2C. RGB value is (118,44,44). Sum of RGB (Red+Green+Blue) = 118+44+44=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #762C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C2C is #89D3D3. Grayscale: #424242. Windows color (decimal): -9032660 or 2894966. OLE color: 2894966.
HSL color Cylindrical-coordinate representation of color #762C2C: hue angle of 0º 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 #762C2C is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 44 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.54 |
| HSL | 0º | 0.46% | 0.32% | - |
| HSV(B) | 0º | 0.63% | 0.46% | - |
| XYZ | 8.83 | 5.83 | 3.04 | - |
| YUV | 66.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 44 | 0 | 0.63 | 0.63 | 0.54 | 0 | 0.46 | 0.32 |
| Hex | 76 | 2C | 2C | 0 | 3F | 3F | 36 | 0 | 2E | 20 |
| Octal | 166 | 54 | 54 | 0 | 77 | 77 | 66 | 0 | 56 | 40 |
| Binary | 1110110 | 101100 | 101100 | 0 | 111111 | 111111 | 110110 | 0 | 101110 | 100000 |
Color Harmonies of #762C2C
Complementary color
Monochromatic Colors of #762C2C
Black with #762C2C
Text Example
Text Example
White with #762C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C2C; }
p { color: rgb(118,44,44); }
H1.HeaderClassName
{
color: #762C2C;
}
.AnyTagClassName
{
color: #762C2C;
}
</style>
background-color css
<style>
a { background-color: #762C2C; }
a { background-color: rgb(118,44,44); }
div.DivClassName
{
background-color: #762C2C;
}
.BgClassName
{
background-color: #762C2C;
}
</style>
border-color css
<style>
span { border-color: #762C2C; }
span { border-color: rgb(118,44,44); }
td.TdClassName
{
border-color: #762C2C;
}
.TagClassName
{
border-color: #762C2C;
}
</style>