Shades of Spice #755144
Tints of Spice #755144
RGB
CMYK
RGB Variations
Color information
#755144 (or 0x755144) is known color: Spice. HEX triplet: 75, 51 and 44. RGB value is (117,81,68). Sum of RGB (Red+Green+Blue) = 117+81+68=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #755144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755144 is #8AAEBB. Grayscale: #5A5A5A. Windows color (decimal): -9088700 or 4477301. OLE color: 4477301.
HSL color Cylindrical-coordinate representation of color #755144: hue angle of 15.92º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #755144 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 68 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.54 |
| HSL | 15.92º | 0.26% | 0.36% | - |
| HSV(B) | 15.92º | 0.42% | 0.46% | - |
| XYZ | 11.32 | 10.08 | 6.82 | - |
| YUV | 90.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 68 | 0 | 0.31 | 0.42 | 0.54 | 15.92 | 0.26 | 0.36 |
| Hex | 75 | 51 | 44 | 0 | 1F | 2A | 36 | 10 | 1A | 24 |
| Octal | 165 | 121 | 104 | 0 | 37 | 52 | 66 | 20 | 32 | 44 |
| Binary | 1110101 | 1010001 | 1000100 | 0 | 11111 | 101010 | 110110 | 10000 | 11010 | 100100 |
Color Harmonies of #755144
Complementary color
Monochromatic Colors of #755144
Black with #755144
Text Example
Text Example
White with #755144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755144; }
p { color: rgb(117,81,68); }
H1.HeaderClassName
{
color: #755144;
}
.AnyTagClassName
{
color: #755144;
}
</style>
background-color css
<style>
a { background-color: #755144; }
a { background-color: rgb(117,81,68); }
div.DivClassName
{
background-color: #755144;
}
.BgClassName
{
background-color: #755144;
}
</style>
border-color css
<style>
span { border-color: #755144; }
span { border-color: rgb(117,81,68); }
td.TdClassName
{
border-color: #755144;
}
.TagClassName
{
border-color: #755144;
}
</style>