Html Css Color HEX #779F75 Amulet

📋 copy color: '#779F75'

red 119 ◦ green 159 ◦ blue 117

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

Shades of Amulet #779F75

Tints of Amulet #779F75

RGB

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

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

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

R = 30.13%
G = 40.25%
B = 29.62%

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

#779F75 (or 0x779F75) is known color: Amulet. HEX triplet: 77, 9F and 75. RGB value is (119,159,117). Sum of RGB (Red+Green+Blue) = 119+159+117=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 159 - color contains mainly: green. Hex color #779F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779F75 is #88608A. Grayscale: #8E8E8E. Windows color (decimal): -8937611 or 7708535. OLE color: 7708535.

HSL color Cylindrical-coordinate representation of color #779F75: hue angle of 117.14º degrees, saturation: 0.18, 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 #779F75 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 159 117 -
CMYK 0.25 0 0.26 0.38
HSL 117.14º 0.18% 0.54% -
HSV(B) 117.14º 0.26% 0.62% -
XYZ 23.22 30 21.4 -
YUV 142.25 113.75 111.42 -
System Red Green Blue C M Y K H S L
Decimal 119 159 117 0.25 0 0.26 0.38 117.14 0.18 0.54
Hex 77 9F 75 19 0 1A 26 75 12 36
Octal 167 237 165 31 0 32 46 165 22 66
Binary 1110111 10011111 1110101 11001 0 11010 100110 1110101 10010 110110

Color Harmonies of #779F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779F75

Black with #779F75

Text Example


Text Example

White with #779F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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