#779C6F

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

Shades of Amulet #779C6F

Tints of Amulet #779C6F

Color information

#779C6F (or 0x779C6F) is unknown color: approx Amulet. HEX triplet: 77, 9C and 6F. RGB value is (119,156,111). Sum of RGB (Red+Green+Blue) = 119+156+111=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 156 - color contains mainly: green. Hex color #779C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779C6F is #886390. Grayscale: #8B8B8B. Windows color (decimal): -8938385 or 7314551. OLE color: 7314551.

HSL color Cylindrical-coordinate representation of color #779C6F: hue angle of 109.33º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #779C6F is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB119156111-
CMYK0.2400.290.39
HSL109.33º18.52%52.35%-
HSV(B)109.33º28.85%61.18%-
XYZ22.3728.8519.43-
YUV139.81111.74113.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.83%
GREEN value IS 156 (61.33% from 255) = 40.41%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=30.83%
G=40.41%
B=28.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191561110.2400.290.39109.3318.5252.35
Hex779C6F1801D276d1334
Octal16723415730035471552364
Binary111011110011100110111111000011101100111110110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,156,111); }

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

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

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

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

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

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

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