COLOR #7D6578

HEX: #7D6578
RGB: (125,101,120)

Color info

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

RGB color model

#7D6578 color RGB value is (125,101,120).

  • red value is 125;
  • green value is 101;
  • blue value is 120.
RGB:
(125,101,120)
(49%,40%,47%)

RGB channels and saturation

R 125 of 255 = 49%
G 101 of 255 = 40%
B 120 of 255 = 47%

125
101
120

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

Portions of RGB colors in percentages

R + G + B =
125 + 101 + 120 = 346 (100%)
R 125 of 346 ~ 36.13%
G 101 of 346 ~ 29.19%
B 120 of 346 ~ 34.68%

%36.13
%29.19
%34.68

CMYK color model

#7D6578 color CMYK value is (0,19,4,51).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 4.00%
  • key color value is 50.98%
CMYK:
(0,19,4,51)
C0M19Y4K51 
(0%,19%,4%,51%)
(0.00/0.19/0.04/0.51)	

CMYK percentages

%0
%19.2
%4
%50.98

Codes

Color #7D6578 in popluar color models

7D6578
RGB125101120
HSL313°10.62%44.31%
HSB/HSV313°19.20%49.02%
CMYK0.00%19.20%4.00%
50.98%

Color #7D6578 in popluar number systems.

HEX7D6578
Decimal125101120
Binary111110111001011111000
Octal175145170

Shades and tints

Shades of #7D6578

#7D6578
(125,101,120)
#725C6E
(114,92,110)
#675364
(103,83,100)
#5C4A5A
(92,74,90)
#514150
(81,65,80)
#463846
(70,56,70)
#3B2F3C
(59,47,60)
#302632
(48,38,50)
#251D28
(37,29,40)
#1A141E
(26,20,30)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #7D6578

#7D6578
(125,101,120)
#887384
(136,115,132)
#938190
(147,129,144)
#9E8F9C
(158,143,156)
#A99DA8
(169,157,168)
#B4ABB4
(180,171,180)
#BFB9C0
(191,185,192)
#CAC7CC
(202,199,204)
#D5D5D8
(213,213,216)
#E0E3E4
(224,227,228)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6578 color. Also use rgb(125,101,120) instead hex code.

Text Font Color

.myTextColor { color: #7D6578; }

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

This text font color is #7D6578.


Background Color

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

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

This div background color is #7D6578.


Border color

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

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

This div border color is #7D6578.


Opacity

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

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

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

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

This text has shadow with #7D6578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6578 on black background.


Color preview on white background

This text has color #7D6578 on white background.



Black color preview on #7D6578 background

This text has black color on #7D6578 background.


White color preview on #7D6578 background

This text has white color on #7D6578 background.