COLOR #7D6974

HEX: #7D6974
RGB: (125,105,116)

Color info

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

RGB color model

#7D6974 color RGB value is (125,105,116).

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

RGB channels and saturation

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

125
105
116

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

Portions of RGB colors in percentages

R + G + B =
125 + 105 + 116 = 346 (100%)
R 125 of 346 ~ 36.13%
G 105 of 346 ~ 30.35%
B 116 of 346 ~ 33.53%

%36.13
%30.35
%33.53

CMYK color model

#7D6974 color CMYK value is (0,16,7,51).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 7.20%
  • key color value is 50.98%
CMYK:
(0,16,7,51)
C0M16Y7K51 
(0%,16%,7%,51%)
(0.00/0.16/0.07/0.51)	

CMYK percentages

%0
%16
%7.2
%50.98

Codes

Color #7D6974 in popluar color models

7D6974
RGB125105116
HSL327°8.70%45.10%
HSB/HSV327°16.00%49.02%
CMYK0.00%16.00%7.20%
50.98%

Color #7D6974 in popluar number systems.

HEX7D6974
Decimal125105116
Binary111110111010011110100
Octal175151164

Shades and tints

Shades of #7D6974

#7D6974
(125,105,116)
#72606A
(114,96,106)
#675760
(103,87,96)
#5C4E56
(92,78,86)
#51454C
(81,69,76)
#463C42
(70,60,66)
#3B3338
(59,51,56)
#302A2E
(48,42,46)
#252124
(37,33,36)
#1A181A
(26,24,26)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #7D6974

#7D6974
(125,105,116)
#887680
(136,118,128)
#93838C
(147,131,140)
#9E9098
(158,144,152)
#A99DA4
(169,157,164)
#B4AAB0
(180,170,176)
#BFB7BC
(191,183,188)
#CAC4C8
(202,196,200)
#D5D1D4
(213,209,212)
#E0DEE0
(224,222,224)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6974; }

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

This text font color is #7D6974.


Background Color

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

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

This div background color is #7D6974.


Border color

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

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

This div border color is #7D6974.


Opacity

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

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

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

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

This text has shadow with #7D6974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6974 on black background.


Color preview on white background

This text has color #7D6974 on white background.



Black color preview on #7D6974 background

This text has black color on #7D6974 background.


White color preview on #7D6974 background

This text has white color on #7D6974 background.