#879386

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

Shades of Stack #879386

Tints of Stack #879386

Color information

#879386 (or 0x879386) is unknown color: approx Stack. HEX triplet: 87, 93 and 86. RGB value is (135,147,134). Sum of RGB (Red+Green+Blue) = 135+147+134=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 147 - color contains mainly: green. Hex color #879386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879386 is #786C79. Grayscale: #8D8D8D. Windows color (decimal): -7892090 or 8819591. OLE color: 8819591.

HSL color Cylindrical-coordinate representation of color #879386: hue angle of 115.38º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #879386 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB135147134-
CMYK0.0800.090.42
HSL115.38º5.68%55.1%-
HSV(B)115.38º8.84%57.65%-
XYZ24.7327.7426.61-
YUV141.93123.52123.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.45%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 134 (52.73% from 255) = 32.21%
R=32.45%
G=35.34%
B=32.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351471340.0800.090.42115.385.6855.1
Hex8793868092A73637
Octal2072232061001152163667
Binary1000011110010011100001101000010011010101110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879386; }

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

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

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

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

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

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

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

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