Shades of Heathered Grey #9B8F7D
Tints of Heathered Grey #9B8F7D
RGB
CMYK
RGB Variations
Color information
#9B8F7D (or 0x9B8F7D) is known color: Heathered Grey. HEX triplet: 9B, 8F and 7D. RGB value is (155,143,125). Sum of RGB (Red+Green+Blue) = 155+143+125=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8F7D is #647082. Grayscale: #909090. Windows color (decimal): -6582403 or 8228763. OLE color: 8228763.
HSL color Cylindrical-coordinate representation of color #9B8F7D: hue angle of 36º 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 #9B8F7D is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 143 | 125 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.39 |
| HSL | 36º | 0.13% | 0.55% | - |
| HSV(B) | 36º | 0.19% | 0.61% | - |
| XYZ | 27.04 | 28.09 | 23.4 | - |
| YUV | 144.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 125 | 0 | 0.08 | 0.19 | 0.39 | 36 | 0.13 | 0.55 |
| Hex | 9B | 8F | 7D | 0 | 8 | 13 | 27 | 24 | D | 37 |
| Octal | 233 | 217 | 175 | 0 | 10 | 23 | 47 | 44 | 15 | 67 |
| Binary | 10011011 | 10001111 | 1111101 | 0 | 1000 | 10011 | 100111 | 100100 | 1101 | 110111 |
Color Harmonies of #9B8F7D
Complementary color
Monochromatic Colors of #9B8F7D
Black with #9B8F7D
Text Example
Text Example
White with #9B8F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8F7D; }
p { color: rgb(155,143,125); }
H1.HeaderClassName
{
color: #9B8F7D;
}
.AnyTagClassName
{
color: #9B8F7D;
}
</style>
background-color css
<style>
a { background-color: #9B8F7D; }
a { background-color: rgb(155,143,125); }
div.DivClassName
{
background-color: #9B8F7D;
}
.BgClassName
{
background-color: #9B8F7D;
}
</style>
border-color css
<style>
span { border-color: #9B8F7D; }
span { border-color: rgb(155,143,125); }
td.TdClassName
{
border-color: #9B8F7D;
}
.TagClassName
{
border-color: #9B8F7D;
}
</style>