COLOR #7D8089

HEX: #7D8089
RGB: (125,128,137)

Color info

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

RGB color model

#7D8089 color RGB value is (125,128,137).

  • red value is 125;
  • green value is 128;
  • blue value is 137.
RGB:
(125,128,137)
(49%,50%,54%)

RGB channels and saturation

R 125 of 255 = 49%
G 128 of 255 = 50%
B 137 of 255 = 54%

125
128
137

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

Portions of RGB colors in percentages

R + G + B =
125 + 128 + 137 = 390 (100%)
R 125 of 390 ~ 32.05%
G 128 of 390 ~ 32.82%
B 137 of 390 ~ 35.13%

%32.05
%32.82
%35.13

CMYK color model

#7D8089 color CMYK value is (9,7,0,46).

  • cyan value is 8.76%
  • magenta value is 6.57%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(9,7,0,46)
C9M7Y0K46 
(9%,7%,0%,46%)
(0.09/0.07/0.00/0.46)	

CMYK percentages

%8.76
%6.57
%0
%46.27

Codes

Color #7D8089 in popluar color models

7D8089
RGB125128137
HSL225°4.84%51.37%
HSB/HSV225°8.76%53.73%
CMYK8.76%6.57%0.00%
46.27%

Color #7D8089 in popluar number systems.

HEX7D8089
Decimal125128137
Binary11111011000000010001001
Octal175200211

Shades and tints

Shades of #7D8089

#7D8089
(125,128,137)
#72757D
(114,117,125)
#676A71
(103,106,113)
#5C5F65
(92,95,101)
#515459
(81,84,89)
#46494D
(70,73,77)
#3B3E41
(59,62,65)
#303335
(48,51,53)
#252829
(37,40,41)
#1A1D1D
(26,29,29)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #7D8089

#7D8089
(125,128,137)
#888B93
(136,139,147)
#93969D
(147,150,157)
#9EA1A7
(158,161,167)
#A9ACB1
(169,172,177)
#B4B7BB
(180,183,187)
#BFC2C5
(191,194,197)
#CACDCF
(202,205,207)
#D5D8D9
(213,216,217)
#E0E3E3
(224,227,227)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8089 color. Also use rgb(125,128,137) instead hex code.

Text Font Color

.myTextColor { color: #7D8089; }

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

This text font color is #7D8089.


Background Color

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

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

This div background color is #7D8089.


Border color

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

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

This div border color is #7D8089.


Opacity

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

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

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

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

This text has shadow with #7D8089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8089 on black background.


Color preview on white background

This text has color #7D8089 on white background.



Black color preview on #7D8089 background

This text has black color on #7D8089 background.


White color preview on #7D8089 background

This text has white color on #7D8089 background.