#87968C

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

Shades of Envy #87968C

Tints of Envy #87968C

Color information

#87968C (or 0x87968C) is unknown color: approx Envy. HEX triplet: 87, 96 and 8C. RGB value is (135,150,140). Sum of RGB (Red+Green+Blue) = 135+150+140=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 150 - color contains mainly: green. Hex color #87968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87968C is #786973. Grayscale: #909090. Windows color (decimal): -7891316 or 9213575. OLE color: 9213575.

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

Color convert

RGB135150140-
CMYK0.100.070.41
HSL140º6.67%55.88%-
HSV(B)140º10%58.82%-
XYZ25.6328.8629.03-
YUV144.38125.53121.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.76%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=31.76%
G=35.29%
B=32.94%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351501400.100.070.411406.6755.88
Hex87968CA07298c738
Octal207226214120751214770
Binary1000011110010110100011001010011110100110001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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