#87958B

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

Shades of Envy #87958B

Tints of Envy #87958B

Color information

#87958B (or 0x87958B) is unknown color: approx Envy. HEX triplet: 87, 95 and 8B. RGB value is (135,149,139). Sum of RGB (Red+Green+Blue) = 135+149+139=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 149 - color contains mainly: green. Hex color #87958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87958B is #786A74. Grayscale: #8F8F8F. Windows color (decimal): -7891573 or 9147783. OLE color: 9147783.

HSL color Cylindrical-coordinate representation of color #87958B: hue angle of 137.14º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #87958B is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB135149139-
CMYK0.0900.070.42
HSL137.14º6.19%55.69%-
HSV(B)137.14º9.4%58.43%-
XYZ25.428.5128.59-
YUV143.67125.36121.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.91%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=31.91%
G=35.22%
B=32.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351491390.0900.070.42137.146.1955.69
Hex87958B9072A89638
Octal207225213110752211670
Binary1000011110010101100010111001011110101010001001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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