Shades of Heathered Grey #9D907C
Tints of Heathered Grey #9D907C
RGB
CMYK
RGB Variations
Color information
#9D907C (or 0x9D907C) is known color: Heathered Grey. HEX triplet: 9D, 90 and 7C. RGB value is (157,144,124). Sum of RGB (Red+Green+Blue) = 157+144+124=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 157 - color contains mainly: red. Hex color #9D907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D907C is #626F83. Grayscale: #919191. Windows color (decimal): -6451076 or 8163485. OLE color: 8163485.
HSL color Cylindrical-coordinate representation of color #9D907C: hue angle of 36.36º 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 #9D907C is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 124 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.38 |
| HSL | 36.36º | 0.14% | 0.55% | - |
| HSV(B) | 36.36º | 0.21% | 0.62% | - |
| XYZ | 27.52 | 28.57 | 23.13 | - |
| YUV | 145.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 124 | 0 | 0.08 | 0.21 | 0.38 | 36.36 | 0.14 | 0.55 |
| Hex | 9D | 90 | 7C | 0 | 8 | 15 | 26 | 24 | E | 37 |
| Octal | 235 | 220 | 174 | 0 | 10 | 25 | 46 | 44 | 16 | 67 |
| Binary | 10011101 | 10010000 | 1111100 | 0 | 1000 | 10101 | 100110 | 100100 | 1110 | 110111 |
Color Harmonies of #9D907C
Complementary color
Monochromatic Colors of #9D907C
Black with #9D907C
Text Example
Text Example
White with #9D907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D907C; }
p { color: rgb(157,144,124); }
H1.HeaderClassName
{
color: #9D907C;
}
.AnyTagClassName
{
color: #9D907C;
}
</style>
background-color css
<style>
a { background-color: #9D907C; }
a { background-color: rgb(157,144,124); }
div.DivClassName
{
background-color: #9D907C;
}
.BgClassName
{
background-color: #9D907C;
}
</style>
border-color css
<style>
span { border-color: #9D907C; }
span { border-color: rgb(157,144,124); }
td.TdClassName
{
border-color: #9D907C;
}
.TagClassName
{
border-color: #9D907C;
}
</style>