COLOR #7C9279

HEX: #7C9279 RGB: (124,146,121)

Color info

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

RGB color model

#7C9279 color RGB value is (124,146,121).

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

RGB channels and saturation

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

124
146
121

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

Portions of RGB colors in percentages

R + G + B = 124 + 146 + 121 = 391 (100%)
R 124 of 391 ~ 31.71%
G 146 of 391 ~ 37.34%
B 121 of 391 ~ 30.95'%

%31.71
%37.34
%30.95

CMYK color model

#7C9279 color CMYK value is (15,0,17,43).

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

CMYK: (15,0,17,43)
C15M0Y17K43 (15%, 0%, 17%, 43%)
(0.15 / 0.00 / 0.17 / 0.43)

CMYK percentages

%15.07
%0
%17.12
%42.75

Codes

Color #7C9279 in popluar color models

7C 92 79
RGB 124 146 121
HSL 113° 10.29% 52.35%
HSB/HSV 113° 17.12% 57.25%
CMYK 15.07% 0.00% 17.12%
42.75%

Color #7C9279 in popluar number systems.

HEX 7C 92 79
Decimal 124 146 121
Binary 1111100 10010010 1111001
Octal 174 222 171

Shades and tints

Shades of #7C9279

#7C9279
(124,146,121)
#71856E
(113,133,110)
#667863
(102,120,99)
#5B6B58
(91,107,88)
#505E4D
(80,94,77)
#455142
(69,81,66)
#3A4437
(58,68,55)
#2F372C
(47,55,44)
#242A21
(36,42,33)
#191D16
(25,29,22)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #7C9279

#7C9279
(124,146,121)
#879B85
(135,155,133)
#92A491
(146,164,145)
#9DAD9D
(157,173,157)
#A8B6A9
(168,182,169)
#B3BFB5
(179,191,181)
#BEC8C1
(190,200,193)
#C9D1CD
(201,209,205)
#D4DAD9
(212,218,217)
#DFE3E5
(223,227,229)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9279; }

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

This text font color is #7C9279.

Background Color

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

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

This div background color is #7C9279.

Border color

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

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

This div border color is #7C9279.

Opacity

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

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

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

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

This text has shadow with #7C9279 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9279.

Preview

Color preview on black background

This text has color #7C9279 on black background.


Color preview on white background

This text has color #7C9279 on white background.


Black color preview on #7C9279 background

This text has black color on #7C9279 background.


White color preview on #7C9279 background

This text has white color on #7C9279 background.


Related colors

Complementary color

Complementary color for #hex is #836D86.


I love getcolorcode.com

Triadic colors

1 #797C92 and #92797C with #7C9279 are triadic colors.

2 #79927C and #927C79 with #7C9279 are triadic colors.