COLOR #7D798B

HEX: #7D798B RGB: (125,121,139)

Color info

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

RGB color model

#7D798B color RGB value is (125,121,139).

RGB: (125,121,139) (49%, 47%, 55%)

RGB channels and saturation

R 125 of 255 = 49%
G 121 of 255 = 47%
B 139 of 255 = 55%

125
121
139

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

Portions of RGB colors in percentages

R + G + B = 125 + 121 + 139 = 385 (100%)
R 125 of 385 ~ 32.47%
G 121 of 385 ~ 31.43%
B 139 of 385 ~ 36.1'%

%32.47
%31.43
%36.1

CMYK color model

#7D798B color CMYK value is (10,13,0,45).

  • cyan value is 10.07%
  • magenta value is 12.95%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (10,13,0,45)
C10M13Y0K45 (10%, 13%, 0%, 45%)
(0.10 / 0.13 / 0.00 / 0.45)

CMYK percentages

%10.07
%12.95
%0
%45.49

Codes

Color #7D798B in popluar color models

7D 79 8B
RGB 125 121 139
HSL 253° 7.20% 50.98%
HSB/HSV 253° 12.95% 54.51%
CMYK 10.07% 12.95% 0.00%
45.49%

Color #7D798B in popluar number systems.

HEX 7D 79 8B
Decimal 125 121 139
Binary 1111101 1111001 10001011
Octal 175 171 213

Shades and tints

Shades of #7D798B

#7D798B
(125,121,139)
#726E7F
(114,110,127)
#676373
(103,99,115)
#5C5867
(92,88,103)
#514D5B
(81,77,91)
#46424F
(70,66,79)
#3B3743
(59,55,67)
#302C37
(48,44,55)
#25212B
(37,33,43)
#1A161F
(26,22,31)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #7D798B

#7D798B
(125,121,139)
#888595
(136,133,149)
#93919F
(147,145,159)
#9E9DA9
(158,157,169)
#A9A9B3
(169,169,179)
#B4B5BD
(180,181,189)
#BFC1C7
(191,193,199)
#CACDD1
(202,205,209)
#D5D9DB
(213,217,219)
#E0E5E5
(224,229,229)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D798B color. Also use rgb(125,121,139) instead hex code.

Text Font Color

.myTextColor { color: #7D798B; }

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

This text font color is #7D798B.

Background Color

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

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

This div background color is #7D798B.

Border color

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

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

This div border color is #7D798B.

Opacity

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

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

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

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

This text has shadow with #7D798B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D798B.

Preview

Color preview on black background

This text has color #7D798B on black background.


Color preview on white background

This text has color #7D798B on white background.


Black color preview on #7D798B background

This text has black color on #7D798B background.


White color preview on #7D798B background

This text has white color on #7D798B background.


Related colors

Complementary color

Complementary color for #hex is #828674.


I love getcolorcode.com

Triadic colors

1 #8B7D79 and #798B7D with #7D798B are triadic colors.

2 #8B797D and #797D8B with #7D798B are triadic colors.