COLOR #7D6B7B

HEX: #7D6B7B
RGB: (125,107,123)

Color info

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

RGB color model

#7D6B7B color RGB value is (125,107,123).

  • red value is 125;
  • green value is 107;
  • blue value is 123.
RGB:
(125,107,123)
(49%,42%,48%)

RGB channels and saturation

R 125 of 255 = 49%
G 107 of 255 = 42%
B 123 of 255 = 48%

125
107
123

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

Portions of RGB colors in percentages

R + G + B =
125 + 107 + 123 = 355 (100%)
R 125 of 355 ~ 35.21%
G 107 of 355 ~ 30.14%
B 123 of 355 ~ 34.65%

%35.21
%30.14
%34.65

CMYK color model

#7D6B7B color CMYK value is (0,14,2,51).

  • cyan value is 0.00%
  • magenta value is 14.40%
  • yellow value is 1.60%
  • key color value is 50.98%
CMYK:
(0,14,2,51)
C0M14Y2K51 
(0%,14%,2%,51%)
(0.00/0.14/0.02/0.51)	

CMYK percentages

%0
%14.4
%1.6
%50.98

Codes

Color #7D6B7B in popluar color models

7D6B7B
RGB125107123
HSL307°7.76%45.49%
HSB/HSV307°14.40%49.02%
CMYK0.00%14.40%1.60%
50.98%

Color #7D6B7B in popluar number systems.

HEX7D6B7B
Decimal125107123
Binary111110111010111111011
Octal175153173

Shades and tints

Shades of #7D6B7B

#7D6B7B
(125,107,123)
#726270
(114,98,112)
#675965
(103,89,101)
#5C505A
(92,80,90)
#51474F
(81,71,79)
#463E44
(70,62,68)
#3B3539
(59,53,57)
#302C2E
(48,44,46)
#252323
(37,35,35)
#1A1A18
(26,26,24)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #7D6B7B

#7D6B7B
(125,107,123)
#887887
(136,120,135)
#938593
(147,133,147)
#9E929F
(158,146,159)
#A99FAB
(169,159,171)
#B4ACB7
(180,172,183)
#BFB9C3
(191,185,195)
#CAC6CF
(202,198,207)
#D5D3DB
(213,211,219)
#E0E0E7
(224,224,231)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6B7B color. Also use rgb(125,107,123) instead hex code.

Text Font Color

.myTextColor { color: #7D6B7B; }

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

This text font color is #7D6B7B.


Background Color

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

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

This div background color is #7D6B7B.


Border color

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

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

This div border color is #7D6B7B.


Opacity

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

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

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

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

This text has shadow with #7D6B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6B7B on black background.


Color preview on white background

This text has color #7D6B7B on white background.



Black color preview on #7D6B7B background

This text has black color on #7D6B7B background.


White color preview on #7D6B7B background

This text has white color on #7D6B7B background.