#888D89

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

Shades of Stack #888D89

Tints of Stack #888D89

Color information

#888D89 (or 0x888D89) is unknown color: approx Stack. HEX triplet: 88, 8D and 89. RGB value is (136,141,137). Sum of RGB (Red+Green+Blue) = 136+141+137=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 141 - color contains mainly: green. Hex color #888D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888D89 is #777276. Grayscale: #8B8B8B. Windows color (decimal): -7828087 or 9014664. OLE color: 9014664.

HSL color Cylindrical-coordinate representation of color #888D89: hue angle of 132º 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 #888D89 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB136141137-
CMYK0.0400.030.45
HSL132º2.15%54.31%-
HSV(B)132º3.55%55.29%-
XYZ24.1926.0927.43-
YUV139.05126.84125.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.85%
GREEN value IS 141 (55.47% from 255) = 34.06%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=32.85%
G=34.06%
B=33.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361411370.0400.030.451322.1554.31
Hex888D894032D84236
Octal21021521140355204266
Binary1000100010001101100010011000111011011000010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,141,137); }

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

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

 a { background-color: rgb(136,141,137); }

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

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

 span { border-color: rgb(136,141,137); }

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