Shades of Spice #76544A
Tints of Spice #76544A
RGB
CMYK
RGB Variations
Color information
#76544A (or 0x76544A) is known color: Spice. HEX triplet: 76, 54 and 4A. RGB value is (118,84,74). Sum of RGB (Red+Green+Blue) = 118+84+74=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #76544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76544A is #89ABB5. Grayscale: #5D5D5D. Windows color (decimal): -9022390 or 4871286. OLE color: 4871286.
HSL color Cylindrical-coordinate representation of color #76544A: hue angle of 13.64º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76544A is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 74 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.54 |
| HSL | 13.64º | 0.23% | 0.38% | - |
| HSV(B) | 13.64º | 0.37% | 0.46% | - |
| XYZ | 11.88 | 10.69 | 7.92 | - |
| YUV | 93.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 74 | 0 | 0.29 | 0.37 | 0.54 | 13.64 | 0.23 | 0.38 |
| Hex | 76 | 54 | 4A | 0 | 1D | 25 | 36 | E | 17 | 26 |
| Octal | 166 | 124 | 112 | 0 | 35 | 45 | 66 | 16 | 27 | 46 |
| Binary | 1110110 | 1010100 | 1001010 | 0 | 11101 | 100101 | 110110 | 1110 | 10111 | 100110 |
Color Harmonies of #76544A
Complementary color
Monochromatic Colors of #76544A
Black with #76544A
Text Example
Text Example
White with #76544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76544A; }
p { color: rgb(118,84,74); }
H1.HeaderClassName
{
color: #76544A;
}
.AnyTagClassName
{
color: #76544A;
}
</style>
background-color css
<style>
a { background-color: #76544A; }
a { background-color: rgb(118,84,74); }
div.DivClassName
{
background-color: #76544A;
}
.BgClassName
{
background-color: #76544A;
}
</style>
border-color css
<style>
span { border-color: #76544A; }
span { border-color: rgb(118,84,74); }
td.TdClassName
{
border-color: #76544A;
}
.TagClassName
{
border-color: #76544A;
}
</style>