Html Css Color HEX #779E74 Amulet

📋 copy color: '#779E74'

red 119 ◦ green 158 ◦ blue 116

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

Shades of Amulet #779E74

Tints of Amulet #779E74

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.2%

 BLUE value IS 116 (45.7% from 255) = 29.52%

R = 30.28%
G = 40.2%
B = 29.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#779E74 (or 0x779E74) is known color: Amulet. HEX triplet: 77, 9E and 74. RGB value is (119,158,116). Sum of RGB (Red+Green+Blue) = 119+158+116=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 158 - color contains mainly: green. Hex color #779E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779E74 is #88618B. Grayscale: #8D8D8D. Windows color (decimal): -8937868 or 7642743. OLE color: 7642743.

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

Color convert

RGB 119 158 116 -
CMYK 0.25 0 0.27 0.38
HSL 115.71º 0.18% 0.54% -
HSV(B) 115.71º 0.27% 0.62% -
XYZ 22.99 29.64 21.03 -
YUV 141.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 119 158 116 0.25 0 0.27 0.38 115.71 0.18 0.54
Hex 77 9E 74 19 0 1B 26 74 12 36
Octal 167 236 164 31 0 33 46 164 22 66
Binary 1110111 10011110 1110100 11001 0 11011 100110 1110100 10010 110110

Color Harmonies of #779E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779E74

Black with #779E74

Text Example


Text Example

White with #779E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,158,116); }

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

background-color css

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

 a { background-color: rgb(119,158,116); }

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

border-color css

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

 span { border-color: rgb(119,158,116); }

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