COLOR #7D7A8E

HEX: #7D7A8E RGB: (125,122,142)

Color info

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

RGB color model

#7D7A8E color RGB value is (125,122,142).

RGB: (125,122,142) (49%, 48%, 56%)

RGB channels and saturation

R 125 of 255 = 49%
G 122 of 255 = 48%
B 142 of 255 = 56%

125
122
142

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

Portions of RGB colors in percentages

R + G + B = 125 + 122 + 142 = 389 (100%)
R 125 of 389 ~ 32.13%
G 122 of 389 ~ 31.36%
B 142 of 389 ~ 36.5'%

%32.13
%31.36
%36.5

CMYK color model

#7D7A8E color CMYK value is (12,14,0,44).

  • cyan value is 11.97%
  • magenta value is 14.08%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (12,14,0,44)
C12M14Y0K44 (12%, 14%, 0%, 44%)
(0.12 / 0.14 / 0.00 / 0.44)

CMYK percentages

%11.97
%14.08
%0
%44.31

Codes

Color #7D7A8E in popluar color models

7D 7A 8E
RGB 125 122 142
HSL 249° 8.13% 51.76%
HSB/HSV 249° 14.08% 55.69%
CMYK 11.97% 14.08% 0.00%
44.31%

Color #7D7A8E in popluar number systems.

HEX 7D 7A 8E
Decimal 125 122 142
Binary 1111101 1111010 10001110
Octal 175 172 216

Shades and tints

Shades of #7D7A8E

#7D7A8E
(125,122,142)
#726F82
(114,111,130)
#676476
(103,100,118)
#5C596A
(92,89,106)
#514E5E
(81,78,94)
#464352
(70,67,82)
#3B3846
(59,56,70)
#302D3A
(48,45,58)
#25222E
(37,34,46)
#1A1722
(26,23,34)
#0F0C16
(15,12,22)
#000000
(0,0,0)

Tints of #7D7A8E

#7D7A8E
(125,122,142)
#888698
(136,134,152)
#9392A2
(147,146,162)
#9E9EAC
(158,158,172)
#A9AAB6
(169,170,182)
#B4B6C0
(180,182,192)
#BFC2CA
(191,194,202)
#CACED4
(202,206,212)
#D5DADE
(213,218,222)
#E0E6E8
(224,230,232)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7A8E; }

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

This text font color is #7D7A8E.

Background Color

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

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

This div background color is #7D7A8E.

Border color

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

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

This div border color is #7D7A8E.

Opacity

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

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

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

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

This text has shadow with #7D7A8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7A8E.

Preview

Color preview on black background

This text has color #7D7A8E on black background.


Color preview on white background

This text has color #7D7A8E on white background.


Black color preview on #7D7A8E background

This text has black color on #7D7A8E background.


White color preview on #7D7A8E background

This text has white color on #7D7A8E background.


Related colors

Complementary color

Complementary color for #hex is #828571.


I love getcolorcode.com

Triadic colors

1 #8E7D7A and #7A8E7D with #7D7A8E are triadic colors.

2 #8E7A7D and #7A7D8E with #7D7A8E are triadic colors.