COLOR #7A4E6A

HEX: #7A4E6A
RGB: (122,78,106)

Color info

#7A4E6A contains red, green and blue colors in about the same proportion. Web safe color of #7A4E6A is #666666 (or #666).

RGB color model

#7A4E6A color RGB value is (122,78,106).

  • red value is 122;
  • green value is 78;
  • blue value is 106.
RGB:
(122,78,106)
(48%,31%,42%)

RGB channels and saturation

R 122 of 255 = 48%
G 78 of 255 = 31%
B 106 of 255 = 42%

122
78
106

R + G + B ~ 40%. #7A4E6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 78 + 106 = 306 (100%)
R 122 of 306 ~ 39.87%
G 78 of 306 ~ 25.49%
B 106 of 306 ~ 34.64%

%39.87
%25.49
%34.64

CMYK color model

#7A4E6A color CMYK value is (0,36,13,52).

  • cyan value is 0.00%
  • magenta value is 36.07%
  • yellow value is 13.11%
  • key color value is 52.16%
CMYK:
(0,36,13,52)
C0M36Y13K52 
(0%,36%,13%,52%)
(0.00/0.36/0.13/0.52)	

CMYK percentages

%0
%36.07
%13.11
%52.16

Codes

Color #7A4E6A in popluar color models

7A4E6A
RGB12278106
HSL322°22.00%39.22%
HSB/HSV322°36.07%47.84%
CMYK0.00%36.07%13.11%
52.16%

Color #7A4E6A in popluar number systems.

HEX7A4E6A
Decimal12278106
Binary111101010011101101010
Octal172116152

Shades and tints

Shades of #7A4E6A

#7A4E6A
(122,78,106)
#6F4761
(111,71,97)
#644058
(100,64,88)
#59394F
(89,57,79)
#4E3246
(78,50,70)
#432B3D
(67,43,61)
#382434
(56,36,52)
#2D1D2B
(45,29,43)
#221622
(34,22,34)
#170F19
(23,15,25)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #7A4E6A

#7A4E6A
(122,78,106)
#865E77
(134,94,119)
#926E84
(146,110,132)
#9E7E91
(158,126,145)
#AA8E9E
(170,142,158)
#B69EAB
(182,158,171)
#C2AEB8
(194,174,184)
#CEBEC5
(206,190,197)
#DACED2
(218,206,210)
#E6DEDF
(230,222,223)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4E6A color. Also use rgb(122,78,106) instead hex code.

Text Font Color

.myTextColor { color: #7A4E6A; }

<p style="color:#7A4E6A">This sample text font color is #7A4E6A.</p>

This text font color is #7A4E6A.


Background Color

.myBgColor { background-color: #7A4E6A; }

<div style="background-color:#7A4E6A">Inner text</div>

This div background color is #7A4E6A.


Border color

.myBorderColor { border: 1px solid #7A4E6A; }

<div style="border:3px solid #7A4E6A">Div</div>

This div border color is #7A4E6A.


Opacity

.myOpacity80 { color: #7A4E6A; opacity: 0.8; }

<p style="color:#7A4E6A;opacity:0.8;">80%</p>

Text with #7A4E6A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7A4E6A;}

<p style="text-shadow: 3px 3px 1px #7A4E6A">Text here.</p>

This text has shadow with #7A4E6A color.

.textShadow {text-shadow: 3px 3px 1px #7A4E6A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7A4E6A, 5px 5px 20px red">Text here.</p>

This text has shadow with #7A4E6A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7A4E6A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7A4E6A, Direction=45, Strength=4)">Text</p>

This text has shadow with #7A4E6A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7A4E6A;
  -webkit-box-shadow:	1px 1px 3px 2px #7A4E6A;
  box-shadow:		1px 1px 3px 2px #7A4E6A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7A4E6A;
-webkit-box-shadow: 1px 1px 3px 2px #7A4E6A;
box-shadow:1px 1px 3px 2px #7A4E6A;">
Div content here</div>
This div box has shadow with color #7A4E6A.

Preview

Color preview on black background

This text has color #7A4E6A on black background.


Color preview on white background

This text has color #7A4E6A on white background.



Black color preview on #7A4E6A background

This text has black color on #7A4E6A background.


White color preview on #7A4E6A background

This text has white color on #7A4E6A background.