Shades of Lusty #762E2C
Tints of Lusty #762E2C
RGB
CMYK
RGB Variations
Color information
#762E2C (or 0x762E2C) is known color: Lusty. HEX triplet: 76, 2E and 2C. RGB value is (118,46,44). Sum of RGB (Red+Green+Blue) = 118+46+44=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #762E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E2C is #89D1D3. Grayscale: #434343. Windows color (decimal): -9032148 or 2895478. OLE color: 2895478.
HSL color Cylindrical-coordinate representation of color #762E2C: hue angle of 1.62º 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 #762E2C is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 44 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.54 |
| HSL | 1.62º | 0.46% | 0.32% | - |
| HSV(B) | 1.62º | 0.63% | 0.46% | - |
| XYZ | 8.9 | 5.99 | 3.07 | - |
| YUV | 67.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 44 | 0 | 0.61 | 0.63 | 0.54 | 1.62 | 0.46 | 0.32 |
| Hex | 76 | 2E | 2C | 0 | 3D | 3F | 36 | 2 | 2E | 20 |
| Octal | 166 | 56 | 54 | 0 | 75 | 77 | 66 | 2 | 56 | 40 |
| Binary | 1110110 | 101110 | 101100 | 0 | 111101 | 111111 | 110110 | 10 | 101110 | 100000 |
Color Harmonies of #762E2C
Complementary color
Monochromatic Colors of #762E2C
Black with #762E2C
Text Example
Text Example
White with #762E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E2C; }
p { color: rgb(118,46,44); }
H1.HeaderClassName
{
color: #762E2C;
}
.AnyTagClassName
{
color: #762E2C;
}
</style>
background-color css
<style>
a { background-color: #762E2C; }
a { background-color: rgb(118,46,44); }
div.DivClassName
{
background-color: #762E2C;
}
.BgClassName
{
background-color: #762E2C;
}
</style>
border-color css
<style>
span { border-color: #762E2C; }
span { border-color: rgb(118,46,44); }
td.TdClassName
{
border-color: #762E2C;
}
.TagClassName
{
border-color: #762E2C;
}
</style>