Html Css Color HEX #779F69 Amulet

📋 copy color: '#779F69'

red 119 ◦ green 159 ◦ blue 105

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

Shades of Amulet #779F69

Tints of Amulet #779F69

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.51%

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

R = 31.07%
G = 41.51%
B = 27.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#779F69 (or 0x779F69) is known color: Amulet. HEX triplet: 77, 9F and 69. RGB value is (119,159,105). Sum of RGB (Red+Green+Blue) = 119+159+105=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 159 - color contains mainly: green. Hex color #779F69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779F69 is #886096. Grayscale: #8D8D8D. Windows color (decimal): -8937623 or 6922103. OLE color: 6922103.

HSL color Cylindrical-coordinate representation of color #779F69: hue angle of 104.44º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #779F69 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 159 105 -
CMYK 0.25 0 0.34 0.38
HSL 104.44º 0.22% 0.52% -
HSV(B) 104.44º 0.34% 0.62% -
XYZ 22.56 29.74 17.92 -
YUV 140.88 107.75 112.39 -
System Red Green Blue C M Y K H S L
Decimal 119 159 105 0.25 0 0.34 0.38 104.44 0.22 0.52
Hex 77 9F 69 19 0 22 26 68 16 34
Octal 167 237 151 31 0 42 46 150 26 64
Binary 1110111 10011111 1101001 11001 0 100010 100110 1101000 10110 110100

Color Harmonies of #779F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779F69

Black with #779F69

Text Example


Text Example

White with #779F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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