COLOR #7A727B

HEX: #7A727B
RGB: (122,114,123)

Color info

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

RGB color model

#7A727B color RGB value is (122,114,123).

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

RGB channels and saturation

R 122 of 255 = 48%
G 114 of 255 = 45%
B 123 of 255 = 48%

122
114
123

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

Portions of RGB colors in percentages

R + G + B =
122 + 114 + 123 = 359 (100%)
R 122 of 359 ~ 33.98%
G 114 of 359 ~ 31.75%
B 123 of 359 ~ 34.26%

%33.98
%31.75
%34.26

CMYK color model

#7A727B color CMYK value is (1,7,0,52).

  • cyan value is 0.81%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(1,7,0,52)
C1M7Y0K52 
(1%,7%,0%,52%)
(0.01/0.07/0.00/0.52)	

CMYK percentages

%0.81
%7.32
%0
%51.76

Codes

Color #7A727B in popluar color models

7A727B
RGB122114123
HSL293°3.80%46.47%
HSB/HSV293°7.32%48.24%
CMYK0.81%7.32%0.00%
51.76%

Color #7A727B in popluar number systems.

HEX7A727B
Decimal122114123
Binary111101011100101111011
Octal172162173

Shades and tints

Shades of #7A727B

#7A727B
(122,114,123)
#6F6870
(111,104,112)
#645E65
(100,94,101)
#59545A
(89,84,90)
#4E4A4F
(78,74,79)
#434044
(67,64,68)
#383639
(56,54,57)
#2D2C2E
(45,44,46)
#222223
(34,34,35)
#171818
(23,24,24)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #7A727B

#7A727B
(122,114,123)
#867E87
(134,126,135)
#928A93
(146,138,147)
#9E969F
(158,150,159)
#AAA2AB
(170,162,171)
#B6AEB7
(182,174,183)
#C2BAC3
(194,186,195)
#CEC6CF
(206,198,207)
#DAD2DB
(218,210,219)
#E6DEE7
(230,222,231)
#F2EAF3
(242,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A727B; }

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

This text font color is #7A727B.


Background Color

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

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

This div background color is #7A727B.


Border color

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

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

This div border color is #7A727B.


Opacity

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

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

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

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

This text has shadow with #7A727B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A727B on black background.


Color preview on white background

This text has color #7A727B on white background.



Black color preview on #7A727B background

This text has black color on #7A727B background.


White color preview on #7A727B background

This text has white color on #7A727B background.