Shades of Shady Lady #9C9799
Tints of Shady Lady #9C9799
RGB
CMYK
RGB Variations
Color information
#9C9799 (or 0x9C9799) is known color: Shady Lady. HEX triplet: 9C, 97 and 99. RGB value is (156,151,153). Sum of RGB (Red+Green+Blue) = 156+151+153=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9799 is #636866. Grayscale: #989898. Windows color (decimal): -6514791 or 10065820. OLE color: 10065820.
HSL color Cylindrical-coordinate representation of color #9C9799: hue angle of 336º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9C9799 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 151 | 153 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.39 |
| HSL | 336º | 0.02% | 0.6% | - |
| HSV(B) | 336º | 0.03% | 0.61% | - |
| XYZ | 30.53 | 31.5 | 34.61 | - |
| YUV | 152.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 153 | 0 | 0.03 | 0.02 | 0.39 | 336 | 0.02 | 0.6 |
| Hex | 9C | 97 | 99 | 0 | 3 | 2 | 27 | 150 | 2 | 3C |
| Octal | 234 | 227 | 231 | 0 | 3 | 2 | 47 | 520 | 2 | 74 |
| Binary | 10011100 | 10010111 | 10011001 | 0 | 11 | 10 | 100111 | 101010000 | 10 | 111100 |
Color Harmonies of #9C9799
Complementary color
Monochromatic Colors of #9C9799
Black with #9C9799
Text Example
Text Example
White with #9C9799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9799; }
p { color: rgb(156,151,153); }
H1.HeaderClassName
{
color: #9C9799;
}
.AnyTagClassName
{
color: #9C9799;
}
</style>
background-color css
<style>
a { background-color: #9C9799; }
a { background-color: rgb(156,151,153); }
div.DivClassName
{
background-color: #9C9799;
}
.BgClassName
{
background-color: #9C9799;
}
</style>
border-color css
<style>
span { border-color: #9C9799; }
span { border-color: rgb(156,151,153); }
td.TdClassName
{
border-color: #9C9799;
}
.TagClassName
{
border-color: #9C9799;
}
</style>