#7D9373

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

Shades of Amulet #7D9373

Tints of Amulet #7D9373

Color information

#7D9373 (or 0x7D9373) is unknown color: approx Amulet. HEX triplet: 7D, 93 and 73. RGB value is (125,147,115). Sum of RGB (Red+Green+Blue) = 125+147+115=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #7D9373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9373 is #826C8C. Grayscale: #888888. Windows color (decimal): -8547469 or 7574397. OLE color: 7574397.

HSL color Cylindrical-coordinate representation of color #7D9373: hue angle of 101.25º 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 #7D9373 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB125147115-
CMYK0.1500.220.42
HSL101.25º12.9%51.37%-
HSV(B)101.25º21.77%57.65%-
XYZ21.9926.4720.17-
YUV136.77115.71119.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.30%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 115 (45.31% from 255) = 29.72%
R=32.30%
G=37.98%
B=29.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251471150.1500.220.42101.2512.951.37
Hex7D9373F0162A65d33
Octal17522316317026521451563
Binary1111101100100111110011111101011010101011001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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