Shades of Grey Suit #888695
Tints of Grey Suit #888695
RGB
CMYK
RGB Variations
Color information
#888695 (or 0x888695) is known color: Grey Suit. HEX triplet: 88, 86 and 95. RGB value is (136,134,149). Sum of RGB (Red+Green+Blue) = 136+134+149=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 149 - color contains mainly: blue. Hex color #888695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888695 is #77796A. Grayscale: #888888. Windows color (decimal): -7829867 or 9799304. OLE color: 9799304.
HSL color Cylindrical-coordinate representation of color #888695: hue angle of 248º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #888695 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 134 | 149 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.42 |
| HSL | 248º | 0.07% | 0.55% | - |
| HSV(B) | 248º | 0.1% | 0.58% | - |
| XYZ | 24.1 | 24.45 | 31.88 | - |
| YUV | 136.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 149 | 0.09 | 0.10 | 0 | 0.42 | 248 | 0.07 | 0.55 |
| Hex | 88 | 86 | 95 | 9 | A | 0 | 2A | F8 | 7 | 37 |
| Octal | 210 | 206 | 225 | 11 | 12 | 0 | 52 | 370 | 7 | 67 |
| Binary | 10001000 | 10000110 | 10010101 | 1001 | 1010 | 0 | 101010 | 11111000 | 111 | 110111 |
Color Harmonies of #888695
Complementary color
Monochromatic Colors of #888695
Black with #888695
Text Example
Text Example
White with #888695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888695; }
p { color: rgb(136,134,149); }
H1.HeaderClassName
{
color: #888695;
}
.AnyTagClassName
{
color: #888695;
}
</style>
background-color css
<style>
a { background-color: #888695; }
a { background-color: rgb(136,134,149); }
div.DivClassName
{
background-color: #888695;
}
.BgClassName
{
background-color: #888695;
}
</style>
border-color css
<style>
span { border-color: #888695; }
span { border-color: rgb(136,134,149); }
td.TdClassName
{
border-color: #888695;
}
.TagClassName
{
border-color: #888695;
}
</style>