COLOR #7D8888

HEX: #7D8888
RGB: (125,136,136)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
136
136

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

Portions of RGB colors in percentages

R + G + B =
125 + 136 + 136 = 397 (100%)
R 125 of 397 ~ 31.49%
G 136 of 397 ~ 34.26%
B 136 of 397 ~ 34.26%

%31.49
%34.26
%34.26

CMYK color model

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

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

CMYK percentages

%8.09
%0
%0
%46.67

Codes

Color #7D8888 in popluar color models

7D8888
RGB125136136
HSL180°4.42%51.18%
HSB/HSV180°8.09%53.33%
CMYK8.09%0.00%0.00%
46.67%

Color #7D8888 in popluar number systems.

HEX7D8888
Decimal125136136
Binary11111011000100010001000
Octal175210210

Shades and tints

Shades of #7D8888

#7D8888
(125,136,136)
#727C7C
(114,124,124)
#677070
(103,112,112)
#5C6464
(92,100,100)
#515858
(81,88,88)
#464C4C
(70,76,76)
#3B4040
(59,64,64)
#303434
(48,52,52)
#252828
(37,40,40)
#1A1C1C
(26,28,28)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #7D8888

#7D8888
(125,136,136)
#889292
(136,146,146)
#939C9C
(147,156,156)
#9EA6A6
(158,166,166)
#A9B0B0
(169,176,176)
#B4BABA
(180,186,186)
#BFC4C4
(191,196,196)
#CACECE
(202,206,206)
#D5D8D8
(213,216,216)
#E0E2E2
(224,226,226)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8888; }

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

This text font color is #7D8888.


Background Color

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

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

This div background color is #7D8888.


Border color

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

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

This div border color is #7D8888.


Opacity

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

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

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

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

This text has shadow with #7D8888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8888 on black background.


Color preview on white background

This text has color #7D8888 on white background.



Black color preview on #7D8888 background

This text has black color on #7D8888 background.


White color preview on #7D8888 background

This text has white color on #7D8888 background.