COLOR #7D789D

HEX: #7D789D
RGB: (125,120,157)

Color info

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

RGB color model

#7D789D color RGB value is (125,120,157).

  • red value is 125;
  • green value is 120;
  • blue value is 157.
RGB:
(125,120,157)
(49%,47%,62%)

RGB channels and saturation

R 125 of 255 = 49%
G 120 of 255 = 47%
B 157 of 255 = 62%

125
120
157

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

Portions of RGB colors in percentages

R + G + B =
125 + 120 + 157 = 402 (100%)
R 125 of 402 ~ 31.09%
G 120 of 402 ~ 29.85%
B 157 of 402 ~ 39.05%

%31.09
%29.85
%39.05

CMYK color model

#7D789D color CMYK value is (20,24,0,38).

  • cyan value is 20.38%
  • magenta value is 23.57%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(20,24,0,38)
C20M24Y0K38 
(20%,24%,0%,38%)
(0.20/0.24/0.00/0.38)	

CMYK percentages

%20.38
%23.57
%0
%38.43

Codes

Color #7D789D in popluar color models

7D789D
RGB125120157
HSL248°15.88%54.31%
HSB/HSV248°23.57%61.57%
CMYK20.38%23.57%0.00%
38.43%

Color #7D789D in popluar number systems.

HEX7D789D
Decimal125120157
Binary1111101111100010011101
Octal175170235

Shades and tints

Shades of #7D789D

#7D789D
(125,120,157)
#726E8F
(114,110,143)
#676481
(103,100,129)
#5C5A73
(92,90,115)
#515065
(81,80,101)
#464657
(70,70,87)
#3B3C49
(59,60,73)
#30323B
(48,50,59)
#25282D
(37,40,45)
#1A1E1F
(26,30,31)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #7D789D

#7D789D
(125,120,157)
#8884A5
(136,132,165)
#9390AD
(147,144,173)
#9E9CB5
(158,156,181)
#A9A8BD
(169,168,189)
#B4B4C5
(180,180,197)
#BFC0CD
(191,192,205)
#CACCD5
(202,204,213)
#D5D8DD
(213,216,221)
#E0E4E5
(224,228,229)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D789D color. Also use rgb(125,120,157) instead hex code.

Text Font Color

.myTextColor { color: #7D789D; }

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

This text font color is #7D789D.


Background Color

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

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

This div background color is #7D789D.


Border color

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

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

This div border color is #7D789D.


Opacity

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

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

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

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

This text has shadow with #7D789D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D789D on black background.


Color preview on white background

This text has color #7D789D on white background.



Black color preview on #7D789D background

This text has black color on #7D789D background.


White color preview on #7D789D background

This text has white color on #7D789D background.