Html Css Color HEX #7E9479 Amulet

📋 copy color: '#7E9479'

red 126 ◦ green 148 ◦ blue 121

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

Shades of Amulet #7E9479

Tints of Amulet #7E9479

RGB

 RED value IS 126 (49.61% from 255) = 31.9%

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

 BLUE value IS 121 (47.66% from 255) = 30.63%

R = 31.9%
G = 37.47%
B = 30.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#7E9479 (or 0x7E9479) is known color: Amulet. HEX triplet: 7E, 94 and 79. RGB value is (126,148,121). Sum of RGB (Red+Green+Blue) = 126+148+121=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #7E9479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9479 is #816B86. Grayscale: #8A8A8A. Windows color (decimal): -8481671 or 7967870. OLE color: 7967870.

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

Color convert

RGB 126 148 121 -
CMYK 0.15 0 0.18 0.42
HSL 108.89º 0.11% 0.53% -
HSV(B) 108.89º 0.18% 0.58% -
XYZ 22.65 27 22.11 -
YUV 138.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 126 148 121 0.15 0 0.18 0.42 108.89 0.11 0.53
Hex 7E 94 79 F 0 12 2A 6D B 35
Octal 176 224 171 17 0 22 52 155 13 65
Binary 1111110 10010100 1111001 1111 0 10010 101010 1101101 1011 110101

Color Harmonies of #7E9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9479

Black with #7E9479

Text Example


Text Example

White with #7E9479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,148,121); }

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

background-color css

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

 a { background-color: rgb(126,148,121); }

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

border-color css

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

 span { border-color: rgb(126,148,121); }

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