#87988D

Color #87988D Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #87988D

Tints of Envy #87988D

Color information

#87988D (or 0x87988D) is unknown color: approx Envy. HEX triplet: 87, 98 and 8D. RGB value is (135,152,141). Sum of RGB (Red+Green+Blue) = 135+152+141=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 152 - color contains mainly: green. Hex color #87988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87988D is #786772. Grayscale: #919191. Windows color (decimal): -7890803 or 9279623. OLE color: 9279623.

HSL color Cylindrical-coordinate representation of color #87988D: hue angle of 141.18º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #87988D is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB135152141-
CMYK0.1100.070.40
HSL141.18º7.62%56.27%-
HSV(B)141.18º11.18%59.61%-
XYZ26.0329.5329.53-
YUV145.66125.37120.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.54%
GREEN value IS 152 (59.77% from 255) = 35.51%
BLUE value IS 141 (55.47% from 255) = 32.94%
R=31.54%
G=35.51%
B=32.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351521410.1100.070.40141.187.6256.27
Hex87988DB07288d838
Octal2072302151307502151070
Binary10000111100110001000110110110111101000100011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87988D; }

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

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

<style>
 a { background-color: #87988D; }

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

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

<style>
 span { border-color: #87988D; }

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

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