#87978D

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

Shades of Envy #87978D

Tints of Envy #87978D

Color information

#87978D (or 0x87978D) is unknown color: approx Envy. HEX triplet: 87, 97 and 8D. RGB value is (135,151,141). Sum of RGB (Red+Green+Blue) = 135+151+141=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 151 - color contains mainly: green. Hex color #87978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87978D is #786872. Grayscale: #919191. Windows color (decimal): -7891059 or 9279367. OLE color: 9279367.

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

Color convert

RGB135151141-
CMYK0.1100.070.41
HSL142.5º7.14%56.08%-
HSV(B)142.5º10.6%59.22%-
XYZ25.8729.2129.47-
YUV145.08125.7120.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.62%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 141 (55.47% from 255) = 33.02%
R=31.62%
G=35.36%
B=33.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351511410.1100.070.41142.57.1456.08
Hex87978DB07298e738
Octal207227215130751216770
Binary1000011110010111100011011011011110100110001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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