Shades of Heathered Grey #9B9080
Tints of Heathered Grey #9B9080
RGB
CMYK
RGB Variations
Color information
#9B9080 (or 0x9B9080) is known color: Heathered Grey. HEX triplet: 9B, 90 and 80. RGB value is (155,144,128). Sum of RGB (Red+Green+Blue) = 155+144+128=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9080 is #646F7F. Grayscale: #919191. Windows color (decimal): -6582144 or 8425627. OLE color: 8425627.
HSL color Cylindrical-coordinate representation of color #9B9080: hue angle of 35.56º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B9080 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 144 | 128 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.39 |
| HSL | 35.56º | 0.12% | 0.55% | - |
| HSV(B) | 35.56º | 0.17% | 0.61% | - |
| XYZ | 27.39 | 28.47 | 24.47 | - |
| YUV | 145.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 128 | 0 | 0.07 | 0.17 | 0.39 | 35.56 | 0.12 | 0.55 |
| Hex | 9B | 90 | 80 | 0 | 7 | 11 | 27 | 24 | C | 37 |
| Octal | 233 | 220 | 200 | 0 | 7 | 21 | 47 | 44 | 14 | 67 |
| Binary | 10011011 | 10010000 | 10000000 | 0 | 111 | 10001 | 100111 | 100100 | 1100 | 110111 |
Color Harmonies of #9B9080
Complementary color
Monochromatic Colors of #9B9080
Black with #9B9080
Text Example
Text Example
White with #9B9080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9080; }
p { color: rgb(155,144,128); }
H1.HeaderClassName
{
color: #9B9080;
}
.AnyTagClassName
{
color: #9B9080;
}
</style>
background-color css
<style>
a { background-color: #9B9080; }
a { background-color: rgb(155,144,128); }
div.DivClassName
{
background-color: #9B9080;
}
.BgClassName
{
background-color: #9B9080;
}
</style>
border-color css
<style>
span { border-color: #9B9080; }
span { border-color: rgb(155,144,128); }
td.TdClassName
{
border-color: #9B9080;
}
.TagClassName
{
border-color: #9B9080;
}
</style>