#7C9C79

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

Shades of Amulet #7C9C79

Tints of Amulet #7C9C79

Color information

#7C9C79 (or 0x7C9C79) is unknown color: approx Amulet. HEX triplet: 7C, 9C and 79. RGB value is (124,156,121). Sum of RGB (Red+Green+Blue) = 124+156+121=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #7C9C79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9C79 is #836386. Grayscale: #8E8E8E. Windows color (decimal): -8610695 or 7969916. OLE color: 7969916.

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

Color convert

RGB124156121-
CMYK0.2100.220.39
HSL114.86º15.02%54.31%-
HSV(B)114.86º22.44%61.18%-
XYZ23.6529.4422.53-
YUV142.44115.9114.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.92%
GREEN value IS 156 (61.33% from 255) = 38.90%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=30.92%
G=38.90%
B=30.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1241561210.2100.220.39114.8615.0254.31
Hex7C9C79150162773f36
Octal17423417125026471631766
Binary11111001001110011110011010101011010011111100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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