#77AC74

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

Shades of Amulet #77AC74

Tints of Amulet #77AC74

Color information

#77AC74 (or 0x77AC74) is unknown color: approx Amulet. HEX triplet: 77, AC and 74. RGB value is (119,172,116). Sum of RGB (Red+Green+Blue) = 119+172+116=407 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.24% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AC74 is #88538B. Grayscale: #959595. Windows color (decimal): -8934284 or 7646327. OLE color: 7646327.

HSL color Cylindrical-coordinate representation of color #77AC74: hue angle of 116.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77AC74 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB119172116-
CMYK0.3100.330.33
HSL116.79º25.23%56.47%-
HSV(B)116.79º32.56%67.45%-
XYZ25.5134.6921.87-
YUV149.77108.94106.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.24%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 116 (45.70% from 255) = 28.50%
R=29.24%
G=42.26%
B=28.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191721160.3100.330.33116.7925.2356.47
Hex77AC741F02121751938
Octal16725416437041411653170
Binary1110111101011001110100111110100001100001111010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77AC74; }

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

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

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

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

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

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

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

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