#879388

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

Shades of Stack #879388

Tints of Stack #879388

Color information

#879388 (or 0x879388) is unknown color: approx Stack. HEX triplet: 87, 93 and 88. RGB value is (135,147,136). Sum of RGB (Red+Green+Blue) = 135+147+136=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 147 - color contains mainly: green. Hex color #879388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879388 is #786C77. Grayscale: #8E8E8E. Windows color (decimal): -7892088 or 8950663. OLE color: 8950663.

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

Color convert

RGB135147136-
CMYK0.0800.070.42
HSL125º5.26%55.29%-
HSV(B)125º8.16%57.65%-
XYZ24.8727.827.35-
YUV142.16124.52122.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.30%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 136 (53.52% from 255) = 32.54%
R=32.30%
G=35.17%
B=32.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351471360.0800.070.421255.2655.29
Hex8793888072A7d537
Octal207223210100752175567
Binary100001111001001110001000100001111010101111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879388; }

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

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

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

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

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

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

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

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