#87968D

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

Shades of Envy #87968D

Tints of Envy #87968D

Color information

#87968D (or 0x87968D) is unknown color: approx Envy. HEX triplet: 87, 96 and 8D. RGB value is (135,150,141). Sum of RGB (Red+Green+Blue) = 135+150+141=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 150 - color contains mainly: green. Hex color #87968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87968D is #786972. Grayscale: #909090. Windows color (decimal): -7891315 or 9279111. OLE color: 9279111.

HSL color Cylindrical-coordinate representation of color #87968D: hue angle of 144º 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 #87968D is Cyan = 0.1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB135150141-
CMYK0.100.060.41
HSL144º6.67%55.88%-
HSV(B)144º10%58.82%-
XYZ25.7128.8929.42-
YUV144.49126.03121.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.69%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=31.69%
G=35.21%
B=33.10%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351501410.100.060.411446.6755.88
Hex87968DA062990738
Octal207226215120651220770
Binary1000011110010110100011011010011010100110010000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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