Html Css Color HEX #779E75 Amulet

📋 copy color: '#779E75'

red 119 ◦ green 158 ◦ blue 117

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

Shades of Amulet #779E75

Tints of Amulet #779E75

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.1%

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 30.2%
G = 40.1%
B = 29.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#779E75 (or 0x779E75) is known color: Amulet. HEX triplet: 77, 9E and 75. RGB value is (119,158,117). Sum of RGB (Red+Green+Blue) = 119+158+117=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 158 - color contains mainly: green. Hex color #779E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779E75 is #88618A. Grayscale: #8D8D8D. Windows color (decimal): -8937867 or 7708279. OLE color: 7708279.

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

Color convert

RGB 119 158 117 -
CMYK 0.25 0 0.26 0.38
HSL 117.07º 0.17% 0.54% -
HSV(B) 117.07º 0.26% 0.62% -
XYZ 23.05 29.66 21.34 -
YUV 141.67 114.08 111.83 -
System Red Green Blue C M Y K H S L
Decimal 119 158 117 0.25 0 0.26 0.38 117.07 0.17 0.54
Hex 77 9E 75 19 0 1A 26 75 11 36
Octal 167 236 165 31 0 32 46 165 21 66
Binary 1110111 10011110 1110101 11001 0 11010 100110 1110101 10001 110110

Color Harmonies of #779E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779E75

Black with #779E75

Text Example


Text Example

White with #779E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,158,117); }

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

background-color css

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

 a { background-color: rgb(119,158,117); }

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

border-color css

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

 span { border-color: rgb(119,158,117); }

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