Html Css Color HEX #77A571 Amulet

📋 copy color: '#77A571'

red 119 ◦ green 165 ◦ blue 113

#77A571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #77A571

Tints of Amulet #77A571

RGB

 RED value IS 119 (46.88% from 255) = 29.97%

 GREEN value IS 165 (64.84% from 255) = 41.56%

 BLUE value IS 113 (44.53% from 255) = 28.46%

R = 29.97%
G = 41.56%
B = 28.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#77A571 (or 0x77A571) is known color: Amulet. HEX triplet: 77, A5 and 71. RGB value is (119,165,113). Sum of RGB (Red+Green+Blue) = 119+165+113=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 165 - color contains mainly: green. Hex color #77A571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A571 is #885A8E. Grayscale: #919191. Windows color (decimal): -8936079 or 7447927. OLE color: 7447927.

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

Color convert

RGB 119 165 113 -
CMYK 0.28 0 0.32 0.35
HSL 113.08º 0.22% 0.55% -
HSV(B) 113.08º 0.32% 0.65% -
XYZ 24.04 32.02 20.54 -
YUV 145.32 109.76 109.23 -
System Red Green Blue C M Y K H S L
Decimal 119 165 113 0.28 0 0.32 0.35 113.08 0.22 0.55
Hex 77 A5 71 1C 0 20 23 71 16 37
Octal 167 245 161 34 0 40 43 161 26 67
Binary 1110111 10100101 1110001 11100 0 100000 100011 1110001 10110 110111

Color Harmonies of #77A571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A571

Black with #77A571

Text Example


Text Example

White with #77A571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,165,113); }

 H1.HeaderClassName
 {
   color: #77A571;
 }
 .AnyTagClassName
 {
   color: #77A571;
 }
</style>

background-color css

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

 a { background-color: rgb(119,165,113); }

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

border-color css

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

 span { border-color: rgb(119,165,113); }

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