Html Css Color HEX #779C75 Amulet

📋 copy color: '#779C75'

red 119 ◦ green 156 ◦ blue 117

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

Shades of Amulet #779C75

Tints of Amulet #779C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.8%

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

R = 30.36%
G = 39.8%
B = 29.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#779C75 (or 0x779C75) is known color: Amulet. HEX triplet: 77, 9C and 75. RGB value is (119,156,117). Sum of RGB (Red+Green+Blue) = 119+156+117=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 156 - color contains mainly: green. Hex color #779C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779C75 is #88638A. Grayscale: #8C8C8C. Windows color (decimal): -8938379 or 7707767. OLE color: 7707767.

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

Color convert

RGB 119 156 117 -
CMYK 0.24 0 0.25 0.39
HSL 116.92º 0.16% 0.54% -
HSV(B) 116.92º 0.25% 0.61% -
XYZ 22.71 28.98 21.23 -
YUV 140.49 114.74 112.67 -
System Red Green Blue C M Y K H S L
Decimal 119 156 117 0.24 0 0.25 0.39 116.92 0.16 0.54
Hex 77 9C 75 18 0 19 27 75 10 36
Octal 167 234 165 30 0 31 47 165 20 66
Binary 1110111 10011100 1110101 11000 0 11001 100111 1110101 10000 110110

Color Harmonies of #779C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779C75

Black with #779C75

Text Example


Text Example

White with #779C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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