COLOR #7D789B

HEX: #7D789B RGB: (125,120,155)

Color info

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

RGB color model

#7D789B color RGB value is (125,120,155).

RGB: (125,120,155) (49%, 47%, 61%)

RGB channels and saturation

R 125 of 255 = 49%
G 120 of 255 = 47%
B 155 of 255 = 61%

125
120
155

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

Portions of RGB colors in percentages

R + G + B = 125 + 120 + 155 = 400 (100%)
R 125 of 400 ~ 31.25%
G 120 of 400 ~ 30%
B 155 of 400 ~ 38.75'%

%31.25
%30
%38.75

CMYK color model

#7D789B color CMYK value is (19,23,0,39).

  • cyan value is 19.35%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (19,23,0,39)
C19M23Y0K39 (19%, 23%, 0%, 39%)
(0.19 / 0.23 / 0.00 / 0.39)

CMYK percentages

%19.35
%22.58
%0
%39.22

Codes

Color #7D789B in popluar color models

7D 78 9B
RGB 125 120 155
HSL 249° 14.89% 53.92%
HSB/HSV 249° 22.58% 60.78%
CMYK 19.35% 22.58% 0.00%
39.22%

Color #7D789B in popluar number systems.

HEX 7D 78 9B
Decimal 125 120 155
Binary 1111101 1111000 10011011
Octal 175 170 233

Shades and tints

Shades of #7D789B

#7D789B
(125,120,155)
#726E8D
(114,110,141)
#67647F
(103,100,127)
#5C5A71
(92,90,113)
#515063
(81,80,99)
#464655
(70,70,85)
#3B3C47
(59,60,71)
#303239
(48,50,57)
#25282B
(37,40,43)
#1A1E1D
(26,30,29)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #7D789B

#7D789B
(125,120,155)
#8884A4
(136,132,164)
#9390AD
(147,144,173)
#9E9CB6
(158,156,182)
#A9A8BF
(169,168,191)
#B4B4C8
(180,180,200)
#BFC0D1
(191,192,209)
#CACCDA
(202,204,218)
#D5D8E3
(213,216,227)
#E0E4EC
(224,228,236)
#EBF0F5
(235,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D789B; }

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

This text font color is #7D789B.

Background Color

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

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

This div background color is #7D789B.

Border color

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

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

This div border color is #7D789B.

Opacity

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

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

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

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

This text has shadow with #7D789B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D789B.

Preview

Color preview on black background

This text has color #7D789B on black background.


Color preview on white background

This text has color #7D789B on white background.


Black color preview on #7D789B background

This text has black color on #7D789B background.


White color preview on #7D789B background

This text has white color on #7D789B background.


Related colors

Complementary color

Complementary color for #hex is #828764.


I love getcolorcode.com

Triadic colors

1 #9B7D78 and #789B7D with #7D789B are triadic colors.

2 #9B787D and #787D9B with #7D789B are triadic colors.