COLOR #7D8072

HEX: #7D8072 RGB: (125,128,114)

Color info

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

RGB color model

#7D8072 color RGB value is (125,128,114).

RGB: (125,128,114) (49%, 50%, 45%)

RGB channels and saturation

R 125 of 255 = 49%
G 128 of 255 = 50%
B 114 of 255 = 45%

125
128
114

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

Portions of RGB colors in percentages

R + G + B = 125 + 128 + 114 = 367 (100%)
R 125 of 367 ~ 34.06%
G 128 of 367 ~ 34.88%
B 114 of 367 ~ 31.06'%

%34.06
%34.88
%31.06

CMYK color model

#7D8072 color CMYK value is (2,0,11,50).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 10.94%
  • key color value is 49.80%

CMYK: (2,0,11,50)
C2M0Y11K50 (2%, 0%, 11%, 50%)
(0.02 / 0.00 / 0.11 / 0.50)

CMYK percentages

%2.34
%0
%10.94
%49.8

Codes

Color #7D8072 in popluar color models

7D 80 72
RGB 125 128 114
HSL 73° 5.79% 47.45%
HSB/HSV 73° 10.94% 50.20%
CMYK 2.34% 0.00% 10.94%
49.80%

Color #7D8072 in popluar number systems.

HEX 7D 80 72
Decimal 125 128 114
Binary 1111101 10000000 1110010
Octal 175 200 162

Shades and tints

Shades of #7D8072

#7D8072
(125,128,114)
#727568
(114,117,104)
#676A5E
(103,106,94)
#5C5F54
(92,95,84)
#51544A
(81,84,74)
#464940
(70,73,64)
#3B3E36
(59,62,54)
#30332C
(48,51,44)
#252822
(37,40,34)
#1A1D18
(26,29,24)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #7D8072

#7D8072
(125,128,114)
#888B7E
(136,139,126)
#93968A
(147,150,138)
#9EA196
(158,161,150)
#A9ACA2
(169,172,162)
#B4B7AE
(180,183,174)
#BFC2BA
(191,194,186)
#CACDC6
(202,205,198)
#D5D8D2
(213,216,210)
#E0E3DE
(224,227,222)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8072; }

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

This text font color is #7D8072.

Background Color

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

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

This div background color is #7D8072.

Border color

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

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

This div border color is #7D8072.

Opacity

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

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

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

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

This text has shadow with #7D8072 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8072.

Preview

Color preview on black background

This text has color #7D8072 on black background.


Color preview on white background

This text has color #7D8072 on white background.


Black color preview on #7D8072 background

This text has black color on #7D8072 background.


White color preview on #7D8072 background

This text has white color on #7D8072 background.


Related colors

Complementary color

Complementary color for #hex is #827F8D.


I love getcolorcode.com

Triadic colors

1 #727D80 and #80727D with #7D8072 are triadic colors.

2 #72807D and #807D72 with #7D8072 are triadic colors.