COLOR #7C9277

HEX: #7C9277 RGB: (124,146,119)

Color info

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

RGB color model

#7C9277 color RGB value is (124,146,119).

RGB: (124,146,119) (49%, 57%, 47%)

RGB channels and saturation

R 124 of 255 = 49%
G 146 of 255 = 57%
B 119 of 255 = 47%

124
146
119

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

Portions of RGB colors in percentages

R + G + B = 124 + 146 + 119 = 389 (100%)
R 124 of 389 ~ 31.88%
G 146 of 389 ~ 37.53%
B 119 of 389 ~ 30.59'%

%31.88
%37.53
%30.59

CMYK color model

#7C9277 color CMYK value is (15,0,18,43).

  • cyan value is 15.07%
  • magenta value is 0.00%
  • yellow value is 18.49%
  • key color value is 42.75%
CMYK: (15,0,18,43) C15M0Y18K43 (15%,0%,18%,43%) (0.15/0.00/0.18/0.43) 

CMYK percentages

%15.07
%0
%18.49
%42.75

Codes

Color #7C9277 in popluar color models

7C 92 77
RGB 124 146 119
HSL 109° 11.02% 51.96%
HSB/HSV 109° 18.49% 57.25%
CMYK 15.07% 0.00% 18.49%
42.75%

Color #7C9277 in popluar number systems.

HEX 7C 92 77
Decimal 124 146 119
Binary 1111100 10010010 1110111
Octal 174 222 167

Shades and tints

Shades of #7C9277

#7C9277
(124,146,119)
#71856D
(113,133,109)
#667863
(102,120,99)
#5B6B59
(91,107,89)
#505E4F
(80,94,79)
#455145
(69,81,69)
#3A443B
(58,68,59)
#2F3731
(47,55,49)
#242A27
(36,42,39)
#191D1D
(25,29,29)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #7C9277

#7C9277
(124,146,119)
#879B83
(135,155,131)
#92A48F
(146,164,143)
#9DAD9B
(157,173,155)
#A8B6A7
(168,182,167)
#B3BFB3
(179,191,179)
#BEC8BF
(190,200,191)
#C9D1CB
(201,209,203)
#D4DAD7
(212,218,215)
#DFE3E3
(223,227,227)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9277; }

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

This text font color is #7C9277.

Background Color

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

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

This div background color is #7C9277.

Border color

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

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

This div border color is #7C9277.

Opacity

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

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

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

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

This text has shadow with #7C9277 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9277.

Preview

Color preview on black background

This text has color #7C9277 on black background.


Color preview on white background

This text has color #7C9277 on white background.


Black color preview on #7C9277 background

This text has black color on #7C9277 background.


White color preview on #7C9277 background

This text has white color on #7C9277 background.


Related colors

Complementary color

Complementary color for #hex is #836D88.


I love getcolorcode.com

Triadic colors

1 #777C92 and #92777C with #7C9277 are triadic colors.

2 #77927C and #927C77 with #7C9277 are triadic colors.