Shades of Lusty #752A27
Tints of Lusty #752A27
RGB
CMYK
RGB Variations
Color information
#752A27 (or 0x752A27) is known color: Lusty. HEX triplet: 75, 2A and 27. RGB value is (117,42,39). Sum of RGB (Red+Green+Blue) = 117+42+39=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #752A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A27 is #8AD5D8. Grayscale: #404040. Windows color (decimal): -9098713 or 2566773. OLE color: 2566773.
HSL color Cylindrical-coordinate representation of color #752A27: hue angle of 2.31º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #752A27 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 39 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.54 |
| HSL | 2.31º | 0.5% | 0.31% | - |
| HSV(B) | 2.31º | 0.67% | 0.46% | - |
| XYZ | 8.53 | 5.58 | 2.55 | - |
| YUV | 64.08 | 113.85 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 39 | 0 | 0.64 | 0.67 | 0.54 | 2.31 | 0.5 | 0.31 |
| Hex | 75 | 2A | 27 | 0 | 40 | 43 | 36 | 2 | 32 | 1F |
| Octal | 165 | 52 | 47 | 0 | 100 | 103 | 66 | 2 | 62 | 37 |
| Binary | 1110101 | 101010 | 100111 | 0 | 1000000 | 1000011 | 110110 | 10 | 110010 | 11111 |
Color Harmonies of #752A27
Complementary color
Monochromatic Colors of #752A27
Black with #752A27
Text Example
Text Example
White with #752A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A27; }
p { color: rgb(117,42,39); }
H1.HeaderClassName
{
color: #752A27;
}
.AnyTagClassName
{
color: #752A27;
}
</style>
background-color css
<style>
a { background-color: #752A27; }
a { background-color: rgb(117,42,39); }
div.DivClassName
{
background-color: #752A27;
}
.BgClassName
{
background-color: #752A27;
}
</style>
border-color css
<style>
span { border-color: #752A27; }
span { border-color: rgb(117,42,39); }
td.TdClassName
{
border-color: #752A27;
}
.TagClassName
{
border-color: #752A27;
}
</style>