#879A7E

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

Shades of Amulet #879A7E

Tints of Amulet #879A7E

Color information

#879A7E (or 0x879A7E) is unknown color: approx Amulet. HEX triplet: 87, 9A and 7E. RGB value is (135,154,126). Sum of RGB (Red+Green+Blue) = 135+154+126=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 154 - color contains mainly: green. Hex color #879A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879A7E is #786581. Grayscale: #919191. Windows color (decimal): -7890306 or 8297095. OLE color: 8297095.

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

Color convert

RGB135154126-
CMYK0.1200.180.40
HSL100.71º12.17%54.9%-
HSV(B)100.71º18.18%60.39%-
XYZ25.3129.7724.15-
YUV145.13117.21120.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.53%
GREEN value IS 154 (60.55% from 255) = 37.11%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=32.53%
G=37.11%
B=30.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351541260.1200.180.40100.7112.1754.9
Hex879A7EC0122865c37
Octal20723217614022501451467
Binary10000111100110101111110110001001010100011001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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