#779C69

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

Shades of Amulet #779C69

Tints of Amulet #779C69

Color information

#779C69 (or 0x779C69) is unknown color: approx Amulet. HEX triplet: 77, 9C and 69. RGB value is (119,156,105). Sum of RGB (Red+Green+Blue) = 119+156+105=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 156 - color contains mainly: green. Hex color #779C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779C69 is #886396. Grayscale: #8B8B8B. Windows color (decimal): -8938391 or 6921335. OLE color: 6921335.

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

Color convert

RGB119156105-
CMYK0.2400.330.39
HSL103.53º20.48%51.18%-
HSV(B)103.53º32.69%61.18%-
XYZ22.0528.7217.75-
YUV139.12108.74113.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.32%
GREEN value IS 156 (61.33% from 255) = 41.05%
BLUE value IS 105 (41.41% from 255) = 27.63%
R=31.32%
G=41.05%
B=27.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191561050.2400.330.39103.5320.4851.18
Hex779C691802127681433
Octal16723415130041471502463
Binary1110111100111001101001110000100001100111110100010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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