Shades of Heathered Grey #9B9082
Tints of Heathered Grey #9B9082
RGB
CMYK
RGB Variations
Color information
#9B9082 (or 0x9B9082) is known color: Heathered Grey. HEX triplet: 9B, 90 and 82. RGB value is (155,144,130). Sum of RGB (Red+Green+Blue) = 155+144+130=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9082 is #646F7D. Grayscale: #919191. Windows color (decimal): -6582142 or 8556699. OLE color: 8556699.
HSL color Cylindrical-coordinate representation of color #9B9082: hue angle of 33.6º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9B9082 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 144 | 130 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.39 |
| HSL | 33.6º | 0.11% | 0.56% | - |
| HSV(B) | 33.6º | 0.16% | 0.61% | - |
| XYZ | 27.52 | 28.53 | 25.17 | - |
| YUV | 145.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 130 | 0 | 0.07 | 0.16 | 0.39 | 33.6 | 0.11 | 0.56 |
| Hex | 9B | 90 | 82 | 0 | 7 | 10 | 27 | 22 | B | 38 |
| Octal | 233 | 220 | 202 | 0 | 7 | 20 | 47 | 42 | 13 | 70 |
| Binary | 10011011 | 10010000 | 10000010 | 0 | 111 | 10000 | 100111 | 100010 | 1011 | 111000 |
Color Harmonies of #9B9082
Complementary color
Monochromatic Colors of #9B9082
Black with #9B9082
Text Example
Text Example
White with #9B9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9082; }
p { color: rgb(155,144,130); }
H1.HeaderClassName
{
color: #9B9082;
}
.AnyTagClassName
{
color: #9B9082;
}
</style>
background-color css
<style>
a { background-color: #9B9082; }
a { background-color: rgb(155,144,130); }
div.DivClassName
{
background-color: #9B9082;
}
.BgClassName
{
background-color: #9B9082;
}
</style>
border-color css
<style>
span { border-color: #9B9082; }
span { border-color: rgb(155,144,130); }
td.TdClassName
{
border-color: #9B9082;
}
.TagClassName
{
border-color: #9B9082;
}
</style>