Shades of Shady Lady #9D8C92
Tints of Shady Lady #9D8C92
RGB
CMYK
RGB Variations
Color information
#9D8C92 (or 0x9D8C92) is known color: Shady Lady. HEX triplet: 9D, 8C and 92. RGB value is (157,140,146). Sum of RGB (Red+Green+Blue) = 157+140+146=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8C92 is #62736D. Grayscale: #919191. Windows color (decimal): -6452078 or 9604253. OLE color: 9604253.
HSL color Cylindrical-coordinate representation of color #9D8C92: hue angle of 338.82º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9D8C92 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
RGB | 157 | 140 | 146 | - |
CMYK | 0 | 0.11 | 0.07 | 0.38 |
HSL | 338.82º | 0.08% | 0.58% | - |
HSV(B) | 338.82º | 0.11% | 0.62% | - |
XYZ | 28.47 | 28 | 31.1 | - |
YUV | 145.77 | 128.13 | 136.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 140 | 146 | 0 | 0.11 | 0.07 | 0.38 | 338.82 | 0.08 | 0.58 |
Hex | 9D | 8C | 92 | 0 | B | 7 | 26 | 153 | 8 | 3A |
Octal | 235 | 214 | 222 | 0 | 13 | 7 | 46 | 523 | 10 | 72 |
Binary | 10011101 | 10001100 | 10010010 | 0 | 1011 | 111 | 100110 | 101010011 | 1000 | 111010 |
Color Harmonies of #9D8C92
Complementary color
Monochromatic Colors of #9D8C92
Black with #9D8C92
Text Example
Text Example
White with #9D8C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8C92; }
p { color: rgb(157,140,146); }
H1.HeaderClassName
{
color: #9D8C92;
}
.AnyTagClassName
{
color: #9D8C92;
}
</style>
background-color css
<style>
a { background-color: #9D8C92; }
a { background-color: rgb(157,140,146); }
div.DivClassName
{
background-color: #9D8C92;
}
.BgClassName
{
background-color: #9D8C92;
}
</style>
border-color css
<style>
span { border-color: #9D8C92; }
span { border-color: rgb(157,140,146); }
td.TdClassName
{
border-color: #9D8C92;
}
.TagClassName
{
border-color: #9D8C92;
}
</style>