#87948C

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

Shades of Envy #87948C

Tints of Envy #87948C

Color information

#87948C (or 0x87948C) is unknown color: approx Envy. HEX triplet: 87, 94 and 8C. RGB value is (135,148,140). Sum of RGB (Red+Green+Blue) = 135+148+140=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 148 - color contains mainly: green. Hex color #87948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87948C is #786B73. Grayscale: #8F8F8F. Windows color (decimal): -7891828 or 9213063. OLE color: 9213063.

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

Color convert

RGB135148140-
CMYK0.0900.050.42
HSL143.08º5.73%55.49%-
HSV(B)143.08º8.78%58.04%-
XYZ25.3228.2228.92-
YUV143.2126.19122.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.91%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=31.91%
G=34.99%
B=33.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351481400.0900.050.42143.085.7355.49
Hex87948C9052A8f637
Octal207224214110552217667
Binary1000011110010100100011001001010110101010001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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