Html Css Color HEX #779F71 Amulet

📋 copy color: '#779F71'

red 119 ◦ green 159 ◦ blue 113

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

Shades of Amulet #779F71

Tints of Amulet #779F71

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.66%

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

R = 30.43%
G = 40.66%
B = 28.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#779F71 (or 0x779F71) is known color: Amulet. HEX triplet: 77, 9F and 71. RGB value is (119,159,113). Sum of RGB (Red+Green+Blue) = 119+159+113=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 159 - color contains mainly: green. Hex color #779F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779F71 is #88608E. Grayscale: #8D8D8D. Windows color (decimal): -8937615 or 7446391. OLE color: 7446391.

HSL color Cylindrical-coordinate representation of color #779F71: hue angle of 112.17º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #779F71 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 159 113 -
CMYK 0.25 0 0.29 0.38
HSL 112.17º 0.19% 0.53% -
HSV(B) 112.17º 0.29% 0.62% -
XYZ 22.99 29.91 20.18 -
YUV 141.8 111.75 111.74 -
System Red Green Blue C M Y K H S L
Decimal 119 159 113 0.25 0 0.29 0.38 112.17 0.19 0.53
Hex 77 9F 71 19 0 1D 26 70 13 35
Octal 167 237 161 31 0 35 46 160 23 65
Binary 1110111 10011111 1110001 11001 0 11101 100110 1110000 10011 110101

Color Harmonies of #779F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779F71

Black with #779F71

Text Example


Text Example

White with #779F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779F71; }

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

 H1.HeaderClassName
 {
   color: #779F71;
 }
 .AnyTagClassName
 {
   color: #779F71;
 }
</style>

background-color css

<style>
 a { background-color: #779F71; }

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

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

border-color css

<style>
 span { border-color: #779F71; }

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

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