Html Css Color HEX #779470 Amulet

📋 copy color: '#779470'

red 119 ◦ green 148 ◦ blue 112

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

Shades of Amulet #779470

Tints of Amulet #779470

RGB

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

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

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

R = 31.4%
G = 39.05%
B = 29.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#779470 (or 0x779470) is known color: Amulet. HEX triplet: 77, 94 and 70. RGB value is (119,148,112). Sum of RGB (Red+Green+Blue) = 119+148+112=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #779470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779470 is #886B8F. Grayscale: #878787. Windows color (decimal): -8940432 or 7378039. OLE color: 7378039.

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

Color convert

RGB 119 148 112 -
CMYK 0.20 0 0.24 0.42
HSL 108.33º 0.14% 0.51% -
HSV(B) 108.33º 0.24% 0.58% -
XYZ 21.12 26.27 19.29 -
YUV 135.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 119 148 112 0.20 0 0.24 0.42 108.33 0.14 0.51
Hex 77 94 70 14 0 18 2A 6C E 33
Octal 167 224 160 24 0 30 52 154 16 63
Binary 1110111 10010100 1110000 10100 0 11000 101010 1101100 1110 110011

Color Harmonies of #779470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779470

Black with #779470

Text Example


Text Example

White with #779470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779470; }

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

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

background-color css

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

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

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

border-color css

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

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

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