#888F88

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

Shades of Stack #888F88

Tints of Stack #888F88

Color information

#888F88 (or 0x888F88) is unknown color: approx Stack. HEX triplet: 88, 8F and 88. RGB value is (136,143,136). Sum of RGB (Red+Green+Blue) = 136+143+136=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 143 - color contains mainly: green. Hex color #888F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888F88 is #777077. Grayscale: #8C8C8C. Windows color (decimal): -7827576 or 8949640. OLE color: 8949640.

HSL color Cylindrical-coordinate representation of color #888F88: hue angle of 120º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #888F88 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB136143136-
CMYK0.0500.050.44
HSL120º3.03%54.71%-
HSV(B)120º4.9%56.08%-
XYZ24.4226.6627.15-
YUV140.11125.68125.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.77%
GREEN value IS 143 (56.25% from 255) = 34.46%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=32.77%
G=34.46%
B=32.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361431360.0500.050.441203.0354.71
Hex888F885052C78337
Octal21021721050554170367
Binary1000100010001111100010001010101101100111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,143,136); }

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

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

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

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

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

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

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