Shades of Heathered Grey #998B7B
Tints of Heathered Grey #998B7B
RGB
CMYK
RGB Variations
Color information
#998B7B (or 0x998B7B) is known color: Heathered Grey. HEX triplet: 99, 8B and 7B. RGB value is (153,139,123). Sum of RGB (Red+Green+Blue) = 153+139+123=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #998B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B7B is #667484. Grayscale: #8D8D8D. Windows color (decimal): -6714501 or 8096665. OLE color: 8096665.
HSL color Cylindrical-coordinate representation of color #998B7B: hue angle of 32º 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 #998B7B is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 123 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.4 |
| HSL | 32º | 0.13% | 0.54% | - |
| HSV(B) | 32º | 0.2% | 0.6% | - |
| XYZ | 25.94 | 26.67 | 22.52 | - |
| YUV | 141.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 123 | 0 | 0.09 | 0.20 | 0.4 | 32 | 0.13 | 0.54 |
| Hex | 99 | 8B | 7B | 0 | 9 | 14 | 28 | 20 | D | 36 |
| Octal | 231 | 213 | 173 | 0 | 11 | 24 | 50 | 40 | 15 | 66 |
| Binary | 10011001 | 10001011 | 1111011 | 0 | 1001 | 10100 | 101000 | 100000 | 1101 | 110110 |
Color Harmonies of #998B7B
Complementary color
Monochromatic Colors of #998B7B
Black with #998B7B
Text Example
Text Example
White with #998B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B7B; }
p { color: rgb(153,139,123); }
H1.HeaderClassName
{
color: #998B7B;
}
.AnyTagClassName
{
color: #998B7B;
}
</style>
background-color css
<style>
a { background-color: #998B7B; }
a { background-color: rgb(153,139,123); }
div.DivClassName
{
background-color: #998B7B;
}
.BgClassName
{
background-color: #998B7B;
}
</style>
border-color css
<style>
span { border-color: #998B7B; }
span { border-color: rgb(153,139,123); }
td.TdClassName
{
border-color: #998B7B;
}
.TagClassName
{
border-color: #998B7B;
}
</style>