#889877

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

Shades of Amulet #889877

Tints of Amulet #889877

Color information

#889877 (or 0x889877) is unknown color: approx Amulet. HEX triplet: 88, 98 and 77. RGB value is (136,152,119). Sum of RGB (Red+Green+Blue) = 136+152+119=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #889877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889877 is #776788. Grayscale: #8F8F8F. Windows color (decimal): -7825289 or 7837832. OLE color: 7837832.

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

Color convert

RGB136152119-
CMYK0.1100.220.40
HSL89.09º13.81%53.14%-
HSV(B)89.09º21.71%59.61%-
XYZ24.7129.0221.75-
YUV143.45114.2122.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.42%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 119 (46.88% from 255) = 29.24%
R=33.42%
G=37.35%
B=29.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1361521190.1100.220.4089.0913.8153.14
Hex889877B0162859e35
Octal21023016713026501311665
Binary10001000100110001110111101101011010100010110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889877; }

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

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

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

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

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

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

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

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