#77A175

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

Shades of Amulet #77A175

Tints of Amulet #77A175

Color information

#77A175 (or 0x77A175) is unknown color: approx Amulet. HEX triplet: 77, A1 and 75. RGB value is (119,161,117). Sum of RGB (Red+Green+Blue) = 119+161+117=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #77A175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A175 is #885E8A. Grayscale: #8F8F8F. Windows color (decimal): -8937099 or 7709047. OLE color: 7709047.

HSL color Cylindrical-coordinate representation of color #77A175: hue angle of 117.27º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77A175 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB119161117-
CMYK0.2600.270.37
HSL117.27º18.97%54.51%-
HSV(B)117.27º27.33%63.14%-
XYZ23.5630.721.51-
YUV143.43113.09110.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.97%
GREEN value IS 161 (63.28% from 255) = 40.55%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=29.97%
G=40.55%
B=29.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1191611170.2600.270.37117.2718.9754.51
Hex77A1751A01B25751337
Octal16724116532033451652367
Binary111011110100001111010111010011011100101111010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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