Shades of Lusty #762A2A
Tints of Lusty #762A2A
RGB
CMYK
RGB Variations
Color information
#762A2A (or 0x762A2A) is known color: Lusty. HEX triplet: 76, 2A and 2A. RGB value is (118,42,42). Sum of RGB (Red+Green+Blue) = 118+42+42=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #762A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A2A is #89D5D5. Grayscale: #404040. Windows color (decimal): -9033174 or 2763382. OLE color: 2763382.
HSL color Cylindrical-coordinate representation of color #762A2A: hue angle of 0º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762A2A is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 42 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.54 |
| HSL | 0º | 0.48% | 0.31% | - |
| HSV(B) | 0º | 0.64% | 0.46% | - |
| XYZ | 8.72 | 5.67 | 2.83 | - |
| YUV | 64.72 | 115.18 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 42 | 0 | 0.64 | 0.64 | 0.54 | 0 | 0.48 | 0.31 |
| Hex | 76 | 2A | 2A | 0 | 40 | 40 | 36 | 0 | 30 | 1F |
| Octal | 166 | 52 | 52 | 0 | 100 | 100 | 66 | 0 | 60 | 37 |
| Binary | 1110110 | 101010 | 101010 | 0 | 1000000 | 1000000 | 110110 | 0 | 110000 | 11111 |
Color Harmonies of #762A2A
Complementary color
Monochromatic Colors of #762A2A
Black with #762A2A
Text Example
Text Example
White with #762A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A2A; }
p { color: rgb(118,42,42); }
H1.HeaderClassName
{
color: #762A2A;
}
.AnyTagClassName
{
color: #762A2A;
}
</style>
background-color css
<style>
a { background-color: #762A2A; }
a { background-color: rgb(118,42,42); }
div.DivClassName
{
background-color: #762A2A;
}
.BgClassName
{
background-color: #762A2A;
}
</style>
border-color css
<style>
span { border-color: #762A2A; }
span { border-color: rgb(118,42,42); }
td.TdClassName
{
border-color: #762A2A;
}
.TagClassName
{
border-color: #762A2A;
}
</style>