Shades of Heathered Grey #9B8D7D
Tints of Heathered Grey #9B8D7D
RGB
CMYK
RGB Variations
Color information
#9B8D7D (or 0x9B8D7D) is known color: Heathered Grey. HEX triplet: 9B, 8D and 7D. RGB value is (155,141,125). Sum of RGB (Red+Green+Blue) = 155+141+125=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8D7D is #647282. Grayscale: #8F8F8F. Windows color (decimal): -6582915 or 8228251. OLE color: 8228251.
HSL color Cylindrical-coordinate representation of color #9B8D7D: hue angle of 32º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B8D7D is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 141 | 125 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.39 |
| HSL | 32º | 0.13% | 0.55% | - |
| HSV(B) | 32º | 0.19% | 0.61% | - |
| XYZ | 26.74 | 27.5 | 23.3 | - |
| YUV | 143.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 141 | 125 | 0 | 0.09 | 0.19 | 0.39 | 32 | 0.13 | 0.55 |
| Hex | 9B | 8D | 7D | 0 | 9 | 13 | 27 | 20 | D | 37 |
| Octal | 233 | 215 | 175 | 0 | 11 | 23 | 47 | 40 | 15 | 67 |
| Binary | 10011011 | 10001101 | 1111101 | 0 | 1001 | 10011 | 100111 | 100000 | 1101 | 110111 |
Color Harmonies of #9B8D7D
Complementary color
Monochromatic Colors of #9B8D7D
Black with #9B8D7D
Text Example
Text Example
White with #9B8D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8D7D; }
p { color: rgb(155,141,125); }
H1.HeaderClassName
{
color: #9B8D7D;
}
.AnyTagClassName
{
color: #9B8D7D;
}
</style>
background-color css
<style>
a { background-color: #9B8D7D; }
a { background-color: rgb(155,141,125); }
div.DivClassName
{
background-color: #9B8D7D;
}
.BgClassName
{
background-color: #9B8D7D;
}
</style>
border-color css
<style>
span { border-color: #9B8D7D; }
span { border-color: rgb(155,141,125); }
td.TdClassName
{
border-color: #9B8D7D;
}
.TagClassName
{
border-color: #9B8D7D;
}
</style>