Shades of Spice #755247
Tints of Spice #755247
RGB
CMYK
RGB Variations
Color information
#755247 (or 0x755247) is known color: Spice. HEX triplet: 75, 52 and 47. RGB value is (117,82,71). Sum of RGB (Red+Green+Blue) = 117+82+71=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #755247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755247 is #8AADB8. Grayscale: #5B5B5B. Windows color (decimal): -9088441 or 4674165. OLE color: 4674165.
HSL color Cylindrical-coordinate representation of color #755247: hue angle of 14.35º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #755247 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 82 | 71 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.54 |
| HSL | 14.35º | 0.24% | 0.37% | - |
| HSV(B) | 14.35º | 0.39% | 0.46% | - |
| XYZ | 11.49 | 10.27 | 7.34 | - |
| YUV | 91.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 71 | 0 | 0.30 | 0.39 | 0.54 | 14.35 | 0.24 | 0.37 |
| Hex | 75 | 52 | 47 | 0 | 1E | 27 | 36 | E | 18 | 25 |
| Octal | 165 | 122 | 107 | 0 | 36 | 47 | 66 | 16 | 30 | 45 |
| Binary | 1110101 | 1010010 | 1000111 | 0 | 11110 | 100111 | 110110 | 1110 | 11000 | 100101 |
Color Harmonies of #755247
Complementary color
Monochromatic Colors of #755247
Black with #755247
Text Example
Text Example
White with #755247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755247; }
p { color: rgb(117,82,71); }
H1.HeaderClassName
{
color: #755247;
}
.AnyTagClassName
{
color: #755247;
}
</style>
background-color css
<style>
a { background-color: #755247; }
a { background-color: rgb(117,82,71); }
div.DivClassName
{
background-color: #755247;
}
.BgClassName
{
background-color: #755247;
}
</style>
border-color css
<style>
span { border-color: #755247; }
span { border-color: rgb(117,82,71); }
td.TdClassName
{
border-color: #755247;
}
.TagClassName
{
border-color: #755247;
}
</style>