#878988

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

Shades of Granny Smith #878988

Tints of Granny Smith #878988

Color information

#878988 (or 0x878988) is unknown color: approx Granny Smith. HEX triplet: 87, 89 and 88. RGB value is (135,137,136). Sum of RGB (Red+Green+Blue) = 135+137+136=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 137 - color contains mainly: green. Hex color #878988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878988 is #787677. Grayscale: #888888. Windows color (decimal): -7894648 or 8948103. OLE color: 8948103.

HSL color Cylindrical-coordinate representation of color #878988: hue angle of 150º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #878988 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB135137136-
CMYK0.0100.010.46
HSL150º0.84%53.33%-
HSV(B)150º1.46%53.73%-
XYZ23.3824.8226.85-
YUV136.29127.84127.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.09%
GREEN value IS 137 (53.91% from 255) = 33.58%
BLUE value IS 136 (53.52% from 255) = 33.33%
R=33.09%
G=33.58%
B=33.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351371360.0100.010.461500.8453.33
Hex8789881012E96135
Octal20721121010156226165
Binary100001111000100110001000101101110100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878988; }

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

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

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

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

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

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

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

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