Shades of Heathered Grey #998C7B
Tints of Heathered Grey #998C7B
RGB
CMYK
RGB Variations
Color information
#998C7B (or 0x998C7B) is known color: Heathered Grey. HEX triplet: 99, 8C and 7B. RGB value is (153,140,123). Sum of RGB (Red+Green+Blue) = 153+140+123=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #998C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C7B is #667384. Grayscale: #8E8E8E. Windows color (decimal): -6714245 or 8096921. OLE color: 8096921.
HSL color Cylindrical-coordinate representation of color #998C7B: hue angle of 34º 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 #998C7B is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 123 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.4 |
| HSL | 34º | 0.13% | 0.54% | - |
| HSV(B) | 34º | 0.2% | 0.6% | - |
| XYZ | 26.09 | 26.96 | 22.57 | - |
| YUV | 141.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 123 | 0 | 0.08 | 0.20 | 0.4 | 34 | 0.13 | 0.54 |
| Hex | 99 | 8C | 7B | 0 | 8 | 14 | 28 | 22 | D | 36 |
| Octal | 231 | 214 | 173 | 0 | 10 | 24 | 50 | 42 | 15 | 66 |
| Binary | 10011001 | 10001100 | 1111011 | 0 | 1000 | 10100 | 101000 | 100010 | 1101 | 110110 |
Color Harmonies of #998C7B
Complementary color
Monochromatic Colors of #998C7B
Black with #998C7B
Text Example
Text Example
White with #998C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C7B; }
p { color: rgb(153,140,123); }
H1.HeaderClassName
{
color: #998C7B;
}
.AnyTagClassName
{
color: #998C7B;
}
</style>
background-color css
<style>
a { background-color: #998C7B; }
a { background-color: rgb(153,140,123); }
div.DivClassName
{
background-color: #998C7B;
}
.BgClassName
{
background-color: #998C7B;
}
</style>
border-color css
<style>
span { border-color: #998C7B; }
span { border-color: rgb(153,140,123); }
td.TdClassName
{
border-color: #998C7B;
}
.TagClassName
{
border-color: #998C7B;
}
</style>