COLOR #7D888B

HEX: #7D888B RGB: (125,136,139)

Color info

#7D888B contains red, green and blue colors in about the same proportion. Web safe color of #7D888B is #669999 (or #699).

RGB color model

#7D888B color RGB value is (125,136,139).

RGB: (125,136,139) (49%, 53%, 55%)

RGB channels and saturation

R 125 of 255 = 49%
G 136 of 255 = 53%
B 139 of 255 = 55%

125
136
139

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

Portions of RGB colors in percentages

R + G + B = 125 + 136 + 139 = 400 (100%)
R 125 of 400 ~ 31.25%
G 136 of 400 ~ 34%
B 139 of 400 ~ 34.75'%

%31.25
%34
%34.75

CMYK color model

#7D888B color CMYK value is (10,2,0,45).

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

CMYK: (10,2,0,45)
C10M2Y0K45 (10%, 2%, 0%, 45%)
(0.10 / 0.02 / 0.00 / 0.45)

CMYK percentages

%10.07
%2.16
%0
%45.49

Codes

Color #7D888B in popluar color models

7D 88 8B
RGB 125 136 139
HSL 193° 5.69% 51.76%
HSB/HSV 193° 10.07% 54.51%
CMYK 10.07% 2.16% 0.00%
45.49%

Color #7D888B in popluar number systems.

HEX 7D 88 8B
Decimal 125 136 139
Binary 1111101 10001000 10001011
Octal 175 210 213

Shades and tints

Shades of #7D888B

#7D888B
(125,136,139)
#727C7F
(114,124,127)
#677073
(103,112,115)
#5C6467
(92,100,103)
#51585B
(81,88,91)
#464C4F
(70,76,79)
#3B4043
(59,64,67)
#303437
(48,52,55)
#25282B
(37,40,43)
#1A1C1F
(26,28,31)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #7D888B

#7D888B
(125,136,139)
#889295
(136,146,149)
#939C9F
(147,156,159)
#9EA6A9
(158,166,169)
#A9B0B3
(169,176,179)
#B4BABD
(180,186,189)
#BFC4C7
(191,196,199)
#CACED1
(202,206,209)
#D5D8DB
(213,216,219)
#E0E2E5
(224,226,229)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D888B; }

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

This text font color is #7D888B.

Background Color

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

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

This div background color is #7D888B.

Border color

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

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

This div border color is #7D888B.

Opacity

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

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

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

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

This text has shadow with #7D888B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D888B.

Preview

Color preview on black background

This text has color #7D888B on black background.


Color preview on white background

This text has color #7D888B on white background.


Black color preview on #7D888B background

This text has black color on #7D888B background.


White color preview on #7D888B background

This text has white color on #7D888B background.


Related colors

Complementary color

Complementary color for #hex is #827774.


I love getcolorcode.com

Triadic colors

1 #8B7D88 and #888B7D with #7D888B are triadic colors.

2 #8B887D and #887D8B with #7D888B are triadic colors.