COLOR #7D696A

HEX: #7D696A
RGB: (125,105,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
105
106

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

Portions of RGB colors in percentages

R + G + B =
125 + 105 + 106 = 336 (100%)
R 125 of 336 ~ 37.2%
G 105 of 336 ~ 31.25%
B 106 of 336 ~ 31.55%

%37.2
%31.25
%31.55

CMYK color model

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

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

CMYK percentages

%0
%16
%15.2
%50.98

Codes

Color #7D696A in popluar color models

7D696A
RGB125105106
HSL357°8.70%45.10%
HSB/HSV357°16.00%49.02%
CMYK0.00%16.00%15.20%
50.98%

Color #7D696A in popluar number systems.

HEX7D696A
Decimal125105106
Binary111110111010011101010
Octal175151152

Shades and tints

Shades of #7D696A

#7D696A
(125,105,106)
#726061
(114,96,97)
#675758
(103,87,88)
#5C4E4F
(92,78,79)
#514546
(81,69,70)
#463C3D
(70,60,61)
#3B3334
(59,51,52)
#302A2B
(48,42,43)
#252122
(37,33,34)
#1A1819
(26,24,25)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #7D696A

#7D696A
(125,105,106)
#887677
(136,118,119)
#938384
(147,131,132)
#9E9091
(158,144,145)
#A99D9E
(169,157,158)
#B4AAAB
(180,170,171)
#BFB7B8
(191,183,184)
#CAC4C5
(202,196,197)
#D5D1D2
(213,209,210)
#E0DEDF
(224,222,223)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D696A; }

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

This text font color is #7D696A.


Background Color

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

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

This div background color is #7D696A.


Border color

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

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

This div border color is #7D696A.


Opacity

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

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

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

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

This text has shadow with #7D696A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D696A on black background.


Color preview on white background

This text has color #7D696A on white background.



Black color preview on #7D696A background

This text has black color on #7D696A background.


White color preview on #7D696A background

This text has white color on #7D696A background.