Html Css Color HEX #7A9776 Amulet

📋 copy color: '#7A9776'

red 122 ◦ green 151 ◦ blue 118

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

Shades of Amulet #7A9776

Tints of Amulet #7A9776

RGB

 RED value IS 122 (48.05% from 255) = 31.2%

 GREEN value IS 151 (59.38% from 255) = 38.62%

 BLUE value IS 118 (46.48% from 255) = 30.18%

R = 31.2%
G = 38.62%
B = 30.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#7A9776 (or 0x7A9776) is known color: Amulet. HEX triplet: 7A, 97 and 76. RGB value is (122,151,118). Sum of RGB (Red+Green+Blue) = 122+151+118=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 151 - color contains mainly: green. Hex color #7A9776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9776 is #856889. Grayscale: #8A8A8A. Windows color (decimal): -8743050 or 7772026. OLE color: 7772026.

HSL color Cylindrical-coordinate representation of color #7A9776: hue angle of 112.73º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A9776 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 122 151 118 -
CMYK 0.19 0 0.22 0.41
HSL 112.73º 0.14% 0.53% -
HSV(B) 112.73º 0.22% 0.59% -
XYZ 22.36 27.58 21.28 -
YUV 138.57 116.39 116.18 -
System Red Green Blue C M Y K H S L
Decimal 122 151 118 0.19 0 0.22 0.41 112.73 0.14 0.53
Hex 7A 97 76 13 0 16 29 71 E 35
Octal 172 227 166 23 0 26 51 161 16 65
Binary 1111010 10010111 1110110 10011 0 10110 101001 1110001 1110 110101

Color Harmonies of #7A9776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9776

Black with #7A9776

Text Example


Text Example

White with #7A9776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A9776; }

 p { color: rgb(122,151,118); }

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

background-color css

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

 a { background-color: rgb(122,151,118); }

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

border-color css

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

 span { border-color: rgb(122,151,118); }

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