COLOR #7D9477

HEX: #7D9477
RGB: (125,148,119)

Color info

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

RGB color model

#7D9477 color RGB value is (125,148,119).

  • red value is 125;
  • green value is 148;
  • blue value is 119.
RGB:
(125,148,119)
(49%,58%,47%)

RGB channels and saturation

R 125 of 255 = 49%
G 148 of 255 = 58%
B 119 of 255 = 47%

125
148
119

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

Portions of RGB colors in percentages

R + G + B =
125 + 148 + 119 = 392 (100%)
R 125 of 392 ~ 31.89%
G 148 of 392 ~ 37.76%
B 119 of 392 ~ 30.36%

%31.89
%37.76
%30.36

CMYK color model

#7D9477 color CMYK value is (16,0,20,42).

  • cyan value is 15.54%
  • magenta value is 0.00%
  • yellow value is 19.59%
  • key color value is 41.96%
CMYK:
(16,0,20,42)
C16M0Y20K42 
(16%,0%,20%,42%)
(0.16/0.00/0.20/0.42)	

CMYK percentages

%15.54
%0
%19.59
%41.96

Codes

Color #7D9477 in popluar color models

7D9477
RGB125148119
HSL108°11.93%52.35%
HSB/HSV108°19.59%58.04%
CMYK15.54%0.00%19.59%
41.96%

Color #7D9477 in popluar number systems.

HEX7D9477
Decimal125148119
Binary1111101100101001110111
Octal175224167

Shades and tints

Shades of #7D9477

#7D9477
(125,148,119)
#72876D
(114,135,109)
#677A63
(103,122,99)
#5C6D59
(92,109,89)
#51604F
(81,96,79)
#465345
(70,83,69)
#3B463B
(59,70,59)
#303931
(48,57,49)
#252C27
(37,44,39)
#1A1F1D
(26,31,29)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #7D9477

#7D9477
(125,148,119)
#889D83
(136,157,131)
#93A68F
(147,166,143)
#9EAF9B
(158,175,155)
#A9B8A7
(169,184,167)
#B4C1B3
(180,193,179)
#BFCABF
(191,202,191)
#CAD3CB
(202,211,203)
#D5DCD7
(213,220,215)
#E0E5E3
(224,229,227)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9477 color. Also use rgb(125,148,119) instead hex code.

Text Font Color

.myTextColor { color: #7D9477; }

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

This text font color is #7D9477.


Background Color

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

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

This div background color is #7D9477.


Border color

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

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

This div border color is #7D9477.


Opacity

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

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

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

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

This text has shadow with #7D9477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9477 on black background.


Color preview on white background

This text has color #7D9477 on white background.



Black color preview on #7D9477 background

This text has black color on #7D9477 background.


White color preview on #7D9477 background

This text has white color on #7D9477 background.