COLOR #7D919C

HEX: #7D919C
RGB: (125,145,156)

Color info

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

RGB color model

#7D919C color RGB value is (125,145,156).

  • red value is 125;
  • green value is 145;
  • blue value is 156.
RGB:
(125,145,156)
(49%,57%,61%)

RGB channels and saturation

R 125 of 255 = 49%
G 145 of 255 = 57%
B 156 of 255 = 61%

125
145
156

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

Portions of RGB colors in percentages

R + G + B =
125 + 145 + 156 = 426 (100%)
R 125 of 426 ~ 29.34%
G 145 of 426 ~ 34.04%
B 156 of 426 ~ 36.62%

%29.34
%34.04
%36.62

CMYK color model

#7D919C color CMYK value is (20,7,0,39).

  • cyan value is 19.87%
  • magenta value is 7.05%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(20,7,0,39)
C20M7Y0K39 
(20%,7%,0%,39%)
(0.20/0.07/0.00/0.39)	

CMYK percentages

%19.87
%7.05
%0
%38.82

Codes

Color #7D919C in popluar color models

7D919C
RGB125145156
HSL201°13.54%55.10%
HSB/HSV201°19.87%61.18%
CMYK19.87%7.05%0.00%
38.82%

Color #7D919C in popluar number systems.

HEX7D919C
Decimal125145156
Binary11111011001000110011100
Octal175221234

Shades and tints

Shades of #7D919C

#7D919C
(125,145,156)
#72848E
(114,132,142)
#677780
(103,119,128)
#5C6A72
(92,106,114)
#515D64
(81,93,100)
#465056
(70,80,86)
#3B4348
(59,67,72)
#30363A
(48,54,58)
#25292C
(37,41,44)
#1A1C1E
(26,28,30)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #7D919C

#7D919C
(125,145,156)
#889BA5
(136,155,165)
#93A5AE
(147,165,174)
#9EAFB7
(158,175,183)
#A9B9C0
(169,185,192)
#B4C3C9
(180,195,201)
#BFCDD2
(191,205,210)
#CAD7DB
(202,215,219)
#D5E1E4
(213,225,228)
#E0EBED
(224,235,237)
#EBF5F6
(235,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D919C; }

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

This text font color is #7D919C.


Background Color

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

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

This div background color is #7D919C.


Border color

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

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

This div border color is #7D919C.


Opacity

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

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

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

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

This text has shadow with #7D919C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D919C on black background.


Color preview on white background

This text has color #7D919C on white background.



Black color preview on #7D919C background

This text has black color on #7D919C background.


White color preview on #7D919C background

This text has white color on #7D919C background.