COLOR #7A749E

HEX: #7A749E RGB: (122,116,158)

Color info

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

RGB color model

#7A749E color RGB value is (122,116,158).

RGB: (122,116,158) (48%, 45%, 62%)

RGB channels and saturation

R 122 of 255 = 48%
G 116 of 255 = 45%
B 158 of 255 = 62%

122
116
158

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

Portions of RGB colors in percentages

R + G + B = 122 + 116 + 158 = 396 (100%)
R 122 of 396 ~ 30.81%
G 116 of 396 ~ 29.29%
B 158 of 396 ~ 39.9'%

%30.81
%29.29
%39.9

CMYK color model

#7A749E color CMYK value is (23,27,0,38).

  • cyan value is 22.78%
  • magenta value is 26.58%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (23,27,0,38)
C23M27Y0K38 (23%, 27%, 0%, 38%)
(0.23 / 0.27 / 0.00 / 0.38)

CMYK percentages

%22.78
%26.58
%0
%38.04

Codes

Color #7A749E in popluar color models

7A 74 9E
RGB 122 116 158
HSL 249° 17.80% 53.73%
HSB/HSV 249° 26.58% 61.96%
CMYK 22.78% 26.58% 0.00%
38.04%

Color #7A749E in popluar number systems.

HEX 7A 74 9E
Decimal 122 116 158
Binary 1111010 1110100 10011110
Octal 172 164 236

Shades and tints

Shades of #7A749E

#7A749E
(122,116,158)
#6F6A90
(111,106,144)
#646082
(100,96,130)
#595674
(89,86,116)
#4E4C66
(78,76,102)
#434258
(67,66,88)
#38384A
(56,56,74)
#2D2E3C
(45,46,60)
#22242E
(34,36,46)
#171A20
(23,26,32)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #7A749E

#7A749E
(122,116,158)
#8680A6
(134,128,166)
#928CAE
(146,140,174)
#9E98B6
(158,152,182)
#AAA4BE
(170,164,190)
#B6B0C6
(182,176,198)
#C2BCCE
(194,188,206)
#CEC8D6
(206,200,214)
#DAD4DE
(218,212,222)
#E6E0E6
(230,224,230)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A749E; }

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

This text font color is #7A749E.

Background Color

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

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

This div background color is #7A749E.

Border color

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

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

This div border color is #7A749E.

Opacity

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

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

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

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

This text has shadow with #7A749E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A749E.

Preview

Color preview on black background

This text has color #7A749E on black background.


Color preview on white background

This text has color #7A749E on white background.


Black color preview on #7A749E background

This text has black color on #7A749E background.


White color preview on #7A749E background

This text has white color on #7A749E background.


Related colors

Complementary color

Complementary color for #hex is #858B61.


I love getcolorcode.com

Triadic colors

1 #9E7A74 and #749E7A with #7A749E are triadic colors.

2 #9E747A and #747A9E with #7A749E are triadic colors.