COLOR #7D697D

HEX: #7D697D
RGB: (125,105,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
105
125

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

Portions of RGB colors in percentages

R + G + B =
125 + 105 + 125 = 355 (100%)
R 125 of 355 ~ 35.21%
G 105 of 355 ~ 29.58%
B 125 of 355 ~ 35.21%

%35.21
%29.58
%35.21

CMYK color model

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

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

CMYK percentages

%0
%16
%0
%50.98

Codes

Color #7D697D in popluar color models

7D697D
RGB125105125
HSL300°8.70%45.10%
HSB/HSV300°16.00%49.02%
CMYK0.00%16.00%0.00%
50.98%

Color #7D697D in popluar number systems.

HEX7D697D
Decimal125105125
Binary111110111010011111101
Octal175151175

Shades and tints

Shades of #7D697D

#7D697D
(125,105,125)
#726072
(114,96,114)
#675767
(103,87,103)
#5C4E5C
(92,78,92)
#514551
(81,69,81)
#463C46
(70,60,70)
#3B333B
(59,51,59)
#302A30
(48,42,48)
#252125
(37,33,37)
#1A181A
(26,24,26)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #7D697D

#7D697D
(125,105,125)
#887688
(136,118,136)
#938393
(147,131,147)
#9E909E
(158,144,158)
#A99DA9
(169,157,169)
#B4AAB4
(180,170,180)
#BFB7BF
(191,183,191)
#CAC4CA
(202,196,202)
#D5D1D5
(213,209,213)
#E0DEE0
(224,222,224)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D697D; }

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

This text font color is #7D697D.


Background Color

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

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

This div background color is #7D697D.


Border color

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

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

This div border color is #7D697D.


Opacity

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

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

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

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

This text has shadow with #7D697D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D697D on black background.


Color preview on white background

This text has color #7D697D on white background.



Black color preview on #7D697D background

This text has black color on #7D697D background.


White color preview on #7D697D background

This text has white color on #7D697D background.