COLOR #7D6874

HEX: #7D6874
RGB: (125,104,116)

Color info

#7D6874 contains red, green and blue colors in about the same proportion. Web safe color of #7D6874 is #666666 (or #666).

RGB color model

#7D6874 color RGB value is (125,104,116).

  • red value is 125;
  • green value is 104;
  • blue value is 116.
RGB:
(125,104,116)
(49%,41%,45%)

RGB channels and saturation

R 125 of 255 = 49%
G 104 of 255 = 41%
B 116 of 255 = 45%

125
104
116

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

Portions of RGB colors in percentages

R + G + B =
125 + 104 + 116 = 345 (100%)
R 125 of 345 ~ 36.23%
G 104 of 345 ~ 30.14%
B 116 of 345 ~ 33.62%

%36.23
%30.14
%33.62

CMYK color model

#7D6874 color CMYK value is (0,17,7,51).

  • cyan value is 0.00%
  • magenta value is 16.80%
  • yellow value is 7.20%
  • key color value is 50.98%
CMYK:
(0,17,7,51)
C0M17Y7K51 
(0%,17%,7%,51%)
(0.00/0.17/0.07/0.51)	

CMYK percentages

%0
%16.8
%7.2
%50.98

Codes

Color #7D6874 in popluar color models

7D6874
RGB125104116
HSL326°9.17%44.90%
HSB/HSV326°16.80%49.02%
CMYK0.00%16.80%7.20%
50.98%

Color #7D6874 in popluar number systems.

HEX7D6874
Decimal125104116
Binary111110111010001110100
Octal175150164

Shades and tints

Shades of #7D6874

#7D6874
(125,104,116)
#725F6A
(114,95,106)
#675660
(103,86,96)
#5C4D56
(92,77,86)
#51444C
(81,68,76)
#463B42
(70,59,66)
#3B3238
(59,50,56)
#30292E
(48,41,46)
#252024
(37,32,36)
#1A171A
(26,23,26)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #7D6874

#7D6874
(125,104,116)
#887580
(136,117,128)
#93828C
(147,130,140)
#9E8F98
(158,143,152)
#A99CA4
(169,156,164)
#B4A9B0
(180,169,176)
#BFB6BC
(191,182,188)
#CAC3C8
(202,195,200)
#D5D0D4
(213,208,212)
#E0DDE0
(224,221,224)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6874; }

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

This text font color is #7D6874.


Background Color

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

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

This div background color is #7D6874.


Border color

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

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

This div border color is #7D6874.


Opacity

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

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

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

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

This text has shadow with #7D6874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6874 on black background.


Color preview on white background

This text has color #7D6874 on white background.



Black color preview on #7D6874 background

This text has black color on #7D6874 background.


White color preview on #7D6874 background

This text has white color on #7D6874 background.