#879986

Color #879986 Stack (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stack #879986

Tints of Stack #879986

Color information

#879986 (or 0x879986) is unknown color: approx Stack. HEX triplet: 87, 99 and 86. RGB value is (135,153,134). Sum of RGB (Red+Green+Blue) = 135+153+134=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #879986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879986 is #786679. Grayscale: #919191. Windows color (decimal): -7890554 or 8821127. OLE color: 8821127.

HSL color Cylindrical-coordinate representation of color #879986: hue angle of 116.84º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #879986 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB135153134-
CMYK0.1200.120.4
HSL116.84º8.52%56.27%-
HSV(B)116.84º12.42%60%-
XYZ25.6929.6526.92-
YUV145.45121.54120.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 31.99%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 134 (52.73% from 255) = 31.75%
R=31.99%
G=36.26%
B=31.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1351531340.1200.120.4116.848.5256.27
Hex879986C0C2875938
Octal20723120614014501651170
Binary10000111100110011000011011000110010100011101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879986; }

 p { color: rgb(135,153,134); }

 H1.HeaderClassName
 {
   color: #879986;
 }
 .AnyTagClassName
 {
   color: #879986;
 }
</style>
background-color css

<style>
 a { background-color: #879986; }

 a { background-color: rgb(135,153,134); }

 div.DivClassName
 {
   background-color: #879986;
 }
 .BgClassName
 {
   background-color: #879986;
 }
</style>
border-color css

<style>
 span { border-color: #879986; }

 span { border-color: rgb(135,153,134); }

 td.TdClassName
 {
   border-color: #879986;
 }
 .TagClassName
 {
   border-color: #879986;
 }
</style>