#7CA575

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

Shades of Amulet #7CA575

Tints of Amulet #7CA575

Color information

#7CA575 (or 0x7CA575) is unknown color: approx Amulet. HEX triplet: 7C, A5 and 75. RGB value is (124,165,117). Sum of RGB (Red+Green+Blue) = 124+165+117=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA575 is #835A8A. Grayscale: #939393. Windows color (decimal): -8608395 or 7710076. OLE color: 7710076.

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

Color convert

RGB124165117-
CMYK0.2500.290.35
HSL111.25º21.05%55.29%-
HSV(B)111.25º29.09%64.71%-
XYZ24.9832.4821.78-
YUV147.27110.92111.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.54%
GREEN value IS 165 (64.84% from 255) = 40.64%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=30.54%
G=40.64%
B=28.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1241651170.2500.290.35111.2521.0555.29
Hex7CA5751901D236f1537
Octal17424516531035431572567
Binary111110010100101111010111001011101100011110111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,165,117); }

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

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

 a { background-color: rgb(124,165,117); }

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

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

 span { border-color: rgb(124,165,117); }

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