COLOR #7A728F

HEX: #7A728F
RGB: (122,114,143)

Color info

#7A728F contains red, green and blue colors in about the same proportion. Web safe color of #7A728F is #666699 (or #669).

RGB color model

#7A728F color RGB value is (122,114,143).

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

RGB channels and saturation

R 122 of 255 = 48%
G 114 of 255 = 45%
B 143 of 255 = 56%

122
114
143

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

Portions of RGB colors in percentages

R + G + B =
122 + 114 + 143 = 379 (100%)
R 122 of 379 ~ 32.19%
G 114 of 379 ~ 30.08%
B 143 of 379 ~ 37.73%

%32.19
%30.08
%37.73

CMYK color model

#7A728F color CMYK value is (15,20,0,44).

  • cyan value is 14.69%
  • magenta value is 20.28%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(15,20,0,44)
C15M20Y0K44 
(15%,20%,0%,44%)
(0.15/0.20/0.00/0.44)	

CMYK percentages

%14.69
%20.28
%0
%43.92

Codes

Color #7A728F in popluar color models

7A728F
RGB122114143
HSL257°11.46%50.39%
HSB/HSV257°20.28%56.08%
CMYK14.69%20.28%0.00%
43.92%

Color #7A728F in popluar number systems.

HEX7A728F
Decimal122114143
Binary1111010111001010001111
Octal172162217

Shades and tints

Shades of #7A728F

#7A728F
(122,114,143)
#6F6882
(111,104,130)
#645E75
(100,94,117)
#595468
(89,84,104)
#4E4A5B
(78,74,91)
#43404E
(67,64,78)
#383641
(56,54,65)
#2D2C34
(45,44,52)
#222227
(34,34,39)
#17181A
(23,24,26)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #7A728F

#7A728F
(122,114,143)
#867E99
(134,126,153)
#928AA3
(146,138,163)
#9E96AD
(158,150,173)
#AAA2B7
(170,162,183)
#B6AEC1
(182,174,193)
#C2BACB
(194,186,203)
#CEC6D5
(206,198,213)
#DAD2DF
(218,210,223)
#E6DEE9
(230,222,233)
#F2EAF3
(242,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A728F; }

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

This text font color is #7A728F.


Background Color

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

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

This div background color is #7A728F.


Border color

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

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

This div border color is #7A728F.


Opacity

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

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

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

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

This text has shadow with #7A728F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A728F on black background.


Color preview on white background

This text has color #7A728F on white background.



Black color preview on #7A728F background

This text has black color on #7A728F background.


White color preview on #7A728F background

This text has white color on #7A728F background.