#879A7C

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

Shades of Amulet #879A7C

Tints of Amulet #879A7C

Color information

#879A7C (or 0x879A7C) is unknown color: approx Amulet. HEX triplet: 87, 9A and 7C. RGB value is (135,154,124). Sum of RGB (Red+Green+Blue) = 135+154+124=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 154 - color contains mainly: green. Hex color #879A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879A7C is #786583. Grayscale: #919191. Windows color (decimal): -7890308 or 8166023. OLE color: 8166023.

HSL color Cylindrical-coordinate representation of color #879A7C: hue angle of 98º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #879A7C is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB135154124-
CMYK0.1200.190.40
HSL98º12.93%54.51%-
HSV(B)98º19.48%60.39%-
XYZ25.1929.7223.48-
YUV144.9116.21120.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.69%
GREEN value IS 154 (60.55% from 255) = 37.29%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=32.69%
G=37.29%
B=30.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351541240.1200.190.409812.9354.51
Hex879A7CC0132862d37
Octal20723217414023501421567
Binary10000111100110101111100110001001110100011000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,154,124); }

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

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

 a { background-color: rgb(135,154,124); }

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

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

 span { border-color: rgb(135,154,124); }

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