COLOR #7C9477

HEX: #7C9477
RGB: (124,148,119)

Color info

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

RGB color model

#7C9477 color RGB value is (124,148,119).

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

RGB channels and saturation

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

124
148
119

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

Portions of RGB colors in percentages

R + G + B =
124 + 148 + 119 = 391 (100%)
R 124 of 391 ~ 31.71%
G 148 of 391 ~ 37.85%
B 119 of 391 ~ 30.43%

%31.71
%37.85
%30.43

CMYK color model

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

  • cyan value is 16.22%
  • 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

%16.22
%0
%19.59
%41.96

Codes

Color #7C9477 in popluar color models

7C9477
RGB124148119
HSL110°11.93%52.35%
HSB/HSV110°19.59%58.04%
CMYK16.22%0.00%19.59%
41.96%

Color #7C9477 in popluar number systems.

HEX7C9477
Decimal124148119
Binary1111100100101001110111
Octal174224167

Shades and tints

Shades of #7C9477

#7C9477
(124,148,119)
#71876D
(113,135,109)
#667A63
(102,122,99)
#5B6D59
(91,109,89)
#50604F
(80,96,79)
#455345
(69,83,69)
#3A463B
(58,70,59)
#2F3931
(47,57,49)
#242C27
(36,44,39)
#191F1D
(25,31,29)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #7C9477

#7C9477
(124,148,119)
#879D83
(135,157,131)
#92A68F
(146,166,143)
#9DAF9B
(157,175,155)
#A8B8A7
(168,184,167)
#B3C1B3
(179,193,179)
#BECABF
(190,202,191)
#C9D3CB
(201,211,203)
#D4DCD7
(212,220,215)
#DFE5E3
(223,229,227)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9477; }

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

This text font color is #7C9477.


Background Color

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

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

This div background color is #7C9477.


Border color

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

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

This div border color is #7C9477.


Opacity

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

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

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

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

This text has shadow with #7C9477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9477 on black background.


Color preview on white background

This text has color #7C9477 on white background.



Black color preview on #7C9477 background

This text has black color on #7C9477 background.


White color preview on #7C9477 background

This text has white color on #7C9477 background.