COLOR #7D818C

HEX: #7D818C
RGB: (125,129,140)

Color info

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

RGB color model

#7D818C color RGB value is (125,129,140).

  • red value is 125;
  • green value is 129;
  • blue value is 140.
RGB:
(125,129,140)
(49%,51%,55%)

RGB channels and saturation

R 125 of 255 = 49%
G 129 of 255 = 51%
B 140 of 255 = 55%

125
129
140

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

Portions of RGB colors in percentages

R + G + B =
125 + 129 + 140 = 394 (100%)
R 125 of 394 ~ 31.73%
G 129 of 394 ~ 32.74%
B 140 of 394 ~ 35.53%

%31.73
%32.74
%35.53

CMYK color model

#7D818C color CMYK value is (11,8,0,45).

  • cyan value is 10.71%
  • magenta value is 7.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(11,8,0,45)
C11M8Y0K45 
(11%,8%,0%,45%)
(0.11/0.08/0.00/0.45)	

CMYK percentages

%10.71
%7.86
%0
%45.1

Codes

Color #7D818C in popluar color models

7D818C
RGB125129140
HSL224°6.12%51.96%
HSB/HSV224°10.71%54.90%
CMYK10.71%7.86%0.00%
45.10%

Color #7D818C in popluar number systems.

HEX7D818C
Decimal125129140
Binary11111011000000110001100
Octal175201214

Shades and tints

Shades of #7D818C

#7D818C
(125,129,140)
#727680
(114,118,128)
#676B74
(103,107,116)
#5C6068
(92,96,104)
#51555C
(81,85,92)
#464A50
(70,74,80)
#3B3F44
(59,63,68)
#303438
(48,52,56)
#25292C
(37,41,44)
#1A1E20
(26,30,32)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #7D818C

#7D818C
(125,129,140)
#888C96
(136,140,150)
#9397A0
(147,151,160)
#9EA2AA
(158,162,170)
#A9ADB4
(169,173,180)
#B4B8BE
(180,184,190)
#BFC3C8
(191,195,200)
#CACED2
(202,206,210)
#D5D9DC
(213,217,220)
#E0E4E6
(224,228,230)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D818C; }

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

This text font color is #7D818C.


Background Color

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

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

This div background color is #7D818C.


Border color

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

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

This div border color is #7D818C.


Opacity

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

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

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

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

This text has shadow with #7D818C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D818C on black background.


Color preview on white background

This text has color #7D818C on white background.



Black color preview on #7D818C background

This text has black color on #7D818C background.


White color preview on #7D818C background

This text has white color on #7D818C background.