COLOR #7A708E

HEX: #7A708E
RGB: (122,112,142)

Color info

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

RGB color model

#7A708E color RGB value is (122,112,142).

  • red value is 122;
  • green value is 112;
  • blue value is 142.
RGB:
(122,112,142)
(48%,44%,56%)

RGB channels and saturation

R 122 of 255 = 48%
G 112 of 255 = 44%
B 142 of 255 = 56%

122
112
142

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

Portions of RGB colors in percentages

R + G + B =
122 + 112 + 142 = 376 (100%)
R 122 of 376 ~ 32.45%
G 112 of 376 ~ 29.79%
B 142 of 376 ~ 37.77%

%32.45
%29.79
%37.77

CMYK color model

#7A708E color CMYK value is (14,21,0,44).

  • cyan value is 14.08%
  • magenta value is 21.13%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(14,21,0,44)
C14M21Y0K44 
(14%,21%,0%,44%)
(0.14/0.21/0.00/0.44)	

CMYK percentages

%14.08
%21.13
%0
%44.31

Codes

Color #7A708E in popluar color models

7A708E
RGB122112142
HSL260°11.81%49.80%
HSB/HSV260°21.13%55.69%
CMYK14.08%21.13%0.00%
44.31%

Color #7A708E in popluar number systems.

HEX7A708E
Decimal122112142
Binary1111010111000010001110
Octal172160216

Shades and tints

Shades of #7A708E

#7A708E
(122,112,142)
#6F6682
(111,102,130)
#645C76
(100,92,118)
#59526A
(89,82,106)
#4E485E
(78,72,94)
#433E52
(67,62,82)
#383446
(56,52,70)
#2D2A3A
(45,42,58)
#22202E
(34,32,46)
#171622
(23,22,34)
#0C0C16
(12,12,22)
#000000
(0,0,0)

Tints of #7A708E

#7A708E
(122,112,142)
#867D98
(134,125,152)
#928AA2
(146,138,162)
#9E97AC
(158,151,172)
#AAA4B6
(170,164,182)
#B6B1C0
(182,177,192)
#C2BECA
(194,190,202)
#CECBD4
(206,203,212)
#DAD8DE
(218,216,222)
#E6E5E8
(230,229,232)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A708E color. Also use rgb(122,112,142) instead hex code.

Text Font Color

.myTextColor { color: #7A708E; }

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

This text font color is #7A708E.


Background Color

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

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

This div background color is #7A708E.


Border color

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

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

This div border color is #7A708E.


Opacity

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

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

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

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

This text has shadow with #7A708E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A708E on black background.


Color preview on white background

This text has color #7A708E on white background.



Black color preview on #7A708E background

This text has black color on #7A708E background.


White color preview on #7A708E background

This text has white color on #7A708E background.