Html Css Color HEX #779972 Amulet

📋 copy color: '#779972'

red 119 ◦ green 153 ◦ blue 114

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

Shades of Amulet #779972

Tints of Amulet #779972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.64%

 BLUE value IS 114 (44.92% from 255) = 29.53%

R = 30.83%
G = 39.64%
B = 29.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#779972 (or 0x779972) is known color: Amulet. HEX triplet: 77, 99 and 72. RGB value is (119,153,114). Sum of RGB (Red+Green+Blue) = 119+153+114=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #779972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779972 is #88668D. Grayscale: #8A8A8A. Windows color (decimal): -8939150 or 7510391. OLE color: 7510391.

HSL color Cylindrical-coordinate representation of color #779972: hue angle of 112.31º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779972 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 153 114 -
CMYK 0.22 0 0.25 0.4
HSL 112.31º 0.16% 0.52% -
HSV(B) 112.31º 0.25% 0.6% -
XYZ 22.04 27.92 20.15 -
YUV 138.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 119 153 114 0.22 0 0.25 0.4 112.31 0.16 0.52
Hex 77 99 72 16 0 19 28 70 10 34
Octal 167 231 162 26 0 31 50 160 20 64
Binary 1110111 10011001 1110010 10110 0 11001 101000 1110000 10000 110100

Color Harmonies of #779972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779972

Black with #779972

Text Example


Text Example

White with #779972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779972; }

 p { color: rgb(119,153,114); }

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

background-color css

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

 a { background-color: rgb(119,153,114); }

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

border-color css

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

 span { border-color: rgb(119,153,114); }

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