Html Css Color HEX #779573 Amulet

📋 copy color: '#779573'

red 119 ◦ green 149 ◦ blue 115

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

Shades of Amulet #779573

Tints of Amulet #779573

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.9%

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 31.07%
G = 38.9%
B = 30.03%

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

#779573 (or 0x779573) is known color: Amulet. HEX triplet: 77, 95 and 73. RGB value is (119,149,115). Sum of RGB (Red+Green+Blue) = 119+149+115=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #779573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779573 is #886A8C. Grayscale: #888888. Windows color (decimal): -8940173 or 7574903. OLE color: 7574903.

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

Color convert

RGB 119 149 115 -
CMYK 0.20 0 0.23 0.42
HSL 112.94º 0.14% 0.52% -
HSV(B) 112.94º 0.23% 0.58% -
XYZ 21.45 26.65 20.23 -
YUV 136.15 116.06 115.76 -
System Red Green Blue C M Y K H S L
Decimal 119 149 115 0.20 0 0.23 0.42 112.94 0.14 0.52
Hex 77 95 73 14 0 17 2A 71 E 34
Octal 167 225 163 24 0 27 52 161 16 64
Binary 1110111 10010101 1110011 10100 0 10111 101010 1110001 1110 110100

Color Harmonies of #779573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779573

Black with #779573

Text Example


Text Example

White with #779573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779573; }

 p { color: rgb(119,149,115); }

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

background-color css

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

 a { background-color: rgb(119,149,115); }

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

border-color css

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

 span { border-color: rgb(119,149,115); }

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