#7D9472

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

Shades of Amulet #7D9472

Tints of Amulet #7D9472

Color information

#7D9472 (or 0x7D9472) is unknown color: approx Amulet. HEX triplet: 7D, 94 and 72. RGB value is (125,148,114). Sum of RGB (Red+Green+Blue) = 125+148+114=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 148 - color contains mainly: green. Hex color #7D9472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9472 is #826B8D. Grayscale: #898989. Windows color (decimal): -8547214 or 7509117. OLE color: 7509117.

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

Color convert

RGB125148114-
CMYK0.1600.230.42
HSL100.59º13.71%51.37%-
HSV(B)100.59º22.97%58.04%-
XYZ22.0826.7519.92-
YUV137.25114.88119.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.30%
GREEN value IS 148 (58.20% from 255) = 38.24%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=32.30%
G=38.24%
B=29.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1251481140.1600.230.42100.5913.7151.37
Hex7D9472100172A65e33
Octal17522416220027521451663
Binary11111011001010011100101000001011110101011001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,148,114); }

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

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

 a { background-color: rgb(125,148,114); }

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

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

 span { border-color: rgb(125,148,114); }

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