#88A077

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

Shades of Amulet #88A077

Tints of Amulet #88A077

Color information

#88A077 (or 0x88A077) is unknown color: approx Amulet. HEX triplet: 88, A0 and 77. RGB value is (136,160,119). Sum of RGB (Red+Green+Blue) = 136+160+119=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 160 - color contains mainly: green. Hex color #88A077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A077 is #775F88. Grayscale: #949494. Windows color (decimal): -7823241 or 7839880. OLE color: 7839880.

HSL color Cylindrical-coordinate representation of color #88A077: hue angle of 95.12º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88A077 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB136160119-
CMYK0.1500.260.37
HSL95.12º17.75%54.71%-
HSV(B)95.12º25.62%62.75%-
XYZ26.0531.7122.2-
YUV148.15111.55119.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.77%
GREEN value IS 160 (62.89% from 255) = 38.55%
BLUE value IS 119 (46.88% from 255) = 28.67%
R=32.77%
G=38.55%
B=28.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1361601190.1500.260.3795.1217.7554.71
Hex88A077F01A255f1237
Octal21024016717032451372267
Binary100010001010000011101111111011010100101101111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A077; }

 p { color: rgb(136,160,119); }

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

<style>
 a { background-color: #88A077; }

 a { background-color: rgb(136,160,119); }

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

<style>
 span { border-color: #88A077; }

 span { border-color: rgb(136,160,119); }

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