#87987C

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

Shades of Amulet #87987C

Tints of Amulet #87987C

Color information

#87987C (or 0x87987C) is unknown color: approx Amulet. HEX triplet: 87, 98 and 7C. RGB value is (135,152,124). Sum of RGB (Red+Green+Blue) = 135+152+124=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #87987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87987C is #786783. Grayscale: #8F8F8F. Windows color (decimal): -7890820 or 8165511. OLE color: 8165511.

HSL color Cylindrical-coordinate representation of color #87987C: hue angle of 96.43º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87987C is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB135152124-
CMYK0.1100.180.40
HSL96.43º11.97%54.12%-
HSV(B)96.43º18.42%59.61%-
XYZ24.8629.0623.37-
YUV143.72116.87121.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.85%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=32.85%
G=36.98%
B=30.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351521240.1100.180.4096.4311.9754.12
Hex87987CB0122860c36
Octal20723017413022501401466
Binary10000111100110001111100101101001010100011000001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,152,124); }

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

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

 a { background-color: rgb(135,152,124); }

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

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

 span { border-color: rgb(135,152,124); }

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