COLOR #7CA872

HEX: #7CA872 RGB: (124,168,114)

Color info

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

RGB color model

#7CA872 color RGB value is (124,168,114).

RGB: (124,168,114) (49%, 66%, 45%)

RGB channels and saturation

R 124 of 255 = 49%
G 168 of 255 = 66%
B 114 of 255 = 45%

124
168
114

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

Portions of RGB colors in percentages

R + G + B = 124 + 168 + 114 = 406 (100%)
R 124 of 406 ~ 30.54%
G 168 of 406 ~ 41.38%
B 114 of 406 ~ 28.08'%

%30.54
%41.38
%28.08

CMYK color model

#7CA872 color CMYK value is (26,0,32,34).

  • cyan value is 26.19%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 34.12%

CMYK: (26,0,32,34)
C26M0Y32K34 (26%, 0%, 32%, 34%)
(0.26 / 0.00 / 0.32 / 0.34)

CMYK percentages

%26.19
%0
%32.14
%34.12

Codes

Color #7CA872 in popluar color models

7C A8 72
RGB 124 168 114
HSL 109° 23.68% 55.29%
HSB/HSV 109° 32.14% 65.88%
CMYK 26.19% 0.00% 32.14%
34.12%

Color #7CA872 in popluar number systems.

HEX 7C A8 72
Decimal 124 168 114
Binary 1111100 10101000 1110010
Octal 174 250 162

Shades and tints

Shades of #7CA872

#7CA872
(124,168,114)
#719968
(113,153,104)
#668A5E
(102,138,94)
#5B7B54
(91,123,84)
#506C4A
(80,108,74)
#455D40
(69,93,64)
#3A4E36
(58,78,54)
#2F3F2C
(47,63,44)
#243022
(36,48,34)
#192118
(25,33,24)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #7CA872

#7CA872
(124,168,114)
#87AF7E
(135,175,126)
#92B68A
(146,182,138)
#9DBD96
(157,189,150)
#A8C4A2
(168,196,162)
#B3CBAE
(179,203,174)
#BED2BA
(190,210,186)
#C9D9C6
(201,217,198)
#D4E0D2
(212,224,210)
#DFE7DE
(223,231,222)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA872 color. Also use rgb(124,168,114) instead hex code.

Text Font Color

.myTextColor { color: #7CA872; }

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

This text font color is #7CA872.

Background Color

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

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

This div background color is #7CA872.

Border color

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

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

This div border color is #7CA872.

Opacity

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

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

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

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

This text has shadow with #7CA872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA872.

Preview

Color preview on black background

This text has color #7CA872 on black background.


Color preview on white background

This text has color #7CA872 on white background.


Black color preview on #7CA872 background

This text has black color on #7CA872 background.


White color preview on #7CA872 background

This text has white color on #7CA872 background.


Related colors

Complementary color

Complementary color for #hex is #83578D.


I love getcolorcode.com

Triadic colors

1 #727CA8 and #A8727C with #7CA872 are triadic colors.

2 #72A87C and #A87C72 with #7CA872 are triadic colors.