Shades of Grey Suit #99979C
Tints of Grey Suit #99979C
RGB
CMYK
RGB Variations
Color information
#99979C (or 0x99979C) is known color: Grey Suit. HEX triplet: 99, 97 and 9C. RGB value is (153,151,156). Sum of RGB (Red+Green+Blue) = 153+151+156=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 156 - color contains mainly: blue. Hex color #99979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99979C is #666863. Grayscale: #989898. Windows color (decimal): -6711396 or 10262425. OLE color: 10262425.
HSL color Cylindrical-coordinate representation of color #99979C: hue angle of 264º 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 #99979C is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 151 | 156 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.39 |
| HSL | 264º | 0.02% | 0.6% | - |
| HSV(B) | 264º | 0.03% | 0.61% | - |
| XYZ | 30.2 | 31.31 | 35.9 | - |
| YUV | 152.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 151 | 156 | 0.02 | 0.03 | 0 | 0.39 | 264 | 0.02 | 0.6 |
| Hex | 99 | 97 | 9C | 2 | 3 | 0 | 27 | 108 | 2 | 3C |
| Octal | 231 | 227 | 234 | 2 | 3 | 0 | 47 | 410 | 2 | 74 |
| Binary | 10011001 | 10010111 | 10011100 | 10 | 11 | 0 | 100111 | 100001000 | 10 | 111100 |
Color Harmonies of #99979C
Complementary color
Monochromatic Colors of #99979C
Black with #99979C
Text Example
Text Example
White with #99979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99979C; }
p { color: rgb(153,151,156); }
H1.HeaderClassName
{
color: #99979C;
}
.AnyTagClassName
{
color: #99979C;
}
</style>
background-color css
<style>
a { background-color: #99979C; }
a { background-color: rgb(153,151,156); }
div.DivClassName
{
background-color: #99979C;
}
.BgClassName
{
background-color: #99979C;
}
</style>
border-color css
<style>
span { border-color: #99979C; }
span { border-color: rgb(153,151,156); }
td.TdClassName
{
border-color: #99979C;
}
.TagClassName
{
border-color: #99979C;
}
</style>