Shades of Grey Suit #878696
Tints of Grey Suit #878696
RGB
CMYK
RGB Variations
Color information
#878696 (or 0x878696) is known color: Grey Suit. HEX triplet: 87, 86 and 96. RGB value is (135,134,150). Sum of RGB (Red+Green+Blue) = 135+134+150=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 150 - color contains mainly: blue. Hex color #878696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878696 is #787969. Grayscale: #888888. Windows color (decimal): -7895402 or 9864839. OLE color: 9864839.
HSL color Cylindrical-coordinate representation of color #878696: hue angle of 243.75º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #878696 is Cyan = 0.1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 134 | 150 | - |
| CMYK | 0.1 | 0.11 | 0 | 0.41 |
| HSL | 243.75º | 0.07% | 0.56% | - |
| HSV(B) | 243.75º | 0.11% | 0.59% | - |
| XYZ | 24.02 | 24.4 | 32.3 | - |
| YUV | 136.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 134 | 150 | 0.1 | 0.11 | 0 | 0.41 | 243.75 | 0.07 | 0.56 |
| Hex | 87 | 86 | 96 | A | B | 0 | 29 | F4 | 7 | 38 |
| Octal | 207 | 206 | 226 | 12 | 13 | 0 | 51 | 364 | 7 | 70 |
| Binary | 10000111 | 10000110 | 10010110 | 1010 | 1011 | 0 | 101001 | 11110100 | 111 | 111000 |
Color Harmonies of #878696
Complementary color
Monochromatic Colors of #878696
Black with #878696
Text Example
Text Example
White with #878696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878696; }
p { color: rgb(135,134,150); }
H1.HeaderClassName
{
color: #878696;
}
.AnyTagClassName
{
color: #878696;
}
</style>
background-color css
<style>
a { background-color: #878696; }
a { background-color: rgb(135,134,150); }
div.DivClassName
{
background-color: #878696;
}
.BgClassName
{
background-color: #878696;
}
</style>
border-color css
<style>
span { border-color: #878696; }
span { border-color: rgb(135,134,150); }
td.TdClassName
{
border-color: #878696;
}
.TagClassName
{
border-color: #878696;
}
</style>