COLOR #7D6470

HEX: #7D6470
RGB: (125,100,112)

Color info

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

RGB color model

#7D6470 color RGB value is (125,100,112).

  • red value is 125;
  • green value is 100;
  • blue value is 112.
RGB:
(125,100,112)
(49%,39%,44%)

RGB channels and saturation

R 125 of 255 = 49%
G 100 of 255 = 39%
B 112 of 255 = 44%

125
100
112

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

Portions of RGB colors in percentages

R + G + B =
125 + 100 + 112 = 337 (100%)
R 125 of 337 ~ 37.09%
G 100 of 337 ~ 29.67%
B 112 of 337 ~ 33.23%

%37.09
%29.67
%33.23

CMYK color model

#7D6470 color CMYK value is (0,20,10,51).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 10.40%
  • key color value is 50.98%
CMYK:
(0,20,10,51)
C0M20Y10K51 
(0%,20%,10%,51%)
(0.00/0.20/0.10/0.51)	

CMYK percentages

%0
%20
%10.4
%50.98

Codes

Color #7D6470 in popluar color models

7D6470
RGB125100112
HSL331°11.11%44.12%
HSB/HSV331°20.00%49.02%
CMYK0.00%20.00%10.40%
50.98%

Color #7D6470 in popluar number systems.

HEX7D6470
Decimal125100112
Binary111110111001001110000
Octal175144160

Shades and tints

Shades of #7D6470

#7D6470
(125,100,112)
#725B66
(114,91,102)
#67525C
(103,82,92)
#5C4952
(92,73,82)
#514048
(81,64,72)
#46373E
(70,55,62)
#3B2E34
(59,46,52)
#30252A
(48,37,42)
#251C20
(37,28,32)
#1A1316
(26,19,22)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #7D6470

#7D6470
(125,100,112)
#88727D
(136,114,125)
#93808A
(147,128,138)
#9E8E97
(158,142,151)
#A99CA4
(169,156,164)
#B4AAB1
(180,170,177)
#BFB8BE
(191,184,190)
#CAC6CB
(202,198,203)
#D5D4D8
(213,212,216)
#E0E2E5
(224,226,229)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6470 color. Also use rgb(125,100,112) instead hex code.

Text Font Color

.myTextColor { color: #7D6470; }

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

This text font color is #7D6470.


Background Color

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

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

This div background color is #7D6470.


Border color

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

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

This div border color is #7D6470.


Opacity

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

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

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

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

This text has shadow with #7D6470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6470 on black background.


Color preview on white background

This text has color #7D6470 on white background.



Black color preview on #7D6470 background

This text has black color on #7D6470 background.


White color preview on #7D6470 background

This text has white color on #7D6470 background.