#77A073

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

Shades of Amulet #77A073

Tints of Amulet #77A073

Color information

#77A073 (or 0x77A073) is unknown color: approx Amulet. HEX triplet: 77, A0 and 73. RGB value is (119,160,115). Sum of RGB (Red+Green+Blue) = 119+160+115=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #77A073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A073 is #885F8C. Grayscale: #8E8E8E. Windows color (decimal): -8937357 or 7577719. OLE color: 7577719.

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

Color convert

RGB119160115-
CMYK0.2600.280.37
HSL114.67º19.15%53.92%-
HSV(B)114.67º28.12%62.75%-
XYZ23.2730.320.84-
YUV142.61112.42111.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 160 (62.89% from 255) = 40.61%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=30.20%
G=40.61%
B=29.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1191601150.2600.280.37114.6719.1553.92
Hex77A0731A01C25731336
Octal16724016332034451632366
Binary111011110100000111001111010011100100101111001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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