#87928C

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

Shades of Granny Smith #87928C

Tints of Granny Smith #87928C

Color information

#87928C (or 0x87928C) is unknown color: approx Granny Smith. HEX triplet: 87, 92 and 8C. RGB value is (135,146,140). Sum of RGB (Red+Green+Blue) = 135+146+140=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 146 - color contains mainly: green. Hex color #87928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87928C is #786D73. Grayscale: #8E8E8E. Windows color (decimal): -7892340 or 9212551. OLE color: 9212551.

HSL color Cylindrical-coordinate representation of color #87928C: hue angle of 147.27º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #87928C is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB135146140-
CMYK0.0800.040.43
HSL147.27º4.8%55.1%-
HSV(B)147.27º7.53%57.25%-
XYZ2527.628.82-
YUV142.03126.86122.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.07%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 140 (55.08% from 255) = 33.25%
R=32.07%
G=34.68%
B=33.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351461400.0800.040.43147.274.855.1
Hex87928C8042B93537
Octal207222214100453223567
Binary1000011110010010100011001000010010101110010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87928C; }

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

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

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

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

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

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

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

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