#87998D

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

Shades of Envy #87998D

Tints of Envy #87998D

Color information

#87998D (or 0x87998D) is unknown color: approx Envy. HEX triplet: 87, 99 and 8D. RGB value is (135,153,141). Sum of RGB (Red+Green+Blue) = 135+153+141=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 153 - color contains mainly: green. Hex color #87998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87998D is #786672. Grayscale: #929292. Windows color (decimal): -7890547 or 9279879. OLE color: 9279879.

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

Color convert

RGB135153141-
CMYK0.1200.080.4
HSL140º8.11%56.47%-
HSV(B)140º11.76%60%-
XYZ26.1929.8629.58-
YUV146.25125.04119.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.47%
GREEN value IS 153 (60.16% from 255) = 35.66%
BLUE value IS 141 (55.47% from 255) = 32.87%
R=31.47%
G=35.66%
B=32.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1351531410.1200.080.41408.1156.47
Hex87998DC08288c838
Octal20723121514010502141070
Binary100001111001100110001101110001000101000100011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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