Shades of Stack #868A86
Tints of Stack #868A86
RGB
CMYK
RGB Variations
Color information
#868A86 (or 0x868A86) is known color: Stack. HEX triplet: 86, 8A and 86. RGB value is (134,138,134). Sum of RGB (Red+Green+Blue) = 134+138+134=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 138 - color contains mainly: green. Hex color #868A86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868A86 is #797579. Grayscale: #888888. Windows color (decimal): -7959930 or 8817286. OLE color: 8817286.
HSL color Cylindrical-coordinate representation of color #868A86: hue angle of 120º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #868A86 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 138 | 134 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.46 |
| HSL | 120º | 0.02% | 0.53% | - |
| HSV(B) | 120º | 0.03% | 0.54% | - |
| XYZ | 23.22 | 24.97 | 26.15 | - |
| YUV | 136.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 138 | 134 | 0.03 | 0 | 0.03 | 0.46 | 120 | 0.02 | 0.53 |
| Hex | 86 | 8A | 86 | 3 | 0 | 3 | 2E | 78 | 2 | 35 |
| Octal | 206 | 212 | 206 | 3 | 0 | 3 | 56 | 170 | 2 | 65 |
| Binary | 10000110 | 10001010 | 10000110 | 11 | 0 | 11 | 101110 | 1111000 | 10 | 110101 |
Color Harmonies of #868A86
Complementary color
Monochromatic Colors of #868A86
Black with #868A86
Text Example
Text Example
White with #868A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868A86; }
p { color: rgb(134,138,134); }
H1.HeaderClassName
{
color: #868A86;
}
.AnyTagClassName
{
color: #868A86;
}
</style>
background-color css
<style>
a { background-color: #868A86; }
a { background-color: rgb(134,138,134); }
div.DivClassName
{
background-color: #868A86;
}
.BgClassName
{
background-color: #868A86;
}
</style>
border-color css
<style>
span { border-color: #868A86; }
span { border-color: rgb(134,138,134); }
td.TdClassName
{
border-color: #868A86;
}
.TagClassName
{
border-color: #868A86;
}
</style>