COLOR #7A5272

HEX: #7A5272
RGB: (122,82,114)

Color info

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

RGB color model

#7A5272 color RGB value is (122,82,114).

  • red value is 122;
  • green value is 82;
  • blue value is 114.
RGB:
(122,82,114)
(48%,32%,45%)

RGB channels and saturation

R 122 of 255 = 48%
G 82 of 255 = 32%
B 114 of 255 = 45%

122
82
114

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

Portions of RGB colors in percentages

R + G + B =
122 + 82 + 114 = 318 (100%)
R 122 of 318 ~ 38.36%
G 82 of 318 ~ 25.79%
B 114 of 318 ~ 35.85%

%38.36
%25.79
%35.85

CMYK color model

#7A5272 color CMYK value is (0,33,7,52).

  • cyan value is 0.00%
  • magenta value is 32.79%
  • yellow value is 6.56%
  • key color value is 52.16%
CMYK:
(0,33,7,52)
C0M33Y7K52 
(0%,33%,7%,52%)
(0.00/0.33/0.07/0.52)	

CMYK percentages

%0
%32.79
%6.56
%52.16

Codes

Color #7A5272 in popluar color models

7A5272
RGB12282114
HSL312°19.61%40.00%
HSB/HSV312°32.79%47.84%
CMYK0.00%32.79%6.56%
52.16%

Color #7A5272 in popluar number systems.

HEX7A5272
Decimal12282114
Binary111101010100101110010
Octal172122162

Shades and tints

Shades of #7A5272

#7A5272
(122,82,114)
#6F4B68
(111,75,104)
#64445E
(100,68,94)
#593D54
(89,61,84)
#4E364A
(78,54,74)
#432F40
(67,47,64)
#382836
(56,40,54)
#2D212C
(45,33,44)
#221A22
(34,26,34)
#171318
(23,19,24)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #7A5272

#7A5272
(122,82,114)
#86617E
(134,97,126)
#92708A
(146,112,138)
#9E7F96
(158,127,150)
#AA8EA2
(170,142,162)
#B69DAE
(182,157,174)
#C2ACBA
(194,172,186)
#CEBBC6
(206,187,198)
#DACAD2
(218,202,210)
#E6D9DE
(230,217,222)
#F2E8EA
(242,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5272 color. Also use rgb(122,82,114) instead hex code.

Text Font Color

.myTextColor { color: #7A5272; }

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

This text font color is #7A5272.


Background Color

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

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

This div background color is #7A5272.


Border color

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

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

This div border color is #7A5272.


Opacity

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

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

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

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

This text has shadow with #7A5272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5272 on black background.


Color preview on white background

This text has color #7A5272 on white background.



Black color preview on #7A5272 background

This text has black color on #7A5272 background.


White color preview on #7A5272 background

This text has white color on #7A5272 background.