COLOR #7D6778

HEX: #7D6778
RGB: (125,103,120)

Color info

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

RGB color model

#7D6778 color RGB value is (125,103,120).

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

RGB channels and saturation

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

125
103
120

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

Portions of RGB colors in percentages

R + G + B =
125 + 103 + 120 = 348 (100%)
R 125 of 348 ~ 35.92%
G 103 of 348 ~ 29.6%
B 120 of 348 ~ 34.48%

%35.92
%29.6
%34.48

CMYK color model

#7D6778 color CMYK value is (0,18,4,51).

  • cyan value is 0.00%
  • magenta value is 17.60%
  • yellow value is 4.00%
  • key color value is 50.98%
CMYK:
(0,18,4,51)
C0M18Y4K51 
(0%,18%,4%,51%)
(0.00/0.18/0.04/0.51)	

CMYK percentages

%0
%17.6
%4
%50.98

Codes

Color #7D6778 in popluar color models

7D6778
RGB125103120
HSL314°9.65%44.71%
HSB/HSV314°17.60%49.02%
CMYK0.00%17.60%4.00%
50.98%

Color #7D6778 in popluar number systems.

HEX7D6778
Decimal125103120
Binary111110111001111111000
Octal175147170

Shades and tints

Shades of #7D6778

#7D6778
(125,103,120)
#725E6E
(114,94,110)
#675564
(103,85,100)
#5C4C5A
(92,76,90)
#514350
(81,67,80)
#463A46
(70,58,70)
#3B313C
(59,49,60)
#302832
(48,40,50)
#251F28
(37,31,40)
#1A161E
(26,22,30)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #7D6778

#7D6778
(125,103,120)
#887484
(136,116,132)
#938190
(147,129,144)
#9E8E9C
(158,142,156)
#A99BA8
(169,155,168)
#B4A8B4
(180,168,180)
#BFB5C0
(191,181,192)
#CAC2CC
(202,194,204)
#D5CFD8
(213,207,216)
#E0DCE4
(224,220,228)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6778; }

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

This text font color is #7D6778.


Background Color

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

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

This div background color is #7D6778.


Border color

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

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

This div border color is #7D6778.


Opacity

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

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

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

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

This text has shadow with #7D6778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6778 on black background.


Color preview on white background

This text has color #7D6778 on white background.



Black color preview on #7D6778 background

This text has black color on #7D6778 background.


White color preview on #7D6778 background

This text has white color on #7D6778 background.