Html Css Color HEX #779770 Amulet

📋 copy color: '#779770'

red 119 ◦ green 151 ◦ blue 112

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

Shades of Amulet #779770

Tints of Amulet #779770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.53%

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 31.15%
G = 39.53%
B = 29.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#779770 (or 0x779770) is known color: Amulet. HEX triplet: 77, 97 and 70. RGB value is (119,151,112). Sum of RGB (Red+Green+Blue) = 119+151+112=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 151 - color contains mainly: green. Hex color #779770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779770 is #88688F. Grayscale: #898989. Windows color (decimal): -8939664 or 7378807. OLE color: 7378807.

HSL color Cylindrical-coordinate representation of color #779770: hue angle of 109.23º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #779770 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 151 112 -
CMYK 0.21 0 0.26 0.41
HSL 109.23º 0.16% 0.52% -
HSV(B) 109.23º 0.26% 0.59% -
XYZ 21.6 27.23 19.45 -
YUV 136.99 113.9 115.17 -
System Red Green Blue C M Y K H S L
Decimal 119 151 112 0.21 0 0.26 0.41 109.23 0.16 0.52
Hex 77 97 70 15 0 1A 29 6D 10 34
Octal 167 227 160 25 0 32 51 155 20 64
Binary 1110111 10010111 1110000 10101 0 11010 101001 1101101 10000 110100

Color Harmonies of #779770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779770

Black with #779770

Text Example


Text Example

White with #779770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779770; }

 p { color: rgb(119,151,112); }

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

background-color css

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

 a { background-color: rgb(119,151,112); }

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

border-color css

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

 span { border-color: rgb(119,151,112); }

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