#7A9472

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

Shades of Amulet #7A9472

Tints of Amulet #7A9472

Color information

#7A9472 (or 0x7A9472) is unknown color: approx Amulet. HEX triplet: 7A, 94 and 72. RGB value is (122,148,114). Sum of RGB (Red+Green+Blue) = 122+148+114=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 148 - color contains mainly: green. Hex color #7A9472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9472 is #856B8D. Grayscale: #888888. Windows color (decimal): -8743822 or 7509114. OLE color: 7509114.

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

Color convert

RGB122148114-
CMYK0.1800.230.42
HSL105.88º13.71%51.37%-
HSV(B)105.88º22.97%58.04%-
XYZ21.6526.5319.9-
YUV136.35115.39117.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.77%
GREEN value IS 148 (58.20% from 255) = 38.54%
BLUE value IS 114 (44.92% from 255) = 29.69%
R=31.77%
G=38.54%
B=29.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1221481140.1800.230.42105.8813.7151.37
Hex7A9472120172A6ae33
Octal17222416222027521521663
Binary11110101001010011100101001001011110101011010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A9472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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