Shades of Heathered Grey #9D927E
Tints of Heathered Grey #9D927E
RGB
CMYK
RGB Variations
Color information
#9D927E (or 0x9D927E) is known color: Heathered Grey. HEX triplet: 9D, 92 and 7E. RGB value is (157,146,126). Sum of RGB (Red+Green+Blue) = 157+146+126=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D927E is #626D81. Grayscale: #939393. Windows color (decimal): -6450562 or 8295069. OLE color: 8295069.
HSL color Cylindrical-coordinate representation of color #9D927E: hue angle of 38.71º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D927E is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 126 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.38 |
| HSL | 38.71º | 0.14% | 0.55% | - |
| HSV(B) | 38.71º | 0.2% | 0.62% | - |
| XYZ | 27.95 | 29.23 | 23.91 | - |
| YUV | 147.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 126 | 0 | 0.07 | 0.20 | 0.38 | 38.71 | 0.14 | 0.55 |
| Hex | 9D | 92 | 7E | 0 | 7 | 14 | 26 | 27 | E | 37 |
| Octal | 235 | 222 | 176 | 0 | 7 | 24 | 46 | 47 | 16 | 67 |
| Binary | 10011101 | 10010010 | 1111110 | 0 | 111 | 10100 | 100110 | 100111 | 1110 | 110111 |
Color Harmonies of #9D927E
Complementary color
Monochromatic Colors of #9D927E
Black with #9D927E
Text Example
Text Example
White with #9D927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D927E; }
p { color: rgb(157,146,126); }
H1.HeaderClassName
{
color: #9D927E;
}
.AnyTagClassName
{
color: #9D927E;
}
</style>
background-color css
<style>
a { background-color: #9D927E; }
a { background-color: rgb(157,146,126); }
div.DivClassName
{
background-color: #9D927E;
}
.BgClassName
{
background-color: #9D927E;
}
</style>
border-color css
<style>
span { border-color: #9D927E; }
span { border-color: rgb(157,146,126); }
td.TdClassName
{
border-color: #9D927E;
}
.TagClassName
{
border-color: #9D927E;
}
</style>