COLOR #7CA78E

HEX: #7CA78E RGB: (124,167,142)

Color info

#7CA78E contains red, green and blue colors in about the same proportion. Web safe color of #7CA78E is #669999 (or #699).

RGB color model

#7CA78E color RGB value is (124,167,142).

RGB: (124,167,142) (49%, 65%, 56%)

RGB channels and saturation

R 124 of 255 = 49%
G 167 of 255 = 65%
B 142 of 255 = 56%

124
167
142

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

Portions of RGB colors in percentages

R + G + B = 124 + 167 + 142 = 433 (100%)
R 124 of 433 ~ 28.64%
G 167 of 433 ~ 38.57%
B 142 of 433 ~ 32.79'%

%28.64
%38.57
%32.79

CMYK color model

#7CA78E color CMYK value is (26,0,15,35).

  • cyan value is 25.75%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 34.51%

CMYK: (26,0,15,35)
C26M0Y15K35 (26%, 0%, 15%, 35%)
(0.26 / 0.00 / 0.15 / 0.35)

CMYK percentages

%25.75
%0
%14.97
%34.51

Codes

Color #7CA78E in popluar color models

7C A7 8E
RGB 124 167 142
HSL 145° 19.63% 57.06%
HSB/HSV 145° 25.75% 65.49%
CMYK 25.75% 0.00% 14.97%
34.51%

Color #7CA78E in popluar number systems.

HEX 7C A7 8E
Decimal 124 167 142
Binary 1111100 10100111 10001110
Octal 174 247 216

Shades and tints

Shades of #7CA78E

#7CA78E
(124,167,142)
#719882
(113,152,130)
#668976
(102,137,118)
#5B7A6A
(91,122,106)
#506B5E
(80,107,94)
#455C52
(69,92,82)
#3A4D46
(58,77,70)
#2F3E3A
(47,62,58)
#242F2E
(36,47,46)
#192022
(25,32,34)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #7CA78E

#7CA78E
(124,167,142)
#87AF98
(135,175,152)
#92B7A2
(146,183,162)
#9DBFAC
(157,191,172)
#A8C7B6
(168,199,182)
#B3CFC0
(179,207,192)
#BED7CA
(190,215,202)
#C9DFD4
(201,223,212)
#D4E7DE
(212,231,222)
#DFEFE8
(223,239,232)
#EAF7F2
(234,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA78E color. Also use rgb(124,167,142) instead hex code.

Text Font Color

.myTextColor { color: #7CA78E; }

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

This text font color is #7CA78E.

Background Color

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

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

This div background color is #7CA78E.

Border color

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

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

This div border color is #7CA78E.

Opacity

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

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

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

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

This text has shadow with #7CA78E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA78E.

Preview

Color preview on black background

This text has color #7CA78E on black background.


Color preview on white background

This text has color #7CA78E on white background.


Black color preview on #7CA78E background

This text has black color on #7CA78E background.


White color preview on #7CA78E background

This text has white color on #7CA78E background.


Related colors

Complementary color

Complementary color for #hex is #835871.


I love getcolorcode.com

Triadic colors

1 #8E7CA7 and #A78E7C with #7CA78E are triadic colors.

2 #8EA77C and #A77C8E with #7CA78E are triadic colors.