Shades of Heathered Grey #9B927D
Tints of Heathered Grey #9B927D
RGB
CMYK
RGB Variations
Color information
#9B927D (or 0x9B927D) is known color: Heathered Grey. HEX triplet: 9B, 92 and 7D. RGB value is (155,146,125). Sum of RGB (Red+Green+Blue) = 155+146+125=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B927D is #646D82. Grayscale: #929292. Windows color (decimal): -6581635 or 8229531. OLE color: 8229531.
HSL color Cylindrical-coordinate representation of color #9B927D: hue angle of 42º 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 #9B927D is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 146 | 125 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.39 |
| HSL | 42º | 0.13% | 0.55% | - |
| HSV(B) | 42º | 0.19% | 0.61% | - |
| XYZ | 27.5 | 29.01 | 23.55 | - |
| YUV | 146.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 146 | 125 | 0 | 0.06 | 0.19 | 0.39 | 42 | 0.13 | 0.55 |
| Hex | 9B | 92 | 7D | 0 | 6 | 13 | 27 | 2A | D | 37 |
| Octal | 233 | 222 | 175 | 0 | 6 | 23 | 47 | 52 | 15 | 67 |
| Binary | 10011011 | 10010010 | 1111101 | 0 | 110 | 10011 | 100111 | 101010 | 1101 | 110111 |
Color Harmonies of #9B927D
Complementary color
Monochromatic Colors of #9B927D
Black with #9B927D
Text Example
Text Example
White with #9B927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B927D; }
p { color: rgb(155,146,125); }
H1.HeaderClassName
{
color: #9B927D;
}
.AnyTagClassName
{
color: #9B927D;
}
</style>
background-color css
<style>
a { background-color: #9B927D; }
a { background-color: rgb(155,146,125); }
div.DivClassName
{
background-color: #9B927D;
}
.BgClassName
{
background-color: #9B927D;
}
</style>
border-color css
<style>
span { border-color: #9B927D; }
span { border-color: rgb(155,146,125); }
td.TdClassName
{
border-color: #9B927D;
}
.TagClassName
{
border-color: #9B927D;
}
</style>