Html Css Color HEX #779A6E Amulet

📋 copy color: '#779A6E'

red 119 ◦ green 154 ◦ blue 110

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

Shades of Amulet #779A6E

Tints of Amulet #779A6E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.21%

 BLUE value IS 110 (43.36% from 255) = 28.72%

R = 31.07%
G = 40.21%
B = 28.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#779A6E (or 0x779A6E) is known color: Amulet. HEX triplet: 77, 9A and 6E. RGB value is (119,154,110). Sum of RGB (Red+Green+Blue) = 119+154+110=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 154 - color contains mainly: green. Hex color #779A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779A6E is #886591. Grayscale: #8A8A8A. Windows color (decimal): -8938898 or 7248503. OLE color: 7248503.

HSL color Cylindrical-coordinate representation of color #779A6E: hue angle of 107.73º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #779A6E is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 154 110 -
CMYK 0.23 0 0.29 0.40
HSL 107.73º 0.18% 0.52% -
HSV(B) 107.73º 0.29% 0.6% -
XYZ 21.98 28.16 19.03 -
YUV 138.52 111.9 114.08 -
System Red Green Blue C M Y K H S L
Decimal 119 154 110 0.23 0 0.29 0.40 107.73 0.18 0.52
Hex 77 9A 6E 17 0 1D 28 6C 12 34
Octal 167 232 156 27 0 35 50 154 22 64
Binary 1110111 10011010 1101110 10111 0 11101 101000 1101100 10010 110100

Color Harmonies of #779A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779A6E

Black with #779A6E

Text Example


Text Example

White with #779A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779A6E; }

 p { color: rgb(119,154,110); }

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

background-color css

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

 a { background-color: rgb(119,154,110); }

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

border-color css

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

 span { border-color: rgb(119,154,110); }

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