#879C75

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

Shades of Amulet #879C75

Tints of Amulet #879C75

Color information

#879C75 (or 0x879C75) is unknown color: approx Amulet. HEX triplet: 87, 9C and 75. RGB value is (135,156,117). Sum of RGB (Red+Green+Blue) = 135+156+117=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 156 - color contains mainly: green. Hex color #879C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879C75 is #78638A. Grayscale: #919191. Windows color (decimal): -7889803 or 7707783. OLE color: 7707783.

HSL color Cylindrical-coordinate representation of color #879C75: hue angle of 92.31º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #879C75 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB135156117-
CMYK0.1300.250.39
HSL92.31º16.46%53.53%-
HSV(B)92.31º25%61.18%-
XYZ25.0930.2121.34-
YUV145.27112.04120.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.09%
GREEN value IS 156 (61.33% from 255) = 38.24%
BLUE value IS 117 (46.09% from 255) = 28.68%
R=33.09%
G=38.24%
B=28.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351561170.1300.250.3992.3116.4653.53
Hex879C75D019275c1036
Octal20723416515031471342066
Binary100001111001110011101011101011001100111101110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879C75; }

 p { color: rgb(135,156,117); }

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

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

 a { background-color: rgb(135,156,117); }

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

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

 span { border-color: rgb(135,156,117); }

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