COLOR #7C9E84

HEX: #7C9E84 RGB: (124,158,132)

Color info

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

RGB color model

#7C9E84 color RGB value is (124,158,132).

RGB: (124,158,132) (49%, 62%, 52%)

RGB channels and saturation

R 124 of 255 = 49%
G 158 of 255 = 62%
B 132 of 255 = 52%

124
158
132

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

Portions of RGB colors in percentages

R + G + B = 124 + 158 + 132 = 414 (100%)
R 124 of 414 ~ 29.95%
G 158 of 414 ~ 38.16%
B 132 of 414 ~ 31.88'%

%29.95
%38.16
%31.88

CMYK color model

#7C9E84 color CMYK value is (22,0,16,38).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 38.04%

CMYK: (22,0,16,38)
C22M0Y16K38 (22%, 0%, 16%, 38%)
(0.22 / 0.00 / 0.16 / 0.38)

CMYK percentages

%21.52
%0
%16.46
%38.04

Codes

Color #7C9E84 in popluar color models

7C 9E 84
RGB 124 158 132
HSL 134° 14.91% 55.29%
HSB/HSV 134° 21.52% 61.96%
CMYK 21.52% 0.00% 16.46%
38.04%

Color #7C9E84 in popluar number systems.

HEX 7C 9E 84
Decimal 124 158 132
Binary 1111100 10011110 10000100
Octal 174 236 204

Shades and tints

Shades of #7C9E84

#7C9E84
(124,158,132)
#719078
(113,144,120)
#66826C
(102,130,108)
#5B7460
(91,116,96)
#506654
(80,102,84)
#455848
(69,88,72)
#3A4A3C
(58,74,60)
#2F3C30
(47,60,48)
#242E24
(36,46,36)
#192018
(25,32,24)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #7C9E84

#7C9E84
(124,158,132)
#87A68F
(135,166,143)
#92AE9A
(146,174,154)
#9DB6A5
(157,182,165)
#A8BEB0
(168,190,176)
#B3C6BB
(179,198,187)
#BECEC6
(190,206,198)
#C9D6D1
(201,214,209)
#D4DEDC
(212,222,220)
#DFE6E7
(223,230,231)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9E84 color. Also use rgb(124,158,132) instead hex code.

Text Font Color

.myTextColor { color: #7C9E84; }

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

This text font color is #7C9E84.

Background Color

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

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

This div background color is #7C9E84.

Border color

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

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

This div border color is #7C9E84.

Opacity

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

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

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

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

This text has shadow with #7C9E84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9E84.

Preview

Color preview on black background

This text has color #7C9E84 on black background.


Color preview on white background

This text has color #7C9E84 on white background.


Black color preview on #7C9E84 background

This text has black color on #7C9E84 background.


White color preview on #7C9E84 background

This text has white color on #7C9E84 background.


Related colors

Complementary color

Complementary color for #hex is #83617B.


I love getcolorcode.com

Triadic colors

1 #847C9E and #9E847C with #7C9E84 are triadic colors.

2 #849E7C and #9E7C84 with #7C9E84 are triadic colors.