#779B73

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

Shades of Amulet #779B73

Tints of Amulet #779B73

Color information

#779B73 (or 0x779B73) is unknown color: approx Amulet. HEX triplet: 77, 9B and 73. RGB value is (119,155,115). Sum of RGB (Red+Green+Blue) = 119+155+115=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #779B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779B73 is #88648C. Grayscale: #8B8B8B. Windows color (decimal): -8938637 or 7576439. OLE color: 7576439.

HSL color Cylindrical-coordinate representation of color #779B73: hue angle of 114º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #779B73 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB119155115-
CMYK0.2300.260.39
HSL114º16.67%52.94%-
HSV(B)114º25.81%60.78%-
XYZ22.4228.620.56-
YUV139.68114.07113.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 155 (60.94% from 255) = 39.85%
BLUE value IS 115 (45.31% from 255) = 29.56%
R=30.59%
G=39.85%
B=29.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191551150.2300.260.3911416.6752.94
Hex779B731701A27721135
Octal16723316327032471622165
Binary111011110011011111001110111011010100111111001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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