COLOR #7CA072

HEX: #7CA072 RGB: (124,160,114)

Color info

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

RGB color model

#7CA072 color RGB value is (124,160,114).

RGB: (124,160,114) (49%, 63%, 45%)

RGB channels and saturation

R 124 of 255 = 49%
G 160 of 255 = 63%
B 114 of 255 = 45%

124
160
114

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

Portions of RGB colors in percentages

R + G + B = 124 + 160 + 114 = 398 (100%)
R 124 of 398 ~ 31.16%
G 160 of 398 ~ 40.2%
B 114 of 398 ~ 28.64'%

%31.16
%40.2
%28.64

CMYK color model

#7CA072 color CMYK value is (23,0,29,37).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 28.75%
  • key color value is 37.25%

CMYK: (23,0,29,37)
C23M0Y29K37 (23%, 0%, 29%, 37%)
(0.23 / 0.00 / 0.29 / 0.37)

CMYK percentages

%22.5
%0
%28.75
%37.25

Codes

Color #7CA072 in popluar color models

7C A0 72
RGB 124 160 114
HSL 107° 19.49% 53.73%
HSB/HSV 107° 28.75% 62.75%
CMYK 22.50% 0.00% 28.75%
37.25%

Color #7CA072 in popluar number systems.

HEX 7C A0 72
Decimal 124 160 114
Binary 1111100 10100000 1110010
Octal 174 240 162

Shades and tints

Shades of #7CA072

#7CA072
(124,160,114)
#719268
(113,146,104)
#66845E
(102,132,94)
#5B7654
(91,118,84)
#50684A
(80,104,74)
#455A40
(69,90,64)
#3A4C36
(58,76,54)
#2F3E2C
(47,62,44)
#243022
(36,48,34)
#192218
(25,34,24)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #7CA072

#7CA072
(124,160,114)
#87A87E
(135,168,126)
#92B08A
(146,176,138)
#9DB896
(157,184,150)
#A8C0A2
(168,192,162)
#B3C8AE
(179,200,174)
#BED0BA
(190,208,186)
#C9D8C6
(201,216,198)
#D4E0D2
(212,224,210)
#DFE8DE
(223,232,222)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA072; }

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

This text font color is #7CA072.

Background Color

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

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

This div background color is #7CA072.

Border color

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

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

This div border color is #7CA072.

Opacity

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

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

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

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

This text has shadow with #7CA072 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA072.

Preview

Color preview on black background

This text has color #7CA072 on black background.


Color preview on white background

This text has color #7CA072 on white background.


Black color preview on #7CA072 background

This text has black color on #7CA072 background.


White color preview on #7CA072 background

This text has white color on #7CA072 background.


Related colors

Complementary color

Complementary color for #hex is #835F8D.


I love getcolorcode.com

Triadic colors

1 #727CA0 and #A0727C with #7CA072 are triadic colors.

2 #72A07C and #A07C72 with #7CA072 are triadic colors.