COLOR #7D697B

HEX: #7D697B
RGB: (125,105,123)

Color info

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

RGB color model

#7D697B color RGB value is (125,105,123).

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

RGB channels and saturation

R 125 of 255 = 49%
G 105 of 255 = 41%
B 123 of 255 = 48%

125
105
123

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

Portions of RGB colors in percentages

R + G + B =
125 + 105 + 123 = 353 (100%)
R 125 of 353 ~ 35.41%
G 105 of 353 ~ 29.75%
B 123 of 353 ~ 34.84%

%35.41
%29.75
%34.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 1.60%
  • key color value is 50.98%
CMYK:
(0,16,2,51)
C0M16Y2K51 
(0%,16%,2%,51%)
(0.00/0.16/0.02/0.51)	

CMYK percentages

%0
%16
%1.6
%50.98

Codes

Color #7D697B in popluar color models

7D697B
RGB125105123
HSL306°8.70%45.10%
HSB/HSV306°16.00%49.02%
CMYK0.00%16.00%1.60%
50.98%

Color #7D697B in popluar number systems.

HEX7D697B
Decimal125105123
Binary111110111010011111011
Octal175151173

Shades and tints

Shades of #7D697B

#7D697B
(125,105,123)
#726070
(114,96,112)
#675765
(103,87,101)
#5C4E5A
(92,78,90)
#51454F
(81,69,79)
#463C44
(70,60,68)
#3B3339
(59,51,57)
#302A2E
(48,42,46)
#252123
(37,33,35)
#1A1818
(26,24,24)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #7D697B

#7D697B
(125,105,123)
#887687
(136,118,135)
#938393
(147,131,147)
#9E909F
(158,144,159)
#A99DAB
(169,157,171)
#B4AAB7
(180,170,183)
#BFB7C3
(191,183,195)
#CAC4CF
(202,196,207)
#D5D1DB
(213,209,219)
#E0DEE7
(224,222,231)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D697B; }

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

This text font color is #7D697B.


Background Color

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

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

This div background color is #7D697B.


Border color

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

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

This div border color is #7D697B.


Opacity

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

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

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

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

This text has shadow with #7D697B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D697B on black background.


Color preview on white background

This text has color #7D697B on white background.



Black color preview on #7D697B background

This text has black color on #7D697B background.


White color preview on #7D697B background

This text has white color on #7D697B background.