#7C9674

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

Shades of Amulet #7C9674

Tints of Amulet #7C9674

Color information

#7C9674 (or 0x7C9674) is unknown color: approx Amulet. HEX triplet: 7C, 96 and 74. RGB value is (124,150,116). Sum of RGB (Red+Green+Blue) = 124+150+116=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 150 - color contains mainly: green. Hex color #7C9674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9674 is #83698B. Grayscale: #8A8A8A. Windows color (decimal): -8612236 or 7640700. OLE color: 7640700.

HSL color Cylindrical-coordinate representation of color #7C9674: hue angle of 105.88º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C9674 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB124150116-
CMYK0.1700.230.41
HSL105.88º13.93%52.16%-
HSV(B)105.88º22.67%58.82%-
XYZ22.3727.3620.62-
YUV138.35115.39117.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.79%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=31.79%
G=38.46%
B=29.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1241501160.1700.230.41105.8813.9352.16
Hex7C967411017296ae34
Octal17422616421027511521664
Binary11111001001011011101001000101011110100111010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,150,116); }

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

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

 a { background-color: rgb(124,150,116); }

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

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

 span { border-color: rgb(124,150,116); }

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