Shades of Grey Suit #888796
Tints of Grey Suit #888796
RGB
CMYK
RGB Variations
Color information
#888796 (or 0x888796) is known color: Grey Suit. HEX triplet: 88, 87 and 96. RGB value is (136,135,150). Sum of RGB (Red+Green+Blue) = 136+135+150=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 150 - color contains mainly: blue. Hex color #888796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888796 is #777869. Grayscale: #888888. Windows color (decimal): -7829610 or 9865096. OLE color: 9865096.
HSL color Cylindrical-coordinate representation of color #888796: hue angle of 244º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #888796 is Cyan = 0.09, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 135 | 150 | - |
| CMYK | 0.09 | 0.1 | 0 | 0.41 |
| HSL | 244º | 0.07% | 0.56% | - |
| HSV(B) | 244º | 0.1% | 0.59% | - |
| XYZ | 24.32 | 24.76 | 32.35 | - |
| YUV | 137.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 150 | 0.09 | 0.1 | 0 | 0.41 | 244 | 0.07 | 0.56 |
| Hex | 88 | 87 | 96 | 9 | A | 0 | 29 | F4 | 7 | 38 |
| Octal | 210 | 207 | 226 | 11 | 12 | 0 | 51 | 364 | 7 | 70 |
| Binary | 10001000 | 10000111 | 10010110 | 1001 | 1010 | 0 | 101001 | 11110100 | 111 | 111000 |
Color Harmonies of #888796
Complementary color
Monochromatic Colors of #888796
Black with #888796
Text Example
Text Example
White with #888796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888796; }
p { color: rgb(136,135,150); }
H1.HeaderClassName
{
color: #888796;
}
.AnyTagClassName
{
color: #888796;
}
</style>
background-color css
<style>
a { background-color: #888796; }
a { background-color: rgb(136,135,150); }
div.DivClassName
{
background-color: #888796;
}
.BgClassName
{
background-color: #888796;
}
</style>
border-color css
<style>
span { border-color: #888796; }
span { border-color: rgb(136,135,150); }
td.TdClassName
{
border-color: #888796;
}
.TagClassName
{
border-color: #888796;
}
</style>