Html Css Color HEX #779774 Amulet

📋 copy color: '#779774'

red 119 ◦ green 151 ◦ blue 116

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

Shades of Amulet #779774

Tints of Amulet #779774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 30.83%
G = 39.12%
B = 30.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#779774 (or 0x779774) is known color: Amulet. HEX triplet: 77, 97 and 74. RGB value is (119,151,116). Sum of RGB (Red+Green+Blue) = 119+151+116=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 151 - color contains mainly: green. Hex color #779774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779774 is #88688B. Grayscale: #898989. Windows color (decimal): -8939660 or 7640951. OLE color: 7640951.

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

Color convert

RGB 119 151 116 -
CMYK 0.21 0 0.23 0.41
HSL 114.86º 0.14% 0.52% -
HSV(B) 114.86º 0.23% 0.59% -
XYZ 21.83 27.32 20.65 -
YUV 137.44 115.9 114.85 -
System Red Green Blue C M Y K H S L
Decimal 119 151 116 0.21 0 0.23 0.41 114.86 0.14 0.52
Hex 77 97 74 15 0 17 29 73 E 34
Octal 167 227 164 25 0 27 51 163 16 64
Binary 1110111 10010111 1110100 10101 0 10111 101001 1110011 1110 110100

Color Harmonies of #779774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779774

Black with #779774

Text Example


Text Example

White with #779774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779774; }

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

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

background-color css

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

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

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

border-color css

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

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

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