#77A376

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

Shades of Amulet #77A376

Tints of Amulet #77A376

Color information

#77A376 (or 0x77A376) is unknown color: approx Amulet. HEX triplet: 77, A3 and 76. RGB value is (119,163,118). Sum of RGB (Red+Green+Blue) = 119+163+118=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #77A376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A376 is #885C89. Grayscale: #909090. Windows color (decimal): -8936586 or 7775095. OLE color: 7775095.

HSL color Cylindrical-coordinate representation of color #77A376: hue angle of 118.67º 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 #77A376 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB119163118-
CMYK0.2700.280.36
HSL118.67º19.65%55.1%-
HSV(B)118.67º27.61%63.92%-
XYZ23.9731.4221.94-
YUV144.71112.92109.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.75%
GREEN value IS 163 (64.06% from 255) = 40.75%
BLUE value IS 118 (46.48% from 255) = 29.5%
R=29.75%
G=40.75%
B=29.5%

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
Decimal1191631180.2700.280.36118.6719.6555.1
Hex77A3761B01C24771437
Octal16724316633034441672467
Binary111011110100011111011011011011100100100111011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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