#878F8C

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

Shades of Granny Smith #878F8C

Tints of Granny Smith #878F8C

Color information

#878F8C (or 0x878F8C) is unknown color: approx Granny Smith. HEX triplet: 87, 8F and 8C. RGB value is (135,143,140). Sum of RGB (Red+Green+Blue) = 135+143+140=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 143 - color contains mainly: green. Hex color #878F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F8C is #787073. Grayscale: #8C8C8C. Windows color (decimal): -7893108 or 9211783. OLE color: 9211783.

HSL color Cylindrical-coordinate representation of color #878F8C: hue angle of 157.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 #878F8C is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB135143140-
CMYK0.0600.020.44
HSL157.5º3.45%54.51%-
HSV(B)157.5º5.59%56.08%-
XYZ24.5526.6928.67-
YUV140.27127.85124.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.30%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=32.30%
G=34.21%
B=33.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351431400.0600.020.44157.53.4554.51
Hex878F8C6022C9d337
Octal20721721460254235367
Binary1000011110001111100011001100101011001001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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