COLOR #7D7A9E

HEX: #7D7A9E
RGB: (125,122,158)

Color info

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

RGB color model

#7D7A9E color RGB value is (125,122,158).

  • red value is 125;
  • green value is 122;
  • blue value is 158.
RGB:
(125,122,158)
(49%,48%,62%)

RGB channels and saturation

R 125 of 255 = 49%
G 122 of 255 = 48%
B 158 of 255 = 62%

125
122
158

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

Portions of RGB colors in percentages

R + G + B =
125 + 122 + 158 = 405 (100%)
R 125 of 405 ~ 30.86%
G 122 of 405 ~ 30.12%
B 158 of 405 ~ 39.01%

%30.86
%30.12
%39.01

CMYK color model

#7D7A9E color CMYK value is (21,23,0,38).

  • cyan value is 20.89%
  • magenta value is 22.78%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(21,23,0,38)
C21M23Y0K38 
(21%,23%,0%,38%)
(0.21/0.23/0.00/0.38)	

CMYK percentages

%20.89
%22.78
%0
%38.04

Codes

Color #7D7A9E in popluar color models

7D7A9E
RGB125122158
HSL245°15.65%54.90%
HSB/HSV245°22.78%61.96%
CMYK20.89%22.78%0.00%
38.04%

Color #7D7A9E in popluar number systems.

HEX7D7A9E
Decimal125122158
Binary1111101111101010011110
Octal175172236

Shades and tints

Shades of #7D7A9E

#7D7A9E
(125,122,158)
#726F90
(114,111,144)
#676482
(103,100,130)
#5C5974
(92,89,116)
#514E66
(81,78,102)
#464358
(70,67,88)
#3B384A
(59,56,74)
#302D3C
(48,45,60)
#25222E
(37,34,46)
#1A1720
(26,23,32)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #7D7A9E

#7D7A9E
(125,122,158)
#8886A6
(136,134,166)
#9392AE
(147,146,174)
#9E9EB6
(158,158,182)
#A9AABE
(169,170,190)
#B4B6C6
(180,182,198)
#BFC2CE
(191,194,206)
#CACED6
(202,206,214)
#D5DADE
(213,218,222)
#E0E6E6
(224,230,230)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7A9E; }

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

This text font color is #7D7A9E.


Background Color

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

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

This div background color is #7D7A9E.


Border color

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

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

This div border color is #7D7A9E.


Opacity

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

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

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

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

This text has shadow with #7D7A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7A9E on black background.


Color preview on white background

This text has color #7D7A9E on white background.



Black color preview on #7D7A9E background

This text has black color on #7D7A9E background.


White color preview on #7D7A9E background

This text has white color on #7D7A9E background.