#779B6B

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

Shades of Amulet #779B6B

Tints of Amulet #779B6B

Color information

#779B6B (or 0x779B6B) is unknown color: approx Amulet. HEX triplet: 77, 9B and 6B. RGB value is (119,155,107). Sum of RGB (Red+Green+Blue) = 119+155+107=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #779B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779B6B is #886494. Grayscale: #8A8A8A. Windows color (decimal): -8938645 or 7052151. OLE color: 7052151.

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

Color convert

RGB119155107-
CMYK0.2300.310.39
HSL105º19.35%51.37%-
HSV(B)105º30.97%60.78%-
XYZ21.9828.4318.24-
YUV138.76110.07113.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.23%
GREEN value IS 155 (60.94% from 255) = 40.68%
BLUE value IS 107 (42.19% from 255) = 28.08%
R=31.23%
G=40.68%
B=28.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191551070.2300.310.3910519.3551.37
Hex779B6B1701F27691333
Octal16723315327037471512363
Binary111011110011011110101110111011111100111110100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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