Html Css Color HEX #77A972 Amulet

📋 copy color: '#77A972'

red 119 ◦ green 169 ◦ blue 114

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

Shades of Amulet #77A972

Tints of Amulet #77A972

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.04%

 BLUE value IS 114 (44.92% from 255) = 28.36%

R = 29.6%
G = 42.04%
B = 28.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#77A972 (or 0x77A972) is known color: Amulet. HEX triplet: 77, A9 and 72. RGB value is (119,169,114). Sum of RGB (Red+Green+Blue) = 119+169+114=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 169 - color contains mainly: green. Hex color #77A972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A972 is #88568D. Grayscale: #939393. Windows color (decimal): -8935054 or 7514487. OLE color: 7514487.

HSL color Cylindrical-coordinate representation of color #77A972: hue angle of 114.55º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77A972 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 119 169 114 -
CMYK 0.30 0 0.33 0.34
HSL 114.55º 0.24% 0.55% -
HSV(B) 114.55º 0.33% 0.66% -
XYZ 24.83 33.51 21.08 -
YUV 147.78 108.94 107.47 -
System Red Green Blue C M Y K H S L
Decimal 119 169 114 0.30 0 0.33 0.34 114.55 0.24 0.55
Hex 77 A9 72 1E 0 21 22 73 18 37
Octal 167 251 162 36 0 41 42 163 30 67
Binary 1110111 10101001 1110010 11110 0 100001 100010 1110011 11000 110111

Color Harmonies of #77A972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A972

Black with #77A972

Text Example


Text Example

White with #77A972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,169,114); }

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

background-color css

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

 a { background-color: rgb(119,169,114); }

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

border-color css

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

 span { border-color: rgb(119,169,114); }

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