#889781

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

Shades of Amulet #889781

Tints of Amulet #889781

Color information

#889781 (or 0x889781) is unknown color: approx Amulet. HEX triplet: 88, 97 and 81. RGB value is (136,151,129). Sum of RGB (Red+Green+Blue) = 136+151+129=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 151 - color contains mainly: green. Hex color #889781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889781 is #77687E. Grayscale: #909090. Windows color (decimal): -7825535 or 8492936. OLE color: 8492936.

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

Color convert

RGB136151129-
CMYK0.1000.150.41
HSL100.91º9.57%54.9%-
HSV(B)100.91º14.57%59.22%-
XYZ25.1828.9525.03-
YUV144.01119.53122.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.69%
GREEN value IS 151 (59.38% from 255) = 36.30%
BLUE value IS 129 (50.78% from 255) = 31.01%
R=32.69%
G=36.30%
B=31.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1361511290.1000.150.41100.919.5754.9
Hex889781A0F2965a37
Octal21022720112017511451267
Binary10001000100101111000000110100111110100111001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889781; }

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

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

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

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

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

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

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

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