COLOR #7D788B

HEX: #7D788B
RGB: (125,120,139)

Color info

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

RGB color model

#7D788B color RGB value is (125,120,139).

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

RGB channels and saturation

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

125
120
139

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

Portions of RGB colors in percentages

R + G + B =
125 + 120 + 139 = 384 (100%)
R 125 of 384 ~ 32.55%
G 120 of 384 ~ 31.25%
B 139 of 384 ~ 36.2%

%32.55
%31.25
%36.2

CMYK color model

#7D788B color CMYK value is (10,14,0,45).

  • cyan value is 10.07%
  • magenta value is 13.67%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(10,14,0,45)
C10M14Y0K45 
(10%,14%,0%,45%)
(0.10/0.14/0.00/0.45)	

CMYK percentages

%10.07
%13.67
%0
%45.49

Codes

Color #7D788B in popluar color models

7D788B
RGB125120139
HSL256°7.57%50.78%
HSB/HSV256°13.67%54.51%
CMYK10.07%13.67%0.00%
45.49%

Color #7D788B in popluar number systems.

HEX7D788B
Decimal125120139
Binary1111101111100010001011
Octal175170213

Shades and tints

Shades of #7D788B

#7D788B
(125,120,139)
#726E7F
(114,110,127)
#676473
(103,100,115)
#5C5A67
(92,90,103)
#51505B
(81,80,91)
#46464F
(70,70,79)
#3B3C43
(59,60,67)
#303237
(48,50,55)
#25282B
(37,40,43)
#1A1E1F
(26,30,31)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #7D788B

#7D788B
(125,120,139)
#888495
(136,132,149)
#93909F
(147,144,159)
#9E9CA9
(158,156,169)
#A9A8B3
(169,168,179)
#B4B4BD
(180,180,189)
#BFC0C7
(191,192,199)
#CACCD1
(202,204,209)
#D5D8DB
(213,216,219)
#E0E4E5
(224,228,229)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D788B; }

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

This text font color is #7D788B.


Background Color

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

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

This div background color is #7D788B.


Border color

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

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

This div border color is #7D788B.


Opacity

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

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

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

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

This text has shadow with #7D788B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D788B on black background.


Color preview on white background

This text has color #7D788B on white background.



Black color preview on #7D788B background

This text has black color on #7D788B background.


White color preview on #7D788B background

This text has white color on #7D788B background.