Html Css Color HEX #779F76 Amulet

📋 copy color: '#779F76'

red 119 ◦ green 159 ◦ blue 118

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

Shades of Amulet #779F76

Tints of Amulet #779F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.8%

R = 30.05%
G = 40.15%
B = 29.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#779F76 (or 0x779F76) is known color: Amulet. HEX triplet: 77, 9F and 76. RGB value is (119,159,118). Sum of RGB (Red+Green+Blue) = 119+159+118=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 159 - color contains mainly: green. Hex color #779F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779F76 is #886089. Grayscale: #8E8E8E. Windows color (decimal): -8937610 or 7774071. OLE color: 7774071.

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

Color convert

RGB 119 159 118 -
CMYK 0.25 0 0.26 0.38
HSL 118.54º 0.18% 0.54% -
HSV(B) 118.54º 0.26% 0.62% -
XYZ 23.28 30.03 21.71 -
YUV 142.37 114.25 111.33 -
System Red Green Blue C M Y K H S L
Decimal 119 159 118 0.25 0 0.26 0.38 118.54 0.18 0.54
Hex 77 9F 76 19 0 1A 26 77 12 36
Octal 167 237 166 31 0 32 46 167 22 66
Binary 1110111 10011111 1110110 11001 0 11010 100110 1110111 10010 110110

Color Harmonies of #779F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779F76

Black with #779F76

Text Example


Text Example

White with #779F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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