#7E9373

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

Shades of Amulet #7E9373

Tints of Amulet #7E9373

Color information

#7E9373 (or 0x7E9373) is unknown color: approx Amulet. HEX triplet: 7E, 93 and 73. RGB value is (126,147,115). Sum of RGB (Red+Green+Blue) = 126+147+115=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9373 is #816C8C. Grayscale: #898989. Windows color (decimal): -8481933 or 7574398. OLE color: 7574398.

HSL color Cylindrical-coordinate representation of color #7E9373: hue angle of 99.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E9373 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB126147115-
CMYK0.1400.220.42
HSL99.38º12.9%51.37%-
HSV(B)99.38º21.77%57.65%-
XYZ22.1326.5420.18-
YUV137.07115.54120.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.47%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=32.47%
G=37.89%
B=29.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1261471150.1400.220.4299.3812.951.37
Hex7E9373E0162A63d33
Octal17622316316026521431563
Binary1111110100100111110011111001011010101011000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,147,115); }

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

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

 a { background-color: rgb(126,147,115); }

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

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

 span { border-color: rgb(126,147,115); }

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