#888C87

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

Shades of Stack #888C87

Tints of Stack #888C87

Color information

#888C87 (or 0x888C87) is unknown color: approx Stack. HEX triplet: 88, 8C and 87. RGB value is (136,140,135). Sum of RGB (Red+Green+Blue) = 136+140+135=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 140 - color contains mainly: green. Hex color #888C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888C87 is #777378. Grayscale: #8A8A8A. Windows color (decimal): -7828345 or 8883336. OLE color: 8883336.

HSL color Cylindrical-coordinate representation of color #888C87: hue angle of 108º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #888C87 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB136140135-
CMYK0.0300.040.45
HSL108º2.13%53.92%-
HSV(B)108º3.57%54.9%-
XYZ23.925.7426.63-
YUV138.23126.17126.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.09%
GREEN value IS 140 (55.08% from 255) = 34.06%
BLUE value IS 135 (53.12% from 255) = 32.85%
R=33.09%
G=34.06%
B=32.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361401350.0300.040.451082.1353.92
Hex888C873042D6c236
Octal21021420730455154266
Binary100010001000110010000111110100101101110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888C87; }

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

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

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

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

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

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

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

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