Html Css Color HEX #779472 Amulet

📋 copy color: '#779472'

red 119 ◦ green 148 ◦ blue 114

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

Shades of Amulet #779472

Tints of Amulet #779472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.85%

 BLUE value IS 114 (44.92% from 255) = 29.92%

R = 31.23%
G = 38.85%
B = 29.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#779472 (or 0x779472) is known color: Amulet. HEX triplet: 77, 94 and 72. RGB value is (119,148,114). Sum of RGB (Red+Green+Blue) = 119+148+114=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #779472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779472 is #886B8D. Grayscale: #878787. Windows color (decimal): -8940430 or 7509111. OLE color: 7509111.

HSL color Cylindrical-coordinate representation of color #779472: hue angle of 111.18º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779472 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 114 -
CMYK 0.20 0 0.23 0.42
HSL 111.18º 0.14% 0.51% -
HSV(B) 111.18º 0.23% 0.58% -
XYZ 21.23 26.32 19.88 -
YUV 135.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 119 148 114 0.20 0 0.23 0.42 111.18 0.14 0.51
Hex 77 94 72 14 0 17 2A 6F E 33
Octal 167 224 162 24 0 27 52 157 16 63
Binary 1110111 10010100 1110010 10100 0 10111 101010 1101111 1110 110011

Color Harmonies of #779472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779472

Black with #779472

Text Example


Text Example

White with #779472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779472; }

 p { color: rgb(119,148,114); }

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

background-color css

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

 a { background-color: rgb(119,148,114); }

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

border-color css

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

 span { border-color: rgb(119,148,114); }

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