Shades of Lusty #762F29
Tints of Lusty #762F29
RGB
CMYK
RGB Variations
Color information
#762F29 (or 0x762F29) is known color: Lusty. HEX triplet: 76, 2F and 29. RGB value is (118,47,41). Sum of RGB (Red+Green+Blue) = 118+47+41=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #762F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762F29 is #89D0D6. Grayscale: #434343. Windows color (decimal): -9031895 or 2699126. OLE color: 2699126.
HSL color Cylindrical-coordinate representation of color #762F29: hue angle of 4.68º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #762F29 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 47 | 41 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.54 |
| HSL | 4.68º | 0.48% | 0.31% | - |
| HSV(B) | 4.68º | 0.65% | 0.46% | - |
| XYZ | 8.89 | 6.04 | 2.8 | - |
| YUV | 67.55 | 113.02 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 41 | 0 | 0.60 | 0.65 | 0.54 | 4.68 | 0.48 | 0.31 |
| Hex | 76 | 2F | 29 | 0 | 3C | 41 | 36 | 5 | 30 | 1F |
| Octal | 166 | 57 | 51 | 0 | 74 | 101 | 66 | 5 | 60 | 37 |
| Binary | 1110110 | 101111 | 101001 | 0 | 111100 | 1000001 | 110110 | 101 | 110000 | 11111 |
Color Harmonies of #762F29
Complementary color
Monochromatic Colors of #762F29
Black with #762F29
Text Example
Text Example
White with #762F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762F29; }
p { color: rgb(118,47,41); }
H1.HeaderClassName
{
color: #762F29;
}
.AnyTagClassName
{
color: #762F29;
}
</style>
background-color css
<style>
a { background-color: #762F29; }
a { background-color: rgb(118,47,41); }
div.DivClassName
{
background-color: #762F29;
}
.BgClassName
{
background-color: #762F29;
}
</style>
border-color css
<style>
span { border-color: #762F29; }
span { border-color: rgb(118,47,41); }
td.TdClassName
{
border-color: #762F29;
}
.TagClassName
{
border-color: #762F29;
}
</style>