#7C9879

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

Shades of Amulet #7C9879

Tints of Amulet #7C9879

Color information

#7C9879 (or 0x7C9879) is unknown color: approx Amulet. HEX triplet: 7C, 98 and 79. RGB value is (124,152,121). Sum of RGB (Red+Green+Blue) = 124+152+121=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 152 - color contains mainly: green. Hex color #7C9879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9879 is #836786. Grayscale: #8C8C8C. Windows color (decimal): -8611719 or 7968892. OLE color: 7968892.

HSL color Cylindrical-coordinate representation of color #7C9879: hue angle of 114.19º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C9879 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB124152121-
CMYK0.1800.200.40
HSL114.19º13.08%53.53%-
HSV(B)114.19º20.39%59.61%-
XYZ22.9928.1222.31-
YUV140.09117.22116.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.23%
GREEN value IS 152 (59.77% from 255) = 38.29%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=31.23%
G=38.29%
B=30.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1241521210.1800.200.40114.1913.0853.53
Hex7C9879120142872d36
Octal17423017122024501621566
Binary11111001001100011110011001001010010100011100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C9879; }

 p { color: rgb(124,152,121); }

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

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

 a { background-color: rgb(124,152,121); }

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

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

 span { border-color: rgb(124,152,121); }

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