#87988B

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

Shades of Envy #87988B

Tints of Envy #87988B

Color information

#87988B (or 0x87988B) is unknown color: approx Envy. HEX triplet: 87, 98 and 8B. RGB value is (135,152,139). Sum of RGB (Red+Green+Blue) = 135+152+139=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 152 - color contains mainly: green. Hex color #87988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87988B is #786774. Grayscale: #919191. Windows color (decimal): -7890805 or 9148551. OLE color: 9148551.

HSL color Cylindrical-coordinate representation of color #87988B: hue angle of 134.12º 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 #87988B is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB135152139-
CMYK0.1100.090.40
HSL134.12º7.62%56.27%-
HSV(B)134.12º11.18%59.61%-
XYZ25.8829.4728.75-
YUV145.44124.37120.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.69%
GREEN value IS 152 (59.77% from 255) = 35.68%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=31.69%
G=35.68%
B=32.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351521390.1100.090.40134.127.6256.27
Hex87988BB092886838
Octal20723021313011502061070
Binary100001111001100010001011101101001101000100001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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