#7D9977

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

Shades of Amulet #7D9977

Tints of Amulet #7D9977

Color information

#7D9977 (or 0x7D9977) is unknown color: approx Amulet. HEX triplet: 7D, 99 and 77. RGB value is (125,153,119). Sum of RGB (Red+Green+Blue) = 125+153+119=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #7D9977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9977 is #826688. Grayscale: #8C8C8C. Windows color (decimal): -8545929 or 7838077. OLE color: 7838077.

HSL color Cylindrical-coordinate representation of color #7D9977: hue angle of 109.41º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D9977 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB125153119-
CMYK0.1800.220.4
HSL109.41º14.29%53.33%-
HSV(B)109.41º22.22%60%-
XYZ23.1828.4721.73-
YUV140.75115.72116.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=31.49%
G=38.54%
B=29.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1251531190.1800.220.4109.4114.2953.33
Hex7D997712016286de35
Octal17523116722026501551665
Binary11111011001100111101111001001011010100011011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,153,119); }

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

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

 a { background-color: rgb(125,153,119); }

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

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

 span { border-color: rgb(125,153,119); }

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