COLOR #7D7A75

HEX: #7D7A75
RGB: (125,122,117)

Color info

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

RGB color model

#7D7A75 color RGB value is (125,122,117).

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

RGB channels and saturation

R 125 of 255 = 49%
G 122 of 255 = 48%
B 117 of 255 = 46%

125
122
117

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

Portions of RGB colors in percentages

R + G + B =
125 + 122 + 117 = 364 (100%)
R 125 of 364 ~ 34.34%
G 122 of 364 ~ 33.52%
B 117 of 364 ~ 32.14%

%34.34
%33.52
%32.14

CMYK color model

#7D7A75 color CMYK value is (0,2,6,51).

  • cyan value is 0.00%
  • magenta value is 2.40%
  • yellow value is 6.40%
  • key color value is 50.98%
CMYK:
(0,2,6,51)
C0M2Y6K51 
(0%,2%,6%,51%)
(0.00/0.02/0.06/0.51)	

CMYK percentages

%0
%2.4
%6.4
%50.98

Codes

Color #7D7A75 in popluar color models

7D7A75
RGB125122117
HSL38°3.31%47.45%
HSB/HSV38°6.40%49.02%
CMYK0.00%2.40%6.40%
50.98%

Color #7D7A75 in popluar number systems.

HEX7D7A75
Decimal125122117
Binary111110111110101110101
Octal175172165

Shades and tints

Shades of #7D7A75

#7D7A75
(125,122,117)
#726F6B
(114,111,107)
#676461
(103,100,97)
#5C5957
(92,89,87)
#514E4D
(81,78,77)
#464343
(70,67,67)
#3B3839
(59,56,57)
#302D2F
(48,45,47)
#252225
(37,34,37)
#1A171B
(26,23,27)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #7D7A75

#7D7A75
(125,122,117)
#888681
(136,134,129)
#93928D
(147,146,141)
#9E9E99
(158,158,153)
#A9AAA5
(169,170,165)
#B4B6B1
(180,182,177)
#BFC2BD
(191,194,189)
#CACEC9
(202,206,201)
#D5DAD5
(213,218,213)
#E0E6E1
(224,230,225)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7A75; }

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

This text font color is #7D7A75.


Background Color

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

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

This div background color is #7D7A75.


Border color

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

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

This div border color is #7D7A75.


Opacity

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

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

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

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

This text has shadow with #7D7A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7A75 on black background.


Color preview on white background

This text has color #7D7A75 on white background.



Black color preview on #7D7A75 background

This text has black color on #7D7A75 background.


White color preview on #7D7A75 background

This text has white color on #7D7A75 background.