COLOR #7A527E

HEX: #7A527E
RGB: (122,82,126)

Color info

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

RGB color model

#7A527E color RGB value is (122,82,126).

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

RGB channels and saturation

R 122 of 255 = 48%
G 82 of 255 = 32%
B 126 of 255 = 49%

122
82
126

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

Portions of RGB colors in percentages

R + G + B =
122 + 82 + 126 = 330 (100%)
R 122 of 330 ~ 36.97%
G 82 of 330 ~ 24.85%
B 126 of 330 ~ 38.18%

%36.97
%24.85
%38.18

CMYK color model

#7A527E color CMYK value is (3,35,0,51).

  • cyan value is 3.17%
  • magenta value is 34.92%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(3,35,0,51)
C3M35Y0K51 
(3%,35%,0%,51%)
(0.03/0.35/0.00/0.51)	

CMYK percentages

%3.17
%34.92
%0
%50.59

Codes

Color #7A527E in popluar color models

7A527E
RGB12282126
HSL295°21.15%40.78%
HSB/HSV295°34.92%49.41%
CMYK3.17%34.92%0.00%
50.59%

Color #7A527E in popluar number systems.

HEX7A527E
Decimal12282126
Binary111101010100101111110
Octal172122176

Shades and tints

Shades of #7A527E

#7A527E
(122,82,126)
#6F4B73
(111,75,115)
#644468
(100,68,104)
#593D5D
(89,61,93)
#4E3652
(78,54,82)
#432F47
(67,47,71)
#38283C
(56,40,60)
#2D2131
(45,33,49)
#221A26
(34,26,38)
#17131B
(23,19,27)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #7A527E

#7A527E
(122,82,126)
#866189
(134,97,137)
#927094
(146,112,148)
#9E7F9F
(158,127,159)
#AA8EAA
(170,142,170)
#B69DB5
(182,157,181)
#C2ACC0
(194,172,192)
#CEBBCB
(206,187,203)
#DACAD6
(218,202,214)
#E6D9E1
(230,217,225)
#F2E8EC
(242,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A527E; }

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

This text font color is #7A527E.


Background Color

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

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

This div background color is #7A527E.


Border color

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

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

This div border color is #7A527E.


Opacity

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

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

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

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

This text has shadow with #7A527E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A527E on black background.


Color preview on white background

This text has color #7A527E on white background.



Black color preview on #7A527E background

This text has black color on #7A527E background.


White color preview on #7A527E background

This text has white color on #7A527E background.