Shades of Heathered Grey #9B927E
Tints of Heathered Grey #9B927E
RGB
CMYK
RGB Variations
Color information
#9B927E (or 0x9B927E) is known color: Heathered Grey. HEX triplet: 9B, 92 and 7E. RGB value is (155,146,126). Sum of RGB (Red+Green+Blue) = 155+146+126=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 155 - color contains mainly: red. Hex color #9B927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B927E is #646D81. Grayscale: #929292. Windows color (decimal): -6581634 or 8295067. OLE color: 8295067.
HSL color Cylindrical-coordinate representation of color #9B927E: hue angle of 41.38º 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 #9B927E is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 146 | 126 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.39 |
| HSL | 41.38º | 0.13% | 0.55% | - |
| HSV(B) | 41.38º | 0.19% | 0.61% | - |
| XYZ | 27.56 | 29.03 | 23.89 | - |
| YUV | 146.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 146 | 126 | 0 | 0.06 | 0.19 | 0.39 | 41.38 | 0.13 | 0.55 |
| Hex | 9B | 92 | 7E | 0 | 6 | 13 | 27 | 29 | D | 37 |
| Octal | 233 | 222 | 176 | 0 | 6 | 23 | 47 | 51 | 15 | 67 |
| Binary | 10011011 | 10010010 | 1111110 | 0 | 110 | 10011 | 100111 | 101001 | 1101 | 110111 |
Color Harmonies of #9B927E
Complementary color
Monochromatic Colors of #9B927E
Black with #9B927E
Text Example
Text Example
White with #9B927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B927E; }
p { color: rgb(155,146,126); }
H1.HeaderClassName
{
color: #9B927E;
}
.AnyTagClassName
{
color: #9B927E;
}
</style>
background-color css
<style>
a { background-color: #9B927E; }
a { background-color: rgb(155,146,126); }
div.DivClassName
{
background-color: #9B927E;
}
.BgClassName
{
background-color: #9B927E;
}
</style>
border-color css
<style>
span { border-color: #9B927E; }
span { border-color: rgb(155,146,126); }
td.TdClassName
{
border-color: #9B927E;
}
.TagClassName
{
border-color: #9B927E;
}
</style>