Html Css Color HEX #7A9774 Amulet

📋 copy color: '#7A9774'

red 122 ◦ green 151 ◦ blue 116

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

Shades of Amulet #7A9774

Tints of Amulet #7A9774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.82%

R = 31.36%
G = 38.82%
B = 29.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#7A9774 (or 0x7A9774) is known color: Amulet. HEX triplet: 7A, 97 and 74. RGB value is (122,151,116). Sum of RGB (Red+Green+Blue) = 122+151+116=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 151 - color contains mainly: green. Hex color #7A9774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9774 is #85688B. Grayscale: #8A8A8A. Windows color (decimal): -8743052 or 7640954. OLE color: 7640954.

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

Color convert

RGB 122 151 116 -
CMYK 0.19 0 0.23 0.41
HSL 109.71º 0.14% 0.52% -
HSV(B) 109.71º 0.23% 0.59% -
XYZ 22.25 27.53 20.66 -
YUV 138.34 115.39 116.35 -
System Red Green Blue C M Y K H S L
Decimal 122 151 116 0.19 0 0.23 0.41 109.71 0.14 0.52
Hex 7A 97 74 13 0 17 29 6E E 34
Octal 172 227 164 23 0 27 51 156 16 64
Binary 1111010 10010111 1110100 10011 0 10111 101001 1101110 1110 110100

Color Harmonies of #7A9774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9774

Black with #7A9774

Text Example


Text Example

White with #7A9774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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