Html Css Color HEX #779B75 Amulet

📋 copy color: '#779B75'

red 119 ◦ green 155 ◦ blue 117

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

Shades of Amulet #779B75

Tints of Amulet #779B75

RGB

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

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

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

R = 30.43%
G = 39.64%
B = 29.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#779B75 (or 0x779B75) is known color: Amulet. HEX triplet: 77, 9B and 75. RGB value is (119,155,117). Sum of RGB (Red+Green+Blue) = 119+155+117=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 155 - color contains mainly: green. Hex color #779B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779B75 is #88648A. Grayscale: #8C8C8C. Windows color (decimal): -8938635 or 7707511. OLE color: 7707511.

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

Color convert

RGB 119 155 117 -
CMYK 0.23 0 0.25 0.39
HSL 116.84º 0.16% 0.53% -
HSV(B) 116.84º 0.25% 0.61% -
XYZ 22.54 28.65 21.17 -
YUV 139.9 115.07 113.09 -
System Red Green Blue C M Y K H S L
Decimal 119 155 117 0.23 0 0.25 0.39 116.84 0.16 0.53
Hex 77 9B 75 17 0 19 27 75 10 35
Octal 167 233 165 27 0 31 47 165 20 65
Binary 1110111 10011011 1110101 10111 0 11001 100111 1110101 10000 110101

Color Harmonies of #779B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779B75

Black with #779B75

Text Example


Text Example

White with #779B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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