#88957F

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

Shades of Amulet #88957F

Tints of Amulet #88957F

Color information

#88957F (or 0x88957F) is unknown color: approx Amulet. HEX triplet: 88, 95 and 7F. RGB value is (136,149,127). Sum of RGB (Red+Green+Blue) = 136+149+127=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 149 - color contains mainly: green. Hex color #88957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88957F is #776A80. Grayscale: #8E8E8E. Windows color (decimal): -7826049 or 8361352. OLE color: 8361352.

HSL color Cylindrical-coordinate representation of color #88957F: hue angle of 95.45º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88957F is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB136149127-
CMYK0.0900.150.42
HSL95.45º9.4%54.12%-
HSV(B)95.45º14.77%58.43%-
XYZ24.7328.2624.23-
YUV142.61119.19123.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.01%
GREEN value IS 149 (58.59% from 255) = 36.17%
BLUE value IS 127 (50% from 255) = 30.83%
R=33.01%
G=36.17%
B=30.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361491270.0900.150.4295.459.454.12
Hex88957F90F2A5f936
Octal21022517711017521371166
Binary1000100010010101111111110010111110101010111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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