#88987F

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

Shades of Amulet #88987F

Tints of Amulet #88987F

Color information

#88987F (or 0x88987F) is unknown color: approx Amulet. HEX triplet: 88, 98 and 7F. RGB value is (136,152,127). Sum of RGB (Red+Green+Blue) = 136+152+127=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 152 - color contains mainly: green. Hex color #88987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88987F is #776780. Grayscale: #909090. Windows color (decimal): -7825281 or 8362120. OLE color: 8362120.

HSL color Cylindrical-coordinate representation of color #88987F: hue angle of 98.4º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88987F is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB136152127-
CMYK0.1100.160.40
HSL98.4º10.82%54.71%-
HSV(B)98.4º16.45%59.61%-
XYZ25.2129.2224.39-
YUV144.37118.2122.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.77%
GREEN value IS 152 (59.77% from 255) = 36.63%
BLUE value IS 127 (50% from 255) = 30.60%
R=32.77%
G=36.63%
B=30.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1361521270.1100.160.4098.410.8254.71
Hex88987FB0102862b37
Octal21023017713020501421367
Binary10001000100110001111111101101000010100011000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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