COLOR #7D8272

HEX: #7D8272
RGB: (125,130,114)

Color info

#7D8272 contains red, green and blue colors in about the same proportion. Web safe color of #7D8272 is #669966 (or #696).

RGB color model

#7D8272 color RGB value is (125,130,114).

  • red value is 125;
  • green value is 130;
  • blue value is 114.
RGB:
(125,130,114)
(49%,51%,45%)

RGB channels and saturation

R 125 of 255 = 49%
G 130 of 255 = 51%
B 114 of 255 = 45%

125
130
114

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

Portions of RGB colors in percentages

R + G + B =
125 + 130 + 114 = 369 (100%)
R 125 of 369 ~ 33.88%
G 130 of 369 ~ 35.23%
B 114 of 369 ~ 30.89%

%33.88
%35.23
%30.89

CMYK color model

#7D8272 color CMYK value is (4,0,12,49).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 12.31%
  • key color value is 49.02%
CMYK:
(4,0,12,49)
C4M0Y12K49 
(4%,0%,12%,49%)
(0.04/0.00/0.12/0.49)	

CMYK percentages

%3.85
%0
%12.31
%49.02

Codes

Color #7D8272 in popluar color models

7D8272
RGB125130114
HSL79°6.56%47.84%
HSB/HSV79°12.31%50.98%
CMYK3.85%0.00%12.31%
49.02%

Color #7D8272 in popluar number systems.

HEX7D8272
Decimal125130114
Binary1111101100000101110010
Octal175202162

Shades and tints

Shades of #7D8272

#7D8272
(125,130,114)
#727768
(114,119,104)
#676C5E
(103,108,94)
#5C6154
(92,97,84)
#51564A
(81,86,74)
#464B40
(70,75,64)
#3B4036
(59,64,54)
#30352C
(48,53,44)
#252A22
(37,42,34)
#1A1F18
(26,31,24)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #7D8272

#7D8272
(125,130,114)
#888D7E
(136,141,126)
#93988A
(147,152,138)
#9EA396
(158,163,150)
#A9AEA2
(169,174,162)
#B4B9AE
(180,185,174)
#BFC4BA
(191,196,186)
#CACFC6
(202,207,198)
#D5DAD2
(213,218,210)
#E0E5DE
(224,229,222)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8272; }

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

This text font color is #7D8272.


Background Color

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

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

This div background color is #7D8272.


Border color

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

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

This div border color is #7D8272.


Opacity

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

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

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

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

This text has shadow with #7D8272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8272 on black background.


Color preview on white background

This text has color #7D8272 on white background.



Black color preview on #7D8272 background

This text has black color on #7D8272 background.


White color preview on #7D8272 background

This text has white color on #7D8272 background.