Shades of Stack #879788
Tints of Stack #879788
RGB
CMYK
RGB Variations
Color information
#879788 (or 0x879788) is known color: Stack. HEX triplet: 87, 97 and 88. RGB value is (135,151,136). Sum of RGB (Red+Green+Blue) = 135+151+136=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 151 - color contains mainly: green. Hex color #879788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879788 is #786877. Grayscale: #909090. Windows color (decimal): -7891064 or 8951687. OLE color: 8951687.
HSL color Cylindrical-coordinate representation of color #879788: hue angle of 123.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 #879788 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 135 | 151 | 136 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.41 |
| HSL | 123.75º | 0.07% | 0.56% | - |
| HSV(B) | 123.75º | 0.11% | 0.59% | - |
| XYZ | 25.5 | 29.06 | 27.56 | - |
| YUV | 144.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 151 | 136 | 0.11 | 0 | 0.10 | 0.41 | 123.75 | 0.07 | 0.56 |
| Hex | 87 | 97 | 88 | B | 0 | A | 29 | 7C | 7 | 38 |
| Octal | 207 | 227 | 210 | 13 | 0 | 12 | 51 | 174 | 7 | 70 |
| Binary | 10000111 | 10010111 | 10001000 | 1011 | 0 | 1010 | 101001 | 1111100 | 111 | 111000 |
Color Harmonies of #879788
Complementary color
Monochromatic Colors of #879788
Black with #879788
Text Example
Text Example
White with #879788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879788; }
p { color: rgb(135,151,136); }
H1.HeaderClassName
{
color: #879788;
}
.AnyTagClassName
{
color: #879788;
}
</style>
background-color css
<style>
a { background-color: #879788; }
a { background-color: rgb(135,151,136); }
div.DivClassName
{
background-color: #879788;
}
.BgClassName
{
background-color: #879788;
}
</style>
border-color css
<style>
span { border-color: #879788; }
span { border-color: rgb(135,151,136); }
td.TdClassName
{
border-color: #879788;
}
.TagClassName
{
border-color: #879788;
}
</style>