#779F76

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

Shades of Amulet #779F76

Tints of Amulet #779F76

Color information

#779F76 (or 0x779F76) is unknown color: approx Amulet. HEX triplet: 77, 9F and 76. RGB value is (119,159,118). Sum of RGB (Red+Green+Blue) = 119+159+118=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 159 - color contains mainly: green. Hex color #779F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779F76 is #886089. Grayscale: #8E8E8E. Windows color (decimal): -8937610 or 7774071. OLE color: 7774071.

HSL color Cylindrical-coordinate representation of color #779F76: hue angle of 118.54º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #779F76 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB119159118-
CMYK0.2500.260.38
HSL118.54º17.6%54.31%-
HSV(B)118.54º25.79%62.35%-
XYZ23.2830.0321.71-
YUV142.37114.25111.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.05%
GREEN value IS 159 (62.5% from 255) = 40.15%
BLUE value IS 118 (46.48% from 255) = 29.80%
R=30.05%
G=40.15%
B=29.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191591180.2500.260.38118.5417.654.31
Hex779F761901A26771236
Octal16723716631032461672266
Binary111011110011111111011011001011010100110111011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779F76; }

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

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

<style>
 a { background-color: #779F76; }

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

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

<style>
 span { border-color: #779F76; }

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

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