#88987C

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

Shades of Amulet #88987C

Tints of Amulet #88987C

Color information

#88987C (or 0x88987C) is unknown color: approx Amulet. HEX triplet: 88, 98 and 7C. RGB value is (136,152,124). Sum of RGB (Red+Green+Blue) = 136+152+124=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 152 - color contains mainly: green. Hex color #88987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88987C is #776783. Grayscale: #909090. Windows color (decimal): -7825284 or 8165512. OLE color: 8165512.

HSL color Cylindrical-coordinate representation of color #88987C: hue angle of 94.29º 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 #88987C is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB136152124-
CMYK0.1100.180.40
HSL94.29º11.97%54.12%-
HSV(B)94.29º18.42%59.61%-
XYZ25.0229.1523.38-
YUV144.02116.7122.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.01%
GREEN value IS 152 (59.77% from 255) = 36.89%
BLUE value IS 124 (48.83% from 255) = 30.10%
R=33.01%
G=36.89%
B=30.10%

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
Decimal1361521240.1100.180.4094.2911.9754.12
Hex88987CB012285ec36
Octal21023017413022501361466
Binary10001000100110001111100101101001010100010111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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