Shades of Heathered Grey #988C7A
Tints of Heathered Grey #988C7A
RGB
CMYK
RGB Variations
Color information
#988C7A (or 0x988C7A) is known color: Heathered Grey. HEX triplet: 98, 8C and 7A. RGB value is (152,140,122). Sum of RGB (Red+Green+Blue) = 152+140+122=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 152 - color contains mainly: red. Hex color #988C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C7A is #677385. Grayscale: #8D8D8D. Windows color (decimal): -6779782 or 8031384. OLE color: 8031384.
HSL color Cylindrical-coordinate representation of color #988C7A: hue angle of 36º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #988C7A is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 122 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.40 |
| HSL | 36º | 0.13% | 0.54% | - |
| HSV(B) | 36º | 0.2% | 0.6% | - |
| XYZ | 25.84 | 26.84 | 22.23 | - |
| YUV | 141.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 122 | 0 | 0.08 | 0.20 | 0.40 | 36 | 0.13 | 0.54 |
| Hex | 98 | 8C | 7A | 0 | 8 | 14 | 28 | 24 | D | 36 |
| Octal | 230 | 214 | 172 | 0 | 10 | 24 | 50 | 44 | 15 | 66 |
| Binary | 10011000 | 10001100 | 1111010 | 0 | 1000 | 10100 | 101000 | 100100 | 1101 | 110110 |
Color Harmonies of #988C7A
Complementary color
Monochromatic Colors of #988C7A
Black with #988C7A
Text Example
Text Example
White with #988C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C7A; }
p { color: rgb(152,140,122); }
H1.HeaderClassName
{
color: #988C7A;
}
.AnyTagClassName
{
color: #988C7A;
}
</style>
background-color css
<style>
a { background-color: #988C7A; }
a { background-color: rgb(152,140,122); }
div.DivClassName
{
background-color: #988C7A;
}
.BgClassName
{
background-color: #988C7A;
}
</style>
border-color css
<style>
span { border-color: #988C7A; }
span { border-color: rgb(152,140,122); }
td.TdClassName
{
border-color: #988C7A;
}
.TagClassName
{
border-color: #988C7A;
}
</style>