COLOR #7A748E

HEX: #7A748E
RGB: (122,116,142)

Color info

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

RGB color model

#7A748E color RGB value is (122,116,142).

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

RGB channels and saturation

R 122 of 255 = 48%
G 116 of 255 = 45%
B 142 of 255 = 56%

122
116
142

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

Portions of RGB colors in percentages

R + G + B =
122 + 116 + 142 = 380 (100%)
R 122 of 380 ~ 32.11%
G 116 of 380 ~ 30.53%
B 142 of 380 ~ 37.37%

%32.11
%30.53
%37.37

CMYK color model

#7A748E color CMYK value is (14,18,0,44).

  • cyan value is 14.08%
  • magenta value is 18.31%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(14,18,0,44)
C14M18Y0K44 
(14%,18%,0%,44%)
(0.14/0.18/0.00/0.44)	

CMYK percentages

%14.08
%18.31
%0
%44.31

Codes

Color #7A748E in popluar color models

7A748E
RGB122116142
HSL254°10.32%50.59%
HSB/HSV254°18.31%55.69%
CMYK14.08%18.31%0.00%
44.31%

Color #7A748E in popluar number systems.

HEX7A748E
Decimal122116142
Binary1111010111010010001110
Octal172164216

Shades and tints

Shades of #7A748E

#7A748E
(122,116,142)
#6F6A82
(111,106,130)
#646076
(100,96,118)
#59566A
(89,86,106)
#4E4C5E
(78,76,94)
#434252
(67,66,82)
#383846
(56,56,70)
#2D2E3A
(45,46,58)
#22242E
(34,36,46)
#171A22
(23,26,34)
#0C1016
(12,16,22)
#000000
(0,0,0)

Tints of #7A748E

#7A748E
(122,116,142)
#868098
(134,128,152)
#928CA2
(146,140,162)
#9E98AC
(158,152,172)
#AAA4B6
(170,164,182)
#B6B0C0
(182,176,192)
#C2BCCA
(194,188,202)
#CEC8D4
(206,200,212)
#DAD4DE
(218,212,222)
#E6E0E8
(230,224,232)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A748E; }

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

This text font color is #7A748E.


Background Color

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

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

This div background color is #7A748E.


Border color

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

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

This div border color is #7A748E.


Opacity

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

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

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

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

This text has shadow with #7A748E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A748E on black background.


Color preview on white background

This text has color #7A748E on white background.



Black color preview on #7A748E background

This text has black color on #7A748E background.


White color preview on #7A748E background

This text has white color on #7A748E background.