#779C75

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

Shades of Amulet #779C75

Tints of Amulet #779C75

Color information

#779C75 (or 0x779C75) is unknown color: approx Amulet. HEX triplet: 77, 9C and 75. RGB value is (119,156,117). Sum of RGB (Red+Green+Blue) = 119+156+117=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 156 - color contains mainly: green. Hex color #779C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779C75 is #88638A. Grayscale: #8C8C8C. Windows color (decimal): -8938379 or 7707767. OLE color: 7707767.

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

Color convert

RGB119156117-
CMYK0.2400.250.39
HSL116.92º16.46%53.53%-
HSV(B)116.92º25%61.18%-
XYZ22.7128.9821.23-
YUV140.49114.74112.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.36%
GREEN value IS 156 (61.33% from 255) = 39.80%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=30.36%
G=39.80%
B=29.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191561170.2400.250.39116.9216.4653.53
Hex779C751801927751036
Octal16723416530031471652066
Binary111011110011100111010111000011001100111111010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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