Shades of Grey Suit #99979D
Tints of Grey Suit #99979D
RGB
CMYK
RGB Variations
Color information
#99979D (or 0x99979D) is known color: Grey Suit. HEX triplet: 99, 97 and 9D. RGB value is (153,151,157). Sum of RGB (Red+Green+Blue) = 153+151+157=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 157 - color contains mainly: blue. Hex color #99979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99979D is #666862. Grayscale: #989898. Windows color (decimal): -6711395 or 10327961. OLE color: 10327961.
HSL color Cylindrical-coordinate representation of color #99979D: hue angle of 260º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #99979D is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 151 | 157 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.38 |
| HSL | 260º | 0.03% | 0.6% | - |
| HSV(B) | 260º | 0.04% | 0.62% | - |
| XYZ | 30.29 | 31.34 | 36.35 | - |
| YUV | 152.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 151 | 157 | 0.03 | 0.04 | 0 | 0.38 | 260 | 0.03 | 0.6 |
| Hex | 99 | 97 | 9D | 3 | 4 | 0 | 26 | 104 | 3 | 3C |
| Octal | 231 | 227 | 235 | 3 | 4 | 0 | 46 | 404 | 3 | 74 |
| Binary | 10011001 | 10010111 | 10011101 | 11 | 100 | 0 | 100110 | 100000100 | 11 | 111100 |
Color Harmonies of #99979D
Complementary color
Monochromatic Colors of #99979D
Black with #99979D
Text Example
Text Example
White with #99979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99979D; }
p { color: rgb(153,151,157); }
H1.HeaderClassName
{
color: #99979D;
}
.AnyTagClassName
{
color: #99979D;
}
</style>
background-color css
<style>
a { background-color: #99979D; }
a { background-color: rgb(153,151,157); }
div.DivClassName
{
background-color: #99979D;
}
.BgClassName
{
background-color: #99979D;
}
</style>
border-color css
<style>
span { border-color: #99979D; }
span { border-color: rgb(153,151,157); }
td.TdClassName
{
border-color: #99979D;
}
.TagClassName
{
border-color: #99979D;
}
</style>