Shades of Lusty #752C2A
Tints of Lusty #752C2A
RGB
CMYK
RGB Variations
Color information
#752C2A (or 0x752C2A) is known color: Lusty. HEX triplet: 75, 2C and 2A. RGB value is (117,44,42). Sum of RGB (Red+Green+Blue) = 117+44+42=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #752C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C2A is #8AD3D5. Grayscale: #414141. Windows color (decimal): -9098198 or 2763893. OLE color: 2763893.
HSL color Cylindrical-coordinate representation of color #752C2A: hue angle of 1.6º 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 #752C2A is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 42 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.54 |
| HSL | 1.6º | 0.47% | 0.31% | - |
| HSV(B) | 1.6º | 0.64% | 0.46% | - |
| XYZ | 8.65 | 5.75 | 2.84 | - |
| YUV | 65.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 42 | 0 | 0.62 | 0.64 | 0.54 | 1.6 | 0.47 | 0.31 |
| Hex | 75 | 2C | 2A | 0 | 3E | 40 | 36 | 2 | 2F | 1F |
| Octal | 165 | 54 | 52 | 0 | 76 | 100 | 66 | 2 | 57 | 37 |
| Binary | 1110101 | 101100 | 101010 | 0 | 111110 | 1000000 | 110110 | 10 | 101111 | 11111 |
Color Harmonies of #752C2A
Complementary color
Monochromatic Colors of #752C2A
Black with #752C2A
Text Example
Text Example
White with #752C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C2A; }
p { color: rgb(117,44,42); }
H1.HeaderClassName
{
color: #752C2A;
}
.AnyTagClassName
{
color: #752C2A;
}
</style>
background-color css
<style>
a { background-color: #752C2A; }
a { background-color: rgb(117,44,42); }
div.DivClassName
{
background-color: #752C2A;
}
.BgClassName
{
background-color: #752C2A;
}
</style>
border-color css
<style>
span { border-color: #752C2A; }
span { border-color: rgb(117,44,42); }
td.TdClassName
{
border-color: #752C2A;
}
.TagClassName
{
border-color: #752C2A;
}
</style>