#889F7F

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

Shades of Amulet #889F7F

Tints of Amulet #889F7F

Color information

#889F7F (or 0x889F7F) is unknown color: approx Amulet. HEX triplet: 88, 9F and 7F. RGB value is (136,159,127). Sum of RGB (Red+Green+Blue) = 136+159+127=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 159 - color contains mainly: green. Hex color #889F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889F7F is #776080. Grayscale: #949494. Windows color (decimal): -7823489 or 8363912. OLE color: 8363912.

HSL color Cylindrical-coordinate representation of color #889F7F: hue angle of 103.12º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #889F7F is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB136159127-
CMYK0.1400.200.38
HSL103.12º14.29%56.08%-
HSV(B)103.12º20.13%62.35%-
XYZ26.3831.5624.78-
YUV148.48115.88119.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.23%
GREEN value IS 159 (62.5% from 255) = 37.68%
BLUE value IS 127 (50% from 255) = 30.09%
R=32.23%
G=37.68%
B=30.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361591270.1400.200.38103.1214.2956.08
Hex889F7FE0142667e38
Octal21023717716024461471670
Binary10001000100111111111111111001010010011011001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889F7F; }

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

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

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

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

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

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

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

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