#888F8C

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

Shades of Granny Smith #888F8C

Tints of Granny Smith #888F8C

Color information

#888F8C (or 0x888F8C) is unknown color: approx Granny Smith. HEX triplet: 88, 8F and 8C. RGB value is (136,143,140). Sum of RGB (Red+Green+Blue) = 136+143+140=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 143 - color contains mainly: green. Hex color #888F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888F8C is #777073. Grayscale: #8C8C8C. Windows color (decimal): -7827572 or 9211784. OLE color: 9211784.

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

Color convert

RGB136143140-
CMYK0.0500.020.44
HSL154.29º3.03%54.71%-
HSV(B)154.29º4.9%56.08%-
XYZ24.7126.7728.68-
YUV140.56127.68124.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.46%
GREEN value IS 143 (56.25% from 255) = 34.13%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=32.46%
G=34.13%
B=33.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361431400.0500.020.44154.293.0354.71
Hex888F8C5022C9a337
Octal21021721450254232367
Binary1000100010001111100011001010101011001001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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