Shades of Stack #869784
Tints of Stack #869784
RGB
CMYK
RGB Variations
Color information
#869784 (or 0x869784) is known color: Stack. HEX triplet: 86, 97 and 84. RGB value is (134,151,132). Sum of RGB (Red+Green+Blue) = 134+151+132=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 151 - color contains mainly: green. Hex color #869784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869784 is #79687B. Grayscale: #8F8F8F. Windows color (decimal): -7956604 or 8689542. OLE color: 8689542.
HSL color Cylindrical-coordinate representation of color #869784: hue angle of 113.68º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #869784 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 134 | 151 | 132 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.41 |
| HSL | 113.68º | 0.08% | 0.55% | - |
| HSV(B) | 113.68º | 0.13% | 0.59% | - |
| XYZ | 25.06 | 28.87 | 26.08 | - |
| YUV | 143.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 151 | 132 | 0.11 | 0 | 0.13 | 0.41 | 113.68 | 0.08 | 0.55 |
| Hex | 86 | 97 | 84 | B | 0 | D | 29 | 72 | 8 | 37 |
| Octal | 206 | 227 | 204 | 13 | 0 | 15 | 51 | 162 | 10 | 67 |
| Binary | 10000110 | 10010111 | 10000100 | 1011 | 0 | 1101 | 101001 | 1110010 | 1000 | 110111 |
Color Harmonies of #869784
Complementary color
Monochromatic Colors of #869784
Black with #869784
Text Example
Text Example
White with #869784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869784; }
p { color: rgb(134,151,132); }
H1.HeaderClassName
{
color: #869784;
}
.AnyTagClassName
{
color: #869784;
}
</style>
background-color css
<style>
a { background-color: #869784; }
a { background-color: rgb(134,151,132); }
div.DivClassName
{
background-color: #869784;
}
.BgClassName
{
background-color: #869784;
}
</style>
border-color css
<style>
span { border-color: #869784; }
span { border-color: rgb(134,151,132); }
td.TdClassName
{
border-color: #869784;
}
.TagClassName
{
border-color: #869784;
}
</style>