COLOR #7A7279

HEX: #7A7279
RGB: (122,114,121)

Color info

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

RGB color model

#7A7279 color RGB value is (122,114,121).

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

RGB channels and saturation

R 122 of 255 = 48%
G 114 of 255 = 45%
B 121 of 255 = 47%

122
114
121

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

Portions of RGB colors in percentages

R + G + B =
122 + 114 + 121 = 357 (100%)
R 122 of 357 ~ 34.17%
G 114 of 357 ~ 31.93%
B 121 of 357 ~ 33.89%

%34.17
%31.93
%33.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.56%
  • yellow value is 0.82%
  • key color value is 52.16%
CMYK:
(0,7,1,52)
C0M7Y1K52 
(0%,7%,1%,52%)
(0.00/0.07/0.01/0.52)	

CMYK percentages

%0
%6.56
%0.82
%52.16

Codes

Color #7A7279 in popluar color models

7A7279
RGB122114121
HSL308°3.39%46.27%
HSB/HSV308°6.56%47.84%
CMYK0.00%6.56%0.82%
52.16%

Color #7A7279 in popluar number systems.

HEX7A7279
Decimal122114121
Binary111101011100101111001
Octal172162171

Shades and tints

Shades of #7A7279

#7A7279
(122,114,121)
#6F686E
(111,104,110)
#645E63
(100,94,99)
#595458
(89,84,88)
#4E4A4D
(78,74,77)
#434042
(67,64,66)
#383637
(56,54,55)
#2D2C2C
(45,44,44)
#222221
(34,34,33)
#171816
(23,24,22)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #7A7279

#7A7279
(122,114,121)
#867E85
(134,126,133)
#928A91
(146,138,145)
#9E969D
(158,150,157)
#AAA2A9
(170,162,169)
#B6AEB5
(182,174,181)
#C2BAC1
(194,186,193)
#CEC6CD
(206,198,205)
#DAD2D9
(218,210,217)
#E6DEE5
(230,222,229)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7279; }

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

This text font color is #7A7279.


Background Color

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

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

This div background color is #7A7279.


Border color

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

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

This div border color is #7A7279.


Opacity

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

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

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

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

This text has shadow with #7A7279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7279 on black background.


Color preview on white background

This text has color #7A7279 on white background.



Black color preview on #7A7279 background

This text has black color on #7A7279 background.


White color preview on #7A7279 background

This text has white color on #7A7279 background.