Html Css Color HEX #779973 Amulet

📋 copy color: '#779973'

red 119 ◦ green 153 ◦ blue 115

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

Shades of Amulet #779973

Tints of Amulet #779973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.72%

R = 30.75%
G = 39.53%
B = 29.72%

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

#779973 (or 0x779973) is known color: Amulet. HEX triplet: 77, 99 and 73. RGB value is (119,153,115). Sum of RGB (Red+Green+Blue) = 119+153+115=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #779973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779973 is #88668C. Grayscale: #8A8A8A. Windows color (decimal): -8939149 or 7575927. OLE color: 7575927.

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

Color convert

RGB 119 153 115 -
CMYK 0.22 0 0.25 0.4
HSL 113.68º 0.16% 0.53% -
HSV(B) 113.68º 0.25% 0.6% -
XYZ 22.09 27.94 20.45 -
YUV 138.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 119 153 115 0.22 0 0.25 0.4 113.68 0.16 0.53
Hex 77 99 73 16 0 19 28 72 10 35
Octal 167 231 163 26 0 31 50 162 20 65
Binary 1110111 10011001 1110011 10110 0 11001 101000 1110010 10000 110101

Color Harmonies of #779973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779973

Black with #779973

Text Example


Text Example

White with #779973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779973; }

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

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

background-color css

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

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

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

border-color css

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

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

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