#878F8A

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

Shades of Granny Smith #878F8A

Tints of Granny Smith #878F8A

Color information

#878F8A (or 0x878F8A) is unknown color: approx Granny Smith. HEX triplet: 87, 8F and 8A. RGB value is (135,143,138). Sum of RGB (Red+Green+Blue) = 135+143+138=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 143 - color contains mainly: green. Hex color #878F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F8A is #787075. Grayscale: #8C8C8C. Windows color (decimal): -7893110 or 9080711. OLE color: 9080711.

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

Color convert

RGB135143138-
CMYK0.0600.030.44
HSL142.5º3.45%54.51%-
HSV(B)142.5º5.59%56.08%-
XYZ24.426.6327.9-
YUV140.04126.85124.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.45%
GREEN value IS 143 (56.25% from 255) = 34.38%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=32.45%
G=34.38%
B=33.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351431380.0600.030.44142.53.4554.51
Hex878F8A6032C8e337
Octal20721721260354216367
Binary1000011110001111100010101100111011001000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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