Shades of Heathered Grey #988C7B
Tints of Heathered Grey #988C7B
RGB
CMYK
RGB Variations
Color information
#988C7B (or 0x988C7B) is known color: Heathered Grey. HEX triplet: 98, 8C and 7B. RGB value is (152,140,123). Sum of RGB (Red+Green+Blue) = 152+140+123=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #988C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C7B is #677384. Grayscale: #8D8D8D. Windows color (decimal): -6779781 or 8096920. OLE color: 8096920.
HSL color Cylindrical-coordinate representation of color #988C7B: hue angle of 35.17º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #988C7B is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 123 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.40 |
| HSL | 35.17º | 0.12% | 0.54% | - |
| HSV(B) | 35.17º | 0.19% | 0.6% | - |
| XYZ | 25.9 | 26.86 | 22.56 | - |
| YUV | 141.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 123 | 0 | 0.08 | 0.19 | 0.40 | 35.17 | 0.12 | 0.54 |
| Hex | 98 | 8C | 7B | 0 | 8 | 13 | 28 | 23 | C | 36 |
| Octal | 230 | 214 | 173 | 0 | 10 | 23 | 50 | 43 | 14 | 66 |
| Binary | 10011000 | 10001100 | 1111011 | 0 | 1000 | 10011 | 101000 | 100011 | 1100 | 110110 |
Color Harmonies of #988C7B
Complementary color
Monochromatic Colors of #988C7B
Black with #988C7B
Text Example
Text Example
White with #988C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C7B; }
p { color: rgb(152,140,123); }
H1.HeaderClassName
{
color: #988C7B;
}
.AnyTagClassName
{
color: #988C7B;
}
</style>
background-color css
<style>
a { background-color: #988C7B; }
a { background-color: rgb(152,140,123); }
div.DivClassName
{
background-color: #988C7B;
}
.BgClassName
{
background-color: #988C7B;
}
</style>
border-color css
<style>
span { border-color: #988C7B; }
span { border-color: rgb(152,140,123); }
td.TdClassName
{
border-color: #988C7B;
}
.TagClassName
{
border-color: #988C7B;
}
</style>