Html Css Color HEX #7A9472 Amulet

📋 copy color: '#7A9472'

red 122 ◦ green 148 ◦ blue 114

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

Shades of Amulet #7A9472

Tints of Amulet #7A9472

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.54%

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

R = 31.77%
G = 38.54%
B = 29.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#7A9472 (or 0x7A9472) is known color: Amulet. HEX triplet: 7A, 94 and 72. RGB value is (122,148,114). Sum of RGB (Red+Green+Blue) = 122+148+114=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 148 - color contains mainly: green. Hex color #7A9472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9472 is #856B8D. Grayscale: #888888. Windows color (decimal): -8743822 or 7509114. OLE color: 7509114.

HSL color Cylindrical-coordinate representation of color #7A9472: hue angle of 105.88º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A9472 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 148 114 -
CMYK 0.18 0 0.23 0.42
HSL 105.88º 0.14% 0.51% -
HSV(B) 105.88º 0.23% 0.58% -
XYZ 21.65 26.53 19.9 -
YUV 136.35 115.39 117.76 -
System Red Green Blue C M Y K H S L
Decimal 122 148 114 0.18 0 0.23 0.42 105.88 0.14 0.51
Hex 7A 94 72 12 0 17 2A 6A E 33
Octal 172 224 162 22 0 27 52 152 16 63
Binary 1111010 10010100 1110010 10010 0 10111 101010 1101010 1110 110011

Color Harmonies of #7A9472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9472

Black with #7A9472

Text Example


Text Example

White with #7A9472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,148,114); }

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

background-color css

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

 a { background-color: rgb(122,148,114); }

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

border-color css

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

 span { border-color: rgb(122,148,114); }

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