#77A675

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

Shades of Amulet #77A675

Tints of Amulet #77A675

Color information

#77A675 (or 0x77A675) is unknown color: approx Amulet. HEX triplet: 77, A6 and 75. RGB value is (119,166,117). Sum of RGB (Red+Green+Blue) = 119+166+117=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 166 - color contains mainly: green. Hex color #77A675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A675 is #88598A. Grayscale: #929292. Windows color (decimal): -8935819 or 7710327. OLE color: 7710327.

HSL color Cylindrical-coordinate representation of color #77A675: hue angle of 117.55º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77A675 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB119166117-
CMYK0.2800.300.35
HSL117.55º21.59%55.49%-
HSV(B)117.55º29.52%65.1%-
XYZ24.4532.4821.81-
YUV146.36111.43108.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.60%
GREEN value IS 166 (65.23% from 255) = 41.29%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=29.60%
G=41.29%
B=29.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1191661170.2800.300.35117.5521.5955.49
Hex77A6751C01E23761637
Octal16724616534036431662667
Binary111011110100110111010111100011110100011111011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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