#7D9774

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

Shades of Amulet #7D9774

Tints of Amulet #7D9774

Color information

#7D9774 (or 0x7D9774) is unknown color: approx Amulet. HEX triplet: 7D, 97 and 74. RGB value is (125,151,116). Sum of RGB (Red+Green+Blue) = 125+151+116=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 151 - color contains mainly: green. Hex color #7D9774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9774 is #82688B. Grayscale: #8B8B8B. Windows color (decimal): -8546444 or 7640957. OLE color: 7640957.

HSL color Cylindrical-coordinate representation of color #7D9774: hue angle of 104.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7D9774 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB125151116-
CMYK0.1700.230.41
HSL104.57º14.4%52.35%-
HSV(B)104.57º23.18%59.22%-
XYZ22.6827.7520.68-
YUV139.24114.89117.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.89%
GREEN value IS 151 (59.38% from 255) = 38.52%
BLUE value IS 116 (45.70% from 255) = 29.59%
R=31.89%
G=38.52%
B=29.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1251511160.1700.230.41104.5714.452.35
Hex7D9774110172969e34
Octal17522716421027511511664
Binary11111011001011111101001000101011110100111010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,151,116); }

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

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

 a { background-color: rgb(125,151,116); }

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

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

 span { border-color: rgb(125,151,116); }

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