#77A476

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

Shades of Amulet #77A476

Tints of Amulet #77A476

Color information

#77A476 (or 0x77A476) is unknown color: approx Amulet. HEX triplet: 77, A4 and 76. RGB value is (119,164,118). Sum of RGB (Red+Green+Blue) = 119+164+118=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #77A476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A476 is #885B89. Grayscale: #919191. Windows color (decimal): -8936330 or 7775351. OLE color: 7775351.

HSL color Cylindrical-coordinate representation of color #77A476: hue angle of 118.7º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77A476 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB119164118-
CMYK0.2700.280.36
HSL118.7º20.18%55.29%-
HSV(B)118.7º28.05%64.31%-
XYZ24.1531.7822-
YUV145.3112.59109.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.68%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=29.68%
G=40.90%
B=29.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191641180.2700.280.36118.720.1855.29
Hex77A4761B01C24771437
Octal16724416633034441672467
Binary111011110100100111011011011011100100100111011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A476; }

 p { color: rgb(119,164,118); }

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

<style>
 a { background-color: #77A476; }

 a { background-color: rgb(119,164,118); }

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

<style>
 span { border-color: #77A476; }

 span { border-color: rgb(119,164,118); }

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