Shades of Heathered Grey #998F7B
Tints of Heathered Grey #998F7B
RGB
CMYK
RGB Variations
Color information
#998F7B (or 0x998F7B) is known color: Heathered Grey. HEX triplet: 99, 8F and 7B. RGB value is (153,143,123). Sum of RGB (Red+Green+Blue) = 153+143+123=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #998F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F7B is #667084. Grayscale: #8F8F8F. Windows color (decimal): -6713477 or 8097689. OLE color: 8097689.
HSL color Cylindrical-coordinate representation of color #998F7B: hue angle of 40º 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 #998F7B is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 123 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.4 |
| HSL | 40º | 0.13% | 0.54% | - |
| HSV(B) | 40º | 0.2% | 0.6% | - |
| XYZ | 26.53 | 27.85 | 22.72 | - |
| YUV | 143.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 123 | 0 | 0.07 | 0.20 | 0.4 | 40 | 0.13 | 0.54 |
| Hex | 99 | 8F | 7B | 0 | 7 | 14 | 28 | 28 | D | 36 |
| Octal | 231 | 217 | 173 | 0 | 7 | 24 | 50 | 50 | 15 | 66 |
| Binary | 10011001 | 10001111 | 1111011 | 0 | 111 | 10100 | 101000 | 101000 | 1101 | 110110 |
Color Harmonies of #998F7B
Complementary color
Monochromatic Colors of #998F7B
Black with #998F7B
Text Example
Text Example
White with #998F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F7B; }
p { color: rgb(153,143,123); }
H1.HeaderClassName
{
color: #998F7B;
}
.AnyTagClassName
{
color: #998F7B;
}
</style>
background-color css
<style>
a { background-color: #998F7B; }
a { background-color: rgb(153,143,123); }
div.DivClassName
{
background-color: #998F7B;
}
.BgClassName
{
background-color: #998F7B;
}
</style>
border-color css
<style>
span { border-color: #998F7B; }
span { border-color: rgb(153,143,123); }
td.TdClassName
{
border-color: #998F7B;
}
.TagClassName
{
border-color: #998F7B;
}
</style>