Shades of Heathered Grey #988B7B
Tints of Heathered Grey #988B7B
RGB
CMYK
RGB Variations
Color information
#988B7B (or 0x988B7B) is known color: Heathered Grey. HEX triplet: 98, 8B and 7B. RGB value is (152,139,123). Sum of RGB (Red+Green+Blue) = 152+139+123=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 152 - color contains mainly: red. Hex color #988B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B7B is #677484. Grayscale: #8D8D8D. Windows color (decimal): -6780037 or 8096664. OLE color: 8096664.
HSL color Cylindrical-coordinate representation of color #988B7B: hue angle of 33.1º 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 #988B7B is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
RGB | 152 | 139 | 123 | - |
CMYK | 0 | 0.09 | 0.19 | 0.40 |
HSL | 33.1º | 0.12% | 0.54% | - |
HSV(B) | 33.1º | 0.19% | 0.6% | - |
XYZ | 25.76 | 26.57 | 22.51 | - |
YUV | 141.06 | 117.81 | 135.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 152 | 139 | 123 | 0 | 0.09 | 0.19 | 0.40 | 33.1 | 0.12 | 0.54 |
Hex | 98 | 8B | 7B | 0 | 9 | 13 | 28 | 21 | C | 36 |
Octal | 230 | 213 | 173 | 0 | 11 | 23 | 50 | 41 | 14 | 66 |
Binary | 10011000 | 10001011 | 1111011 | 0 | 1001 | 10011 | 101000 | 100001 | 1100 | 110110 |
Color Harmonies of #988B7B
Complementary color
Monochromatic Colors of #988B7B
Black with #988B7B
Text Example
Text Example
White with #988B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B7B; }
p { color: rgb(152,139,123); }
H1.HeaderClassName
{
color: #988B7B;
}
.AnyTagClassName
{
color: #988B7B;
}
</style>
background-color css
<style>
a { background-color: #988B7B; }
a { background-color: rgb(152,139,123); }
div.DivClassName
{
background-color: #988B7B;
}
.BgClassName
{
background-color: #988B7B;
}
</style>
border-color css
<style>
span { border-color: #988B7B; }
span { border-color: rgb(152,139,123); }
td.TdClassName
{
border-color: #988B7B;
}
.TagClassName
{
border-color: #988B7B;
}
</style>