#77A46D

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

Shades of Amulet #77A46D

Tints of Amulet #77A46D

Color information

#77A46D (or 0x77A46D) is unknown color: approx Amulet. HEX triplet: 77, A4 and 6D. RGB value is (119,164,109). Sum of RGB (Red+Green+Blue) = 119+164+109=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 164 - color contains mainly: green. Hex color #77A46D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A46D is #885B92. Grayscale: #909090. Windows color (decimal): -8936339 or 7185527. OLE color: 7185527.

HSL color Cylindrical-coordinate representation of color #77A46D: hue angle of 109.09º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77A46D is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB119164109-
CMYK0.2700.340.36
HSL109.09º23.21%53.53%-
HSV(B)109.09º33.54%64.31%-
XYZ23.6431.5819.32-
YUV144.27108.09109.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.36%
GREEN value IS 164 (64.45% from 255) = 41.84%
BLUE value IS 109 (42.97% from 255) = 27.81%
R=30.36%
G=41.84%
B=27.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191641090.2700.340.36109.0923.2153.53
Hex77A46D1B022246d1736
Octal16724415533042441552766
Binary1110111101001001101101110110100010100100110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,164,109); }

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

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

 a { background-color: rgb(119,164,109); }

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

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

 span { border-color: rgb(119,164,109); }

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