COLOR #7D8074

HEX: #7D8074 RGB: (125,128,116)

Color info

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

RGB color model

#7D8074 color RGB value is (125,128,116).

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

RGB channels and saturation

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

125
128
116

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

Portions of RGB colors in percentages

R + G + B = 125 + 128 + 116 = 369 (100%)
R 125 of 369 ~ 33.88%
G 128 of 369 ~ 34.69%
B 116 of 369 ~ 31.44'%

%33.88
%34.69
%31.44

CMYK color model

#7D8074 color CMYK value is (2,0,9,50).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 49.80%
CMYK: (2,0,9,50) C2M0Y9K50 (2%,0%,9%,50%) (0.02/0.00/0.09/0.50) 

CMYK percentages

%2.34
%0
%9.38
%49.8

Codes

Color #7D8074 in popluar color models

7D 80 74
RGB 125 128 116
HSL 75° 4.92% 47.84%
HSB/HSV 75° 9.38% 50.20%
CMYK 2.34% 0.00% 9.38%
49.80%

Color #7D8074 in popluar number systems.

HEX 7D 80 74
Decimal 125 128 116
Binary 1111101 10000000 1110100
Octal 175 200 164

Shades and tints

Shades of #7D8074

#7D8074
(125,128,116)
#72756A
(114,117,106)
#676A60
(103,106,96)
#5C5F56
(92,95,86)
#51544C
(81,84,76)
#464942
(70,73,66)
#3B3E38
(59,62,56)
#30332E
(48,51,46)
#252824
(37,40,36)
#1A1D1A
(26,29,26)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #7D8074

#7D8074
(125,128,116)
#888B80
(136,139,128)
#93968C
(147,150,140)
#9EA198
(158,161,152)
#A9ACA4
(169,172,164)
#B4B7B0
(180,183,176)
#BFC2BC
(191,194,188)
#CACDC8
(202,205,200)
#D5D8D4
(213,216,212)
#E0E3E0
(224,227,224)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8074; }

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

This text font color is #7D8074.

Background Color

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

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

This div background color is #7D8074.

Border color

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

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

This div border color is #7D8074.

Opacity

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

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

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

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

This text has shadow with #7D8074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8074.

Preview

Color preview on black background

This text has color #7D8074 on black background.


Color preview on white background

This text has color #7D8074 on white background.


Black color preview on #7D8074 background

This text has black color on #7D8074 background.


White color preview on #7D8074 background

This text has white color on #7D8074 background.


Related colors

Complementary color

Complementary color for #hex is #827F8B.


I love getcolorcode.com

Triadic colors

1 #747D80 and #80747D with #7D8074 are triadic colors.

2 #74807D and #807D74 with #7D8074 are triadic colors.