COLOR #7D879A

HEX: #7D879A
RGB: (125,135,154)

Color info

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

RGB color model

#7D879A color RGB value is (125,135,154).

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

RGB channels and saturation

R 125 of 255 = 49%
G 135 of 255 = 53%
B 154 of 255 = 60%

125
135
154

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

Portions of RGB colors in percentages

R + G + B =
125 + 135 + 154 = 414 (100%)
R 125 of 414 ~ 30.19%
G 135 of 414 ~ 32.61%
B 154 of 414 ~ 37.2%

%30.19
%32.61
%37.2

CMYK color model

#7D879A color CMYK value is (19,12,0,40).

  • cyan value is 18.83%
  • magenta value is 12.34%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(19,12,0,40)
C19M12Y0K40 
(19%,12%,0%,40%)
(0.19/0.12/0.00/0.40)	

CMYK percentages

%18.83
%12.34
%0
%39.61

Codes

Color #7D879A in popluar color models

7D879A
RGB125135154
HSL219°12.55%54.71%
HSB/HSV219°18.83%60.39%
CMYK18.83%12.34%0.00%
39.61%

Color #7D879A in popluar number systems.

HEX7D879A
Decimal125135154
Binary11111011000011110011010
Octal175207232

Shades and tints

Shades of #7D879A

#7D879A
(125,135,154)
#727B8C
(114,123,140)
#676F7E
(103,111,126)
#5C6370
(92,99,112)
#515762
(81,87,98)
#464B54
(70,75,84)
#3B3F46
(59,63,70)
#303338
(48,51,56)
#25272A
(37,39,42)
#1A1B1C
(26,27,28)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #7D879A

#7D879A
(125,135,154)
#8891A3
(136,145,163)
#939BAC
(147,155,172)
#9EA5B5
(158,165,181)
#A9AFBE
(169,175,190)
#B4B9C7
(180,185,199)
#BFC3D0
(191,195,208)
#CACDD9
(202,205,217)
#D5D7E2
(213,215,226)
#E0E1EB
(224,225,235)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D879A; }

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

This text font color is #7D879A.


Background Color

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

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

This div background color is #7D879A.


Border color

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

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

This div border color is #7D879A.


Opacity

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

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

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

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

This text has shadow with #7D879A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D879A on black background.


Color preview on white background

This text has color #7D879A on white background.



Black color preview on #7D879A background

This text has black color on #7D879A background.


White color preview on #7D879A background

This text has white color on #7D879A background.