#87928A

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

Shades of Envy #87928A

Tints of Envy #87928A

Color information

#87928A (or 0x87928A) is unknown color: approx Envy. HEX triplet: 87, 92 and 8A. RGB value is (135,146,138). Sum of RGB (Red+Green+Blue) = 135+146+138=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 146 - color contains mainly: green. Hex color #87928A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87928A is #786D75. Grayscale: #8D8D8D. Windows color (decimal): -7892342 or 9081479. OLE color: 9081479.

HSL color Cylindrical-coordinate representation of color #87928A: hue angle of 136.36º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #87928A is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB135146138-
CMYK0.0800.050.43
HSL136.36º4.8%55.1%-
HSV(B)136.36º7.53%57.25%-
XYZ24.8627.5428.05-
YUV141.8125.86123.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.22%
GREEN value IS 146 (57.42% from 255) = 34.84%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=32.22%
G=34.84%
B=32.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351461380.0800.050.43136.364.855.1
Hex87928A8052B88537
Octal207222212100553210567
Binary1000011110010010100010101000010110101110001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87928A; }

 p { color: rgb(135,146,138); }

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

<style>
 a { background-color: #87928A; }

 a { background-color: rgb(135,146,138); }

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

<style>
 span { border-color: #87928A; }

 span { border-color: rgb(135,146,138); }

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