Shades of Lusty #762F2C
Tints of Lusty #762F2C
RGB
CMYK
RGB Variations
Color information
#762F2C (or 0x762F2C) is known color: Lusty. HEX triplet: 76, 2F and 2C. RGB value is (118,47,44). Sum of RGB (Red+Green+Blue) = 118+47+44=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #762F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762F2C is #89D0D3. Grayscale: #434343. Windows color (decimal): -9031892 or 2895734. OLE color: 2895734.
HSL color Cylindrical-coordinate representation of color #762F2C: hue angle of 2.43º 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 #762F2C is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 47 | 44 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.54 |
| HSL | 2.43º | 0.46% | 0.32% | - |
| HSV(B) | 2.43º | 0.63% | 0.46% | - |
| XYZ | 8.94 | 6.07 | 3.08 | - |
| YUV | 67.89 | 114.52 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 44 | 0 | 0.60 | 0.63 | 0.54 | 2.43 | 0.46 | 0.32 |
| Hex | 76 | 2F | 2C | 0 | 3C | 3F | 36 | 2 | 2E | 20 |
| Octal | 166 | 57 | 54 | 0 | 74 | 77 | 66 | 2 | 56 | 40 |
| Binary | 1110110 | 101111 | 101100 | 0 | 111100 | 111111 | 110110 | 10 | 101110 | 100000 |
Color Harmonies of #762F2C
Complementary color
Monochromatic Colors of #762F2C
Black with #762F2C
Text Example
Text Example
White with #762F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762F2C; }
p { color: rgb(118,47,44); }
H1.HeaderClassName
{
color: #762F2C;
}
.AnyTagClassName
{
color: #762F2C;
}
</style>
background-color css
<style>
a { background-color: #762F2C; }
a { background-color: rgb(118,47,44); }
div.DivClassName
{
background-color: #762F2C;
}
.BgClassName
{
background-color: #762F2C;
}
</style>
border-color css
<style>
span { border-color: #762F2C; }
span { border-color: rgb(118,47,44); }
td.TdClassName
{
border-color: #762F2C;
}
.TagClassName
{
border-color: #762F2C;
}
</style>