#77A077

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

Shades of Amulet #77A077

Tints of Amulet #77A077

Color information

#77A077 (or 0x77A077) is unknown color: approx Amulet. HEX triplet: 77, A0 and 77. RGB value is (119,160,119). Sum of RGB (Red+Green+Blue) = 119+160+119=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 160 - color contains mainly: green. Hex color #77A077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A077 is #885F88. Grayscale: #8F8F8F. Windows color (decimal): -8937353 or 7839863. OLE color: 7839863.

HSL color Cylindrical-coordinate representation of color #77A077: hue angle of 120º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77A077 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB119160119-
CMYK0.2600.260.37
HSL120º17.75%54.71%-
HSV(B)120º25.62%62.75%-
XYZ23.5130.422.08-
YUV143.07114.42110.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.90%
GREEN value IS 160 (62.89% from 255) = 40.20%
BLUE value IS 119 (46.88% from 255) = 29.90%
R=29.90%
G=40.20%
B=29.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1191601190.2600.260.3712017.7554.71
Hex77A0771A01A25781237
Octal16724016732032451702267
Binary111011110100000111011111010011010100101111100010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,160,119); }

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

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

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

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

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

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

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