Shades of Lusty #752B27
Tints of Lusty #752B27
RGB
CMYK
RGB Variations
Color information
#752B27 (or 0x752B27) is known color: Lusty. HEX triplet: 75, 2B and 27. RGB value is (117,43,39). Sum of RGB (Red+Green+Blue) = 117+43+39=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #752B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752B27 is #8AD4D8. Grayscale: #404040. Windows color (decimal): -9098457 or 2567029. OLE color: 2567029.
HSL color Cylindrical-coordinate representation of color #752B27: hue angle of 3.08º 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 #752B27 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 39 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.54 |
| HSL | 3.08º | 0.5% | 0.31% | - |
| HSV(B) | 3.08º | 0.67% | 0.46% | - |
| XYZ | 8.57 | 5.66 | 2.56 | - |
| YUV | 64.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 39 | 0 | 0.63 | 0.67 | 0.54 | 3.08 | 0.5 | 0.31 |
| Hex | 75 | 2B | 27 | 0 | 3F | 43 | 36 | 3 | 32 | 1F |
| Octal | 165 | 53 | 47 | 0 | 77 | 103 | 66 | 3 | 62 | 37 |
| Binary | 1110101 | 101011 | 100111 | 0 | 111111 | 1000011 | 110110 | 11 | 110010 | 11111 |
Color Harmonies of #752B27
Complementary color
Monochromatic Colors of #752B27
Black with #752B27
Text Example
Text Example
White with #752B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B27; }
p { color: rgb(117,43,39); }
H1.HeaderClassName
{
color: #752B27;
}
.AnyTagClassName
{
color: #752B27;
}
</style>
background-color css
<style>
a { background-color: #752B27; }
a { background-color: rgb(117,43,39); }
div.DivClassName
{
background-color: #752B27;
}
.BgClassName
{
background-color: #752B27;
}
</style>
border-color css
<style>
span { border-color: #752B27; }
span { border-color: rgb(117,43,39); }
td.TdClassName
{
border-color: #752B27;
}
.TagClassName
{
border-color: #752B27;
}
</style>