#878F88

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

Shades of Stack #878F88

Tints of Stack #878F88

Color information

#878F88 (or 0x878F88) is unknown color: approx Stack. HEX triplet: 87, 8F and 88. RGB value is (135,143,136). Sum of RGB (Red+Green+Blue) = 135+143+136=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 143 - color contains mainly: green. Hex color #878F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F88 is #787077. Grayscale: #8B8B8B. Windows color (decimal): -7893112 or 8949639. OLE color: 8949639.

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

Color convert

RGB135143136-
CMYK0.0600.050.44
HSL127.5º3.45%54.51%-
HSV(B)127.5º5.59%56.08%-
XYZ24.2626.5727.14-
YUV139.81125.85124.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.61%
GREEN value IS 143 (56.25% from 255) = 34.54%
BLUE value IS 136 (53.52% from 255) = 32.85%
R=32.61%
G=34.54%
B=32.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351431360.0600.050.44127.53.4554.51
Hex878F886052C7f337
Octal20721721060554177367
Binary1000011110001111100010001100101101100111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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