#879188

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

Shades of Stack #879188

Tints of Stack #879188

Color information

#879188 (or 0x879188) is unknown color: approx Stack. HEX triplet: 87, 91 and 88. RGB value is (135,145,136). Sum of RGB (Red+Green+Blue) = 135+145+136=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 145 - color contains mainly: green. Hex color #879188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879188 is #786E77. Grayscale: #8D8D8D. Windows color (decimal): -7892600 or 8950151. OLE color: 8950151.

HSL color Cylindrical-coordinate representation of color #879188: hue angle of 126º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #879188 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB135145136-
CMYK0.0700.060.43
HSL126º4.35%54.9%-
HSV(B)126º6.9%56.86%-
XYZ24.5627.1827.24-
YUV140.98125.19123.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.45%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 136 (53.52% from 255) = 32.69%
R=32.45%
G=34.86%
B=32.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351451360.0700.060.431264.3554.9
Hex8791887062B7e437
Octal20722121070653176467
Binary10000111100100011000100011101101010111111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879188; }

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

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

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

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

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

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

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

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