Shades of Lusty #762E2E
Tints of Lusty #762E2E
RGB
CMYK
RGB Variations
Color information
#762E2E (or 0x762E2E) is known color: Lusty. HEX triplet: 76, 2E and 2E. RGB value is (118,46,46). Sum of RGB (Red+Green+Blue) = 118+46+46=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #762E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E2E is #89D1D1. Grayscale: #434343. Windows color (decimal): -9032146 or 3026550. OLE color: 3026550.
HSL color Cylindrical-coordinate representation of color #762E2E: hue angle of 0º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #762E2E is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 46 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.54 |
| HSL | 0º | 0.44% | 0.32% | - |
| HSV(B) | 0º | 0.61% | 0.46% | - |
| XYZ | 8.94 | 6 | 3.27 | - |
| YUV | 67.53 | 115.85 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 46 | 0 | 0.61 | 0.61 | 0.54 | 0 | 0.44 | 0.32 |
| Hex | 76 | 2E | 2E | 0 | 3D | 3D | 36 | 0 | 2C | 20 |
| Octal | 166 | 56 | 56 | 0 | 75 | 75 | 66 | 0 | 54 | 40 |
| Binary | 1110110 | 101110 | 101110 | 0 | 111101 | 111101 | 110110 | 0 | 101100 | 100000 |
Color Harmonies of #762E2E
Complementary color
Monochromatic Colors of #762E2E
Black with #762E2E
Text Example
Text Example
White with #762E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E2E; }
p { color: rgb(118,46,46); }
H1.HeaderClassName
{
color: #762E2E;
}
.AnyTagClassName
{
color: #762E2E;
}
</style>
background-color css
<style>
a { background-color: #762E2E; }
a { background-color: rgb(118,46,46); }
div.DivClassName
{
background-color: #762E2E;
}
.BgClassName
{
background-color: #762E2E;
}
</style>
border-color css
<style>
span { border-color: #762E2E; }
span { border-color: rgb(118,46,46); }
td.TdClassName
{
border-color: #762E2E;
}
.TagClassName
{
border-color: #762E2E;
}
</style>