#878D8B

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

Shades of Granny Smith #878D8B

Tints of Granny Smith #878D8B

Color information

#878D8B (or 0x878D8B) is unknown color: approx Granny Smith. HEX triplet: 87, 8D and 8B. RGB value is (135,141,139). Sum of RGB (Red+Green+Blue) = 135+141+139=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 141 - color contains mainly: green. Hex color #878D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878D8B is #787274. Grayscale: #8A8A8A. Windows color (decimal): -7893621 or 9145735. OLE color: 9145735.

HSL color Cylindrical-coordinate representation of color #878D8B: hue angle of 160º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #878D8B is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB135141139-
CMYK0.0400.010.45
HSL160º2.56%54.12%-
HSV(B)160º4.26%55.29%-
XYZ24.1826.0628.18-
YUV138.98128.01125.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.53%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=32.53%
G=33.98%
B=33.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1351411390.0400.010.451602.5654.12
Hex878D8B4012Da0336
Octal20721521340155240366
Binary100001111000110110001011100011011011010000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,141,139); }

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

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

 a { background-color: rgb(135,141,139); }

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

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

 span { border-color: rgb(135,141,139); }

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