COLOR #7C9273

HEX: #7C9273 RGB: (124,146,115)

Color info

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

RGB color model

#7C9273 color RGB value is (124,146,115).

RGB: (124,146,115) (49%, 57%, 45%)

RGB channels and saturation

R 124 of 255 = 49%
G 146 of 255 = 57%
B 115 of 255 = 45%

124
146
115

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

Portions of RGB colors in percentages

R + G + B = 124 + 146 + 115 = 385 (100%)
R 124 of 385 ~ 32.21%
G 146 of 385 ~ 37.92%
B 115 of 385 ~ 29.87'%

%32.21
%37.92
%29.87

CMYK color model

#7C9273 color CMYK value is (15,0,21,43).

  • cyan value is 15.07%
  • magenta value is 0.00%
  • yellow value is 21.23%
  • key color value is 42.75%

CMYK: (15,0,21,43)
C15M0Y21K43 (15%, 0%, 21%, 43%)
(0.15 / 0.00 / 0.21 / 0.43)

CMYK percentages

%15.07
%0
%21.23
%42.75

Codes

Color #7C9273 in popluar color models

7C 92 73
RGB 124 146 115
HSL 103° 12.45% 51.18%
HSB/HSV 103° 21.23% 57.25%
CMYK 15.07% 0.00% 21.23%
42.75%

Color #7C9273 in popluar number systems.

HEX 7C 92 73
Decimal 124 146 115
Binary 1111100 10010010 1110011
Octal 174 222 163

Shades and tints

Shades of #7C9273

#7C9273
(124,146,115)
#718569
(113,133,105)
#66785F
(102,120,95)
#5B6B55
(91,107,85)
#505E4B
(80,94,75)
#455141
(69,81,65)
#3A4437
(58,68,55)
#2F372D
(47,55,45)
#242A23
(36,42,35)
#191D19
(25,29,25)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #7C9273

#7C9273
(124,146,115)
#879B7F
(135,155,127)
#92A48B
(146,164,139)
#9DAD97
(157,173,151)
#A8B6A3
(168,182,163)
#B3BFAF
(179,191,175)
#BEC8BB
(190,200,187)
#C9D1C7
(201,209,199)
#D4DAD3
(212,218,211)
#DFE3DF
(223,227,223)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9273; }

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

This text font color is #7C9273.

Background Color

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

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

This div background color is #7C9273.

Border color

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

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

This div border color is #7C9273.

Opacity

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

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

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

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

This text has shadow with #7C9273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9273.

Preview

Color preview on black background

This text has color #7C9273 on black background.


Color preview on white background

This text has color #7C9273 on white background.


Black color preview on #7C9273 background

This text has black color on #7C9273 background.


White color preview on #7C9273 background

This text has white color on #7C9273 background.


Related colors

Complementary color

Complementary color for #hex is #836D8C.


I love getcolorcode.com

Triadic colors

1 #737C92 and #92737C with #7C9273 are triadic colors.

2 #73927C and #927C73 with #7C9273 are triadic colors.