Shades of Heathered Grey #998D7B
Tints of Heathered Grey #998D7B
RGB
CMYK
RGB Variations
Color information
#998D7B (or 0x998D7B) is known color: Heathered Grey. HEX triplet: 99, 8D and 7B. RGB value is (153,141,123). Sum of RGB (Red+Green+Blue) = 153+141+123=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #998D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D7B is #667284. Grayscale: #8E8E8E. Windows color (decimal): -6713989 or 8097177. OLE color: 8097177.
HSL color Cylindrical-coordinate representation of color #998D7B: 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 #998D7B is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 123 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.4 |
| HSL | 36º | 0.13% | 0.54% | - |
| HSV(B) | 36º | 0.2% | 0.6% | - |
| XYZ | 26.24 | 27.25 | 22.62 | - |
| YUV | 142.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 123 | 0 | 0.08 | 0.20 | 0.4 | 36 | 0.13 | 0.54 |
| Hex | 99 | 8D | 7B | 0 | 8 | 14 | 28 | 24 | D | 36 |
| Octal | 231 | 215 | 173 | 0 | 10 | 24 | 50 | 44 | 15 | 66 |
| Binary | 10011001 | 10001101 | 1111011 | 0 | 1000 | 10100 | 101000 | 100100 | 1101 | 110110 |
Color Harmonies of #998D7B
Complementary color
Monochromatic Colors of #998D7B
Black with #998D7B
Text Example
Text Example
White with #998D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D7B; }
p { color: rgb(153,141,123); }
H1.HeaderClassName
{
color: #998D7B;
}
.AnyTagClassName
{
color: #998D7B;
}
</style>
background-color css
<style>
a { background-color: #998D7B; }
a { background-color: rgb(153,141,123); }
div.DivClassName
{
background-color: #998D7B;
}
.BgClassName
{
background-color: #998D7B;
}
</style>
border-color css
<style>
span { border-color: #998D7B; }
span { border-color: rgb(153,141,123); }
td.TdClassName
{
border-color: #998D7B;
}
.TagClassName
{
border-color: #998D7B;
}
</style>