COLOR #7A5E76

HEX: #7A5E76
RGB: (122,94,118)

Color info

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

RGB color model

#7A5E76 color RGB value is (122,94,118).

  • red value is 122;
  • green value is 94;
  • blue value is 118.
RGB:
(122,94,118)
(48%,37%,46%)

RGB channels and saturation

R 122 of 255 = 48%
G 94 of 255 = 37%
B 118 of 255 = 46%

122
94
118

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

Portions of RGB colors in percentages

R + G + B =
122 + 94 + 118 = 334 (100%)
R 122 of 334 ~ 36.53%
G 94 of 334 ~ 28.14%
B 118 of 334 ~ 35.33%

%36.53
%28.14
%35.33

CMYK color model

#7A5E76 color CMYK value is (0,23,3,52).

  • cyan value is 0.00%
  • magenta value is 22.95%
  • yellow value is 3.28%
  • key color value is 52.16%
CMYK:
(0,23,3,52)
C0M23Y3K52 
(0%,23%,3%,52%)
(0.00/0.23/0.03/0.52)	

CMYK percentages

%0
%22.95
%3.28
%52.16

Codes

Color #7A5E76 in popluar color models

7A5E76
RGB12294118
HSL309°12.96%42.35%
HSB/HSV309°22.95%47.84%
CMYK0.00%22.95%3.28%
52.16%

Color #7A5E76 in popluar number systems.

HEX7A5E76
Decimal12294118
Binary111101010111101110110
Octal172136166

Shades and tints

Shades of #7A5E76

#7A5E76
(122,94,118)
#6F566C
(111,86,108)
#644E62
(100,78,98)
#594658
(89,70,88)
#4E3E4E
(78,62,78)
#433644
(67,54,68)
#382E3A
(56,46,58)
#2D2630
(45,38,48)
#221E26
(34,30,38)
#17161C
(23,22,28)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #7A5E76

#7A5E76
(122,94,118)
#866C82
(134,108,130)
#927A8E
(146,122,142)
#9E889A
(158,136,154)
#AA96A6
(170,150,166)
#B6A4B2
(182,164,178)
#C2B2BE
(194,178,190)
#CEC0CA
(206,192,202)
#DACED6
(218,206,214)
#E6DCE2
(230,220,226)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5E76 color. Also use rgb(122,94,118) instead hex code.

Text Font Color

.myTextColor { color: #7A5E76; }

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

This text font color is #7A5E76.


Background Color

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

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

This div background color is #7A5E76.


Border color

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

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

This div border color is #7A5E76.


Opacity

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

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

Text with #7A5E76 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 #7A5E76;}

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

This text has shadow with #7A5E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5E76 on black background.


Color preview on white background

This text has color #7A5E76 on white background.



Black color preview on #7A5E76 background

This text has black color on #7A5E76 background.


White color preview on #7A5E76 background

This text has white color on #7A5E76 background.