#899977

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

Shades of Amulet #899977

Tints of Amulet #899977

Color information

#899977 (or 0x899977) is unknown color: approx Amulet. HEX triplet: 89, 99 and 77. RGB value is (137,153,119). Sum of RGB (Red+Green+Blue) = 137+153+119=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 153 - color contains mainly: green. Hex color #899977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899977 is #766688. Grayscale: #909090. Windows color (decimal): -7759497 or 7838089. OLE color: 7838089.

HSL color Cylindrical-coordinate representation of color #899977: hue angle of 88.24º 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 #899977 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB137153119-
CMYK0.1000.220.4
HSL88.24º14.29%53.33%-
HSV(B)88.24º22.22%60%-
XYZ25.0429.4321.81-
YUV144.34113.7122.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.50%
GREEN value IS 153 (60.16% from 255) = 37.41%
BLUE value IS 119 (46.88% from 255) = 29.10%
R=33.50%
G=37.41%
B=29.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1371531190.1000.220.488.2414.2953.33
Hex899977A0162858e35
Octal21123116712026501301665
Binary10001001100110011110111101001011010100010110001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899977; }

 p { color: rgb(137,153,119); }

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

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

 a { background-color: rgb(137,153,119); }

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

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

 span { border-color: rgb(137,153,119); }

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