COLOR #7A728C

HEX: #7A728C
RGB: (122,114,140)

Color info

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

RGB color model

#7A728C color RGB value is (122,114,140).

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

RGB channels and saturation

R 122 of 255 = 48%
G 114 of 255 = 45%
B 140 of 255 = 55%

122
114
140

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

Portions of RGB colors in percentages

R + G + B =
122 + 114 + 140 = 376 (100%)
R 122 of 376 ~ 32.45%
G 114 of 376 ~ 30.32%
B 140 of 376 ~ 37.23%

%32.45
%30.32
%37.23

CMYK color model

#7A728C color CMYK value is (13,19,0,45).

  • cyan value is 12.86%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(13,19,0,45)
C13M19Y0K45 
(13%,19%,0%,45%)
(0.13/0.19/0.00/0.45)	

CMYK percentages

%12.86
%18.57
%0
%45.1

Codes

Color #7A728C in popluar color models

7A728C
RGB122114140
HSL258°10.24%49.80%
HSB/HSV258°18.57%54.90%
CMYK12.86%18.57%0.00%
45.10%

Color #7A728C in popluar number systems.

HEX7A728C
Decimal122114140
Binary1111010111001010001100
Octal172162214

Shades and tints

Shades of #7A728C

#7A728C
(122,114,140)
#6F6880
(111,104,128)
#645E74
(100,94,116)
#595468
(89,84,104)
#4E4A5C
(78,74,92)
#434050
(67,64,80)
#383644
(56,54,68)
#2D2C38
(45,44,56)
#22222C
(34,34,44)
#171820
(23,24,32)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #7A728C

#7A728C
(122,114,140)
#867E96
(134,126,150)
#928AA0
(146,138,160)
#9E96AA
(158,150,170)
#AAA2B4
(170,162,180)
#B6AEBE
(182,174,190)
#C2BAC8
(194,186,200)
#CEC6D2
(206,198,210)
#DAD2DC
(218,210,220)
#E6DEE6
(230,222,230)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A728C; }

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

This text font color is #7A728C.


Background Color

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

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

This div background color is #7A728C.


Border color

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

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

This div border color is #7A728C.


Opacity

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

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

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

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

This text has shadow with #7A728C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A728C on black background.


Color preview on white background

This text has color #7A728C on white background.



Black color preview on #7A728C background

This text has black color on #7A728C background.


White color preview on #7A728C background

This text has white color on #7A728C background.