Html Css Color HEX #779C74 Amulet

📋 copy color: '#779C74'

red 119 ◦ green 156 ◦ blue 116

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

Shades of Amulet #779C74

Tints of Amulet #779C74

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.9%

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

R = 30.43%
G = 39.9%
B = 29.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#779C74 (or 0x779C74) is known color: Amulet. HEX triplet: 77, 9C and 74. RGB value is (119,156,116). Sum of RGB (Red+Green+Blue) = 119+156+116=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 156 - color contains mainly: green. Hex color #779C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779C74 is #88638B. Grayscale: #8C8C8C. Windows color (decimal): -8938380 or 7642231. OLE color: 7642231.

HSL color Cylindrical-coordinate representation of color #779C74: hue angle of 115.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #779C74 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 156 116 -
CMYK 0.24 0 0.26 0.39
HSL 115.5º 0.17% 0.53% -
HSV(B) 115.5º 0.26% 0.61% -
XYZ 22.65 28.96 20.92 -
YUV 140.38 114.24 112.75 -
System Red Green Blue C M Y K H S L
Decimal 119 156 116 0.24 0 0.26 0.39 115.5 0.17 0.53
Hex 77 9C 74 18 0 1A 27 74 11 35
Octal 167 234 164 30 0 32 47 164 21 65
Binary 1110111 10011100 1110100 11000 0 11010 100111 1110100 10001 110101

Color Harmonies of #779C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779C74

Black with #779C74

Text Example


Text Example

White with #779C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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