Shades of Grey Suit #979699
Tints of Grey Suit #979699
RGB
CMYK
RGB Variations
Color information
#979699 (or 0x979699) is known color: Grey Suit. HEX triplet: 97, 96 and 99. RGB value is (151,150,153). Sum of RGB (Red+Green+Blue) = 151+150+153=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 153 - color contains mainly: blue. Hex color #979699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979699 is #686966. Grayscale: #969696. Windows color (decimal): -6842727 or 10065559. OLE color: 10065559.
HSL color Cylindrical-coordinate representation of color #979699: hue angle of 260º degrees, saturation: 0.01, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #979699 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 150 | 153 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.4 |
| HSL | 260º | 0.01% | 0.59% | - |
| HSV(B) | 260º | 0.02% | 0.6% | - |
| XYZ | 29.42 | 30.69 | 34.51 | - |
| YUV | 150.64 | 129.33 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 150 | 153 | 0.01 | 0.02 | 0 | 0.4 | 260 | 0.01 | 0.59 |
| Hex | 97 | 96 | 99 | 1 | 2 | 0 | 28 | 104 | 1 | 3B |
| Octal | 227 | 226 | 231 | 1 | 2 | 0 | 50 | 404 | 1 | 73 |
| Binary | 10010111 | 10010110 | 10011001 | 1 | 10 | 0 | 101000 | 100000100 | 1 | 111011 |
Color Harmonies of #979699
Complementary color
Monochromatic Colors of #979699
Black with #979699
Text Example
Text Example
White with #979699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979699; }
p { color: rgb(151,150,153); }
H1.HeaderClassName
{
color: #979699;
}
.AnyTagClassName
{
color: #979699;
}
</style>
background-color css
<style>
a { background-color: #979699; }
a { background-color: rgb(151,150,153); }
div.DivClassName
{
background-color: #979699;
}
.BgClassName
{
background-color: #979699;
}
</style>
border-color css
<style>
span { border-color: #979699; }
span { border-color: rgb(151,150,153); }
td.TdClassName
{
border-color: #979699;
}
.TagClassName
{
border-color: #979699;
}
</style>