COLOR #7D9279

HEX: #7D9279 RGB: (125,146,121)

Color info

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

RGB color model

#7D9279 color RGB value is (125,146,121).

RGB: (125,146,121) (49%, 57%, 47%)

RGB channels and saturation

R 125 of 255 = 49%
G 146 of 255 = 57%
B 121 of 255 = 47%

125
146
121

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

Portions of RGB colors in percentages

R + G + B = 125 + 146 + 121 = 392 (100%)
R 125 of 392 ~ 31.89%
G 146 of 392 ~ 37.24%
B 121 of 392 ~ 30.87'%

%31.89
%37.24
%30.87

CMYK color model

#7D9279 color CMYK value is (14,0,17,43).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 17.12%
  • key color value is 42.75%

CMYK: (14,0,17,43)
C14M0Y17K43 (14%, 0%, 17%, 43%)
(0.14 / 0.00 / 0.17 / 0.43)

CMYK percentages

%14.38
%0
%17.12
%42.75

Codes

Color #7D9279 in popluar color models

7D 92 79
RGB 125 146 121
HSL 110° 10.29% 52.35%
HSB/HSV 110° 17.12% 57.25%
CMYK 14.38% 0.00% 17.12%
42.75%

Color #7D9279 in popluar number systems.

HEX 7D 92 79
Decimal 125 146 121
Binary 1111101 10010010 1111001
Octal 175 222 171

Shades and tints

Shades of #7D9279

#7D9279
(125,146,121)
#72856E
(114,133,110)
#677863
(103,120,99)
#5C6B58
(92,107,88)
#515E4D
(81,94,77)
#465142
(70,81,66)
#3B4437
(59,68,55)
#30372C
(48,55,44)
#252A21
(37,42,33)
#1A1D16
(26,29,22)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #7D9279

#7D9279
(125,146,121)
#889B85
(136,155,133)
#93A491
(147,164,145)
#9EAD9D
(158,173,157)
#A9B6A9
(169,182,169)
#B4BFB5
(180,191,181)
#BFC8C1
(191,200,193)
#CAD1CD
(202,209,205)
#D5DAD9
(213,218,217)
#E0E3E5
(224,227,229)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9279 color. Also use rgb(125,146,121) instead hex code.

Text Font Color

.myTextColor { color: #7D9279; }

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

This text font color is #7D9279.

Background Color

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

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

This div background color is #7D9279.

Border color

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

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

This div border color is #7D9279.

Opacity

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

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

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

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

This text has shadow with #7D9279 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9279.

Preview

Color preview on black background

This text has color #7D9279 on black background.


Color preview on white background

This text has color #7D9279 on white background.


Black color preview on #7D9279 background

This text has black color on #7D9279 background.


White color preview on #7D9279 background

This text has white color on #7D9279 background.


Related colors

Complementary color

Complementary color for #hex is #826D86.


I love getcolorcode.com

Triadic colors

1 #797D92 and #92797D with #7D9279 are triadic colors.

2 #79927D and #927D79 with #7D9279 are triadic colors.