Shades of Heathered Grey #9D927C
Tints of Heathered Grey #9D927C
RGB
CMYK
RGB Variations
Color information
#9D927C (or 0x9D927C) is known color: Heathered Grey. HEX triplet: 9D, 92 and 7C. RGB value is (157,146,124). Sum of RGB (Red+Green+Blue) = 157+146+124=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 157 - color contains mainly: red. Hex color #9D927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D927C is #626D83. Grayscale: #929292. Windows color (decimal): -6450564 or 8163997. OLE color: 8163997.
HSL color Cylindrical-coordinate representation of color #9D927C: hue angle of 40º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9D927C is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 124 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.38 |
| HSL | 40º | 0.14% | 0.55% | - |
| HSV(B) | 40º | 0.21% | 0.62% | - |
| XYZ | 27.82 | 29.18 | 23.23 | - |
| YUV | 146.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 124 | 0 | 0.07 | 0.21 | 0.38 | 40 | 0.14 | 0.55 |
| Hex | 9D | 92 | 7C | 0 | 7 | 15 | 26 | 28 | E | 37 |
| Octal | 235 | 222 | 174 | 0 | 7 | 25 | 46 | 50 | 16 | 67 |
| Binary | 10011101 | 10010010 | 1111100 | 0 | 111 | 10101 | 100110 | 101000 | 1110 | 110111 |
Color Harmonies of #9D927C
Complementary color
Monochromatic Colors of #9D927C
Black with #9D927C
Text Example
Text Example
White with #9D927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D927C; }
p { color: rgb(157,146,124); }
H1.HeaderClassName
{
color: #9D927C;
}
.AnyTagClassName
{
color: #9D927C;
}
</style>
background-color css
<style>
a { background-color: #9D927C; }
a { background-color: rgb(157,146,124); }
div.DivClassName
{
background-color: #9D927C;
}
.BgClassName
{
background-color: #9D927C;
}
</style>
border-color css
<style>
span { border-color: #9D927C; }
span { border-color: rgb(157,146,124); }
td.TdClassName
{
border-color: #9D927C;
}
.TagClassName
{
border-color: #9D927C;
}
</style>