#879579

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

Shades of Amulet #879579

Tints of Amulet #879579

Color information

#879579 (or 0x879579) is unknown color: approx Amulet. HEX triplet: 87, 95 and 79. RGB value is (135,149,121). Sum of RGB (Red+Green+Blue) = 135+149+121=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 149 - color contains mainly: green. Hex color #879579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879579 is #786A86. Grayscale: #8D8D8D. Windows color (decimal): -7891591 or 7968135. OLE color: 7968135.

HSL color Cylindrical-coordinate representation of color #879579: hue angle of 90º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #879579 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB135149121-
CMYK0.0900.190.42
HSL90º11.67%52.94%-
HSV(B)90º18.79%58.43%-
XYZ24.1928.0322.22-
YUV141.62116.36123.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.33%
GREEN value IS 149 (58.59% from 255) = 36.79%
BLUE value IS 121 (47.66% from 255) = 29.88%
R=33.33%
G=36.79%
B=29.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351491210.0900.190.429011.6752.94
Hex87957990132A5ac35
Octal20722517111023521321465
Binary10000111100101011111001100101001110101010110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879579; }

 p { color: rgb(135,149,121); }

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

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

 a { background-color: rgb(135,149,121); }

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

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

 span { border-color: rgb(135,149,121); }

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