#7A976E

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

Shades of Amulet #7A976E

Tints of Amulet #7A976E

Color information

#7A976E (or 0x7A976E) is unknown color: approx Amulet. HEX triplet: 7A, 97 and 6E. RGB value is (122,151,110). Sum of RGB (Red+Green+Blue) = 122+151+110=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 151 - color contains mainly: green. Hex color #7A976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A976E is #856891. Grayscale: #898989. Windows color (decimal): -8743058 or 7247738. OLE color: 7247738.

HSL color Cylindrical-coordinate representation of color #7A976E: hue angle of 102.44º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A976E is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB122151110-
CMYK0.1900.270.41
HSL102.44º16.47%51.18%-
HSV(B)102.44º27.15%59.22%-
XYZ21.9127.418.89-
YUV137.66112.39116.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.85%
GREEN value IS 151 (59.38% from 255) = 39.43%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=31.85%
G=39.43%
B=28.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1221511100.1900.270.41102.4416.4751.18
Hex7A976E1301B29661033
Octal17222715623033511462063
Binary111101010010111110111010011011011101001110011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,151,110); }

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

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

 a { background-color: rgb(122,151,110); }

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

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

 span { border-color: rgb(122,151,110); }

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