COLOR #7D8088

HEX: #7D8088
RGB: (125,128,136)

Color info

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

RGB color model

#7D8088 color RGB value is (125,128,136).

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

RGB channels and saturation

R 125 of 255 = 49%
G 128 of 255 = 50%
B 136 of 255 = 53%

125
128
136

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

Portions of RGB colors in percentages

R + G + B =
125 + 128 + 136 = 389 (100%)
R 125 of 389 ~ 32.13%
G 128 of 389 ~ 32.9%
B 136 of 389 ~ 34.96%

%32.13
%32.9
%34.96

CMYK color model

#7D8088 color CMYK value is (8,6,0,47).

  • cyan value is 8.09%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(8,6,0,47)
C8M6Y0K47 
(8%,6%,0%,47%)
(0.08/0.06/0.00/0.47)	

CMYK percentages

%8.09
%5.88
%0
%46.67

Codes

Color #7D8088 in popluar color models

7D8088
RGB125128136
HSL224°4.42%51.18%
HSB/HSV224°8.09%53.33%
CMYK8.09%5.88%0.00%
46.67%

Color #7D8088 in popluar number systems.

HEX7D8088
Decimal125128136
Binary11111011000000010001000
Octal175200210

Shades and tints

Shades of #7D8088

#7D8088
(125,128,136)
#72757C
(114,117,124)
#676A70
(103,106,112)
#5C5F64
(92,95,100)
#515458
(81,84,88)
#46494C
(70,73,76)
#3B3E40
(59,62,64)
#303334
(48,51,52)
#252828
(37,40,40)
#1A1D1C
(26,29,28)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #7D8088

#7D8088
(125,128,136)
#888B92
(136,139,146)
#93969C
(147,150,156)
#9EA1A6
(158,161,166)
#A9ACB0
(169,172,176)
#B4B7BA
(180,183,186)
#BFC2C4
(191,194,196)
#CACDCE
(202,205,206)
#D5D8D8
(213,216,216)
#E0E3E2
(224,227,226)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8088; }

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

This text font color is #7D8088.


Background Color

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

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

This div background color is #7D8088.


Border color

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

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

This div border color is #7D8088.


Opacity

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

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

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

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

This text has shadow with #7D8088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8088 on black background.


Color preview on white background

This text has color #7D8088 on white background.



Black color preview on #7D8088 background

This text has black color on #7D8088 background.


White color preview on #7D8088 background

This text has white color on #7D8088 background.