COLOR #7D697A

HEX: #7D697A
RGB: (125,105,122)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
105
122

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

Portions of RGB colors in percentages

R + G + B =
125 + 105 + 122 = 352 (100%)
R 125 of 352 ~ 35.51%
G 105 of 352 ~ 29.83%
B 122 of 352 ~ 34.66%

%35.51
%29.83
%34.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 2.40%
  • 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
%2.4
%50.98

Codes

Color #7D697A in popluar color models

7D697A
RGB125105122
HSL309°8.70%45.10%
HSB/HSV309°16.00%49.02%
CMYK0.00%16.00%2.40%
50.98%

Color #7D697A in popluar number systems.

HEX7D697A
Decimal125105122
Binary111110111010011111010
Octal175151172

Shades and tints

Shades of #7D697A

#7D697A
(125,105,122)
#72606F
(114,96,111)
#675764
(103,87,100)
#5C4E59
(92,78,89)
#51454E
(81,69,78)
#463C43
(70,60,67)
#3B3338
(59,51,56)
#302A2D
(48,42,45)
#252122
(37,33,34)
#1A1817
(26,24,23)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #7D697A

#7D697A
(125,105,122)
#887686
(136,118,134)
#938392
(147,131,146)
#9E909E
(158,144,158)
#A99DAA
(169,157,170)
#B4AAB6
(180,170,182)
#BFB7C2
(191,183,194)
#CAC4CE
(202,196,206)
#D5D1DA
(213,209,218)
#E0DEE6
(224,222,230)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D697A; }

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

This text font color is #7D697A.


Background Color

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

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

This div background color is #7D697A.


Border color

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

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

This div border color is #7D697A.


Opacity

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

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

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

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

This text has shadow with #7D697A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D697A on black background.


Color preview on white background

This text has color #7D697A on white background.



Black color preview on #7D697A background

This text has black color on #7D697A background.


White color preview on #7D697A background

This text has white color on #7D697A background.