#779974

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

Shades of Amulet #779974

Tints of Amulet #779974

Color information

#779974 (or 0x779974) is unknown color: approx Amulet. HEX triplet: 77, 99 and 74. RGB value is (119,153,116). Sum of RGB (Red+Green+Blue) = 119+153+116=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 153 - color contains mainly: green. Hex color #779974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779974 is #88668B. Grayscale: #8A8A8A. Windows color (decimal): -8939148 or 7641463. OLE color: 7641463.

HSL color Cylindrical-coordinate representation of color #779974: hue angle of 115.14º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779974 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB119153116-
CMYK0.2200.240.4
HSL115.14º15.35%52.75%-
HSV(B)115.14º24.18%60%-
XYZ22.1527.9720.75-
YUV138.62115.24114.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.67%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 116 (45.70% from 255) = 29.90%
R=30.67%
G=39.43%
B=29.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191531160.2200.240.4115.1415.3552.75
Hex779974160182873f35
Octal16723116426030501631765
Binary11101111001100111101001011001100010100011100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779974; }

 p { color: rgb(119,153,116); }

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

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

 a { background-color: rgb(119,153,116); }

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

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

 span { border-color: rgb(119,153,116); }

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