#7CA779

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

Shades of Amulet #7CA779

Tints of Amulet #7CA779

Color information

#7CA779 (or 0x7CA779) is unknown color: approx Amulet. HEX triplet: 7C, A7 and 79. RGB value is (124,167,121). Sum of RGB (Red+Green+Blue) = 124+167+121=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 167 - color contains mainly: green. Hex color #7CA779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA779 is #835886. Grayscale: #959595. Windows color (decimal): -8607879 or 7972732. OLE color: 7972732.

HSL color Cylindrical-coordinate representation of color #7CA779: hue angle of 116.09º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7CA779 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB124167121-
CMYK0.2600.280.35
HSL116.09º20.72%56.47%-
HSV(B)116.09º27.54%65.49%-
XYZ25.5833.323.17-
YUV148.9112.25110.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.10%
GREEN value IS 167 (65.62% from 255) = 40.53%
BLUE value IS 121 (47.66% from 255) = 29.37%
R=30.10%
G=40.53%
B=29.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1241671210.2600.280.35116.0920.7256.47
Hex7CA7791A01C23741538
Octal17424717132034431642570
Binary111110010100111111100111010011100100011111010010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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