#879C7A

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

Shades of Amulet #879C7A

Tints of Amulet #879C7A

Color information

#879C7A (or 0x879C7A) is unknown color: approx Amulet. HEX triplet: 87, 9C and 7A. RGB value is (135,156,122). Sum of RGB (Red+Green+Blue) = 135+156+122=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 156 - color contains mainly: green. Hex color #879C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879C7A is #786385. Grayscale: #919191. Windows color (decimal): -7889798 or 8035463. OLE color: 8035463.

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

Color convert

RGB135156122-
CMYK0.1300.220.39
HSL97.06º14.66%54.51%-
HSV(B)97.06º21.79%61.18%-
XYZ25.3930.3322.93-
YUV145.84114.54120.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.69%
GREEN value IS 156 (61.33% from 255) = 37.77%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=32.69%
G=37.77%
B=29.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351561220.1300.220.3997.0614.6654.51
Hex879C7AD0162761f37
Octal20723417215026471411767
Binary10000111100111001111010110101011010011111000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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