COLOR #7D708E

HEX: #7D708E
RGB: (125,112,142)

Color info

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

RGB color model

#7D708E color RGB value is (125,112,142).

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

RGB channels and saturation

R 125 of 255 = 49%
G 112 of 255 = 44%
B 142 of 255 = 56%

125
112
142

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

Portions of RGB colors in percentages

R + G + B =
125 + 112 + 142 = 379 (100%)
R 125 of 379 ~ 32.98%
G 112 of 379 ~ 29.55%
B 142 of 379 ~ 37.47%

%32.98
%29.55
%37.47

CMYK color model

#7D708E color CMYK value is (12,21,0,44).

  • cyan value is 11.97%
  • magenta value is 21.13%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(12,21,0,44)
C12M21Y0K44 
(12%,21%,0%,44%)
(0.12/0.21/0.00/0.44)	

CMYK percentages

%11.97
%21.13
%0
%44.31

Codes

Color #7D708E in popluar color models

7D708E
RGB125112142
HSL266°11.81%49.80%
HSB/HSV266°21.13%55.69%
CMYK11.97%21.13%0.00%
44.31%

Color #7D708E in popluar number systems.

HEX7D708E
Decimal125112142
Binary1111101111000010001110
Octal175160216

Shades and tints

Shades of #7D708E

#7D708E
(125,112,142)
#726682
(114,102,130)
#675C76
(103,92,118)
#5C526A
(92,82,106)
#51485E
(81,72,94)
#463E52
(70,62,82)
#3B3446
(59,52,70)
#302A3A
(48,42,58)
#25202E
(37,32,46)
#1A1622
(26,22,34)
#0F0C16
(15,12,22)
#000000
(0,0,0)

Tints of #7D708E

#7D708E
(125,112,142)
#887D98
(136,125,152)
#938AA2
(147,138,162)
#9E97AC
(158,151,172)
#A9A4B6
(169,164,182)
#B4B1C0
(180,177,192)
#BFBECA
(191,190,202)
#CACBD4
(202,203,212)
#D5D8DE
(213,216,222)
#E0E5E8
(224,229,232)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D708E; }

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

This text font color is #7D708E.


Background Color

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

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

This div background color is #7D708E.


Border color

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

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

This div border color is #7D708E.


Opacity

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

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

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

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

This text has shadow with #7D708E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D708E on black background.


Color preview on white background

This text has color #7D708E on white background.



Black color preview on #7D708E background

This text has black color on #7D708E background.


White color preview on #7D708E background

This text has white color on #7D708E background.