#77A076

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

Shades of Amulet #77A076

Tints of Amulet #77A076

Color information

#77A076 (or 0x77A076) is unknown color: approx Amulet. HEX triplet: 77, A0 and 76. RGB value is (119,160,118). Sum of RGB (Red+Green+Blue) = 119+160+118=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 160 - color contains mainly: green. Hex color #77A076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A076 is #885F89. Grayscale: #8F8F8F. Windows color (decimal): -8937354 or 7774327. OLE color: 7774327.

HSL color Cylindrical-coordinate representation of color #77A076: hue angle of 118.57º 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 #77A076 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB119160118-
CMYK0.2600.260.37
HSL118.57º18.1%54.51%-
HSV(B)118.57º26.25%62.75%-
XYZ23.4530.3721.77-
YUV142.95113.92110.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.97%
GREEN value IS 160 (62.89% from 255) = 40.30%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=29.97%
G=40.30%
B=29.72%

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
Decimal1191601180.2600.260.37118.5718.154.51
Hex77A0761A01A25771237
Octal16724016632032451672267
Binary111011110100000111011011010011010100101111011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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