#889784

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

Shades of Amulet #889784

Tints of Amulet #889784

Color information

#889784 (or 0x889784) is unknown color: approx Amulet. HEX triplet: 88, 97 and 84. RGB value is (136,151,132). Sum of RGB (Red+Green+Blue) = 136+151+132=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 151 - color contains mainly: green. Hex color #889784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889784 is #77687B. Grayscale: #909090. Windows color (decimal): -7825532 or 8689544. OLE color: 8689544.

HSL color Cylindrical-coordinate representation of color #889784: hue angle of 107.37º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889784 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB136151132-
CMYK0.1000.130.41
HSL107.37º8.37%55.49%-
HSV(B)107.37º12.58%59.22%-
XYZ25.3829.0326.1-
YUV144.35121.03122.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.46%
GREEN value IS 151 (59.38% from 255) = 36.04%
BLUE value IS 132 (51.95% from 255) = 31.50%
R=32.46%
G=36.04%
B=31.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1361511320.1000.130.41107.378.3755.49
Hex889784A0D296b837
Octal21022720412015511531067
Binary10001000100101111000010010100110110100111010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889784; }

 p { color: rgb(136,151,132); }

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

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

 a { background-color: rgb(136,151,132); }

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

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

 span { border-color: rgb(136,151,132); }

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