Html Css Color HEX #779B69 Amulet

📋 copy color: '#779B69'

red 119 ◦ green 155 ◦ blue 105

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

Shades of Amulet #779B69

Tints of Amulet #779B69

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.9%

 BLUE value IS 105 (41.41% from 255) = 27.7%

R = 31.4%
G = 40.9%
B = 27.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#779B69 (or 0x779B69) is known color: Amulet. HEX triplet: 77, 9B and 69. RGB value is (119,155,105). Sum of RGB (Red+Green+Blue) = 119+155+105=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #779B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779B69 is #886496. Grayscale: #8A8A8A. Windows color (decimal): -8938647 or 6921079. OLE color: 6921079.

HSL color Cylindrical-coordinate representation of color #779B69: hue angle of 103.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #779B69 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 155 105 -
CMYK 0.23 0 0.32 0.39
HSL 103.2º 0.2% 0.51% -
HSV(B) 103.2º 0.32% 0.61% -
XYZ 21.88 28.38 17.69 -
YUV 138.54 109.07 114.07 -
System Red Green Blue C M Y K H S L
Decimal 119 155 105 0.23 0 0.32 0.39 103.2 0.2 0.51
Hex 77 9B 69 17 0 20 27 67 14 33
Octal 167 233 151 27 0 40 47 147 24 63
Binary 1110111 10011011 1101001 10111 0 100000 100111 1100111 10100 110011

Color Harmonies of #779B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779B69

Black with #779B69

Text Example


Text Example

White with #779B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,155,105); }

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

background-color css

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

 a { background-color: rgb(119,155,105); }

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

border-color css

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

 span { border-color: rgb(119,155,105); }

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