COLOR #7C9790

HEX: #7C9790 RGB: (124,151,144)

Color info

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

RGB color model

#7C9790 color RGB value is (124,151,144).

RGB: (124,151,144) (49%, 59%, 56%)

RGB channels and saturation

R 124 of 255 = 49%
G 151 of 255 = 59%
B 144 of 255 = 56%

124
151
144

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

Portions of RGB colors in percentages

R + G + B = 124 + 151 + 144 = 419 (100%)
R 124 of 419 ~ 29.59%
G 151 of 419 ~ 36.04%
B 144 of 419 ~ 34.37'%

%29.59
%36.04
%34.37

CMYK color model

#7C9790 color CMYK value is (18,0,5,41).

  • cyan value is 17.88%
  • magenta value is 0.00%
  • yellow value is 4.64%
  • key color value is 40.78%
CMYK: (18,0,5,41) C18M0Y5K41 (18%,0%,5%,41%) (0.18/0.00/0.05/0.41) 

CMYK percentages

%17.88
%0
%4.64
%40.78

Codes

Color #7C9790 in popluar color models

7C 97 90
RGB 124 151 144
HSL 164° 11.49% 53.92%
HSB/HSV 164° 17.88% 59.22%
CMYK 17.88% 0.00% 4.64%
40.78%

Color #7C9790 in popluar number systems.

HEX 7C 97 90
Decimal 124 151 144
Binary 1111100 10010111 10010000
Octal 174 227 220

Shades and tints

Shades of #7C9790

#7C9790
(124,151,144)
#718A83
(113,138,131)
#667D76
(102,125,118)
#5B7069
(91,112,105)
#50635C
(80,99,92)
#45564F
(69,86,79)
#3A4942
(58,73,66)
#2F3C35
(47,60,53)
#242F28
(36,47,40)
#19221B
(25,34,27)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #7C9790

#7C9790
(124,151,144)
#87A09A
(135,160,154)
#92A9A4
(146,169,164)
#9DB2AE
(157,178,174)
#A8BBB8
(168,187,184)
#B3C4C2
(179,196,194)
#BECDCC
(190,205,204)
#C9D6D6
(201,214,214)
#D4DFE0
(212,223,224)
#DFE8EA
(223,232,234)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9790 color. Also use rgb(124,151,144) instead hex code.

Text Font Color

.myTextColor { color: #7C9790; }

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

This text font color is #7C9790.

Background Color

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

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

This div background color is #7C9790.

Border color

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

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

This div border color is #7C9790.

Opacity

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

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

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

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

This text has shadow with #7C9790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9790.

Preview

Color preview on black background

This text has color #7C9790 on black background.


Color preview on white background

This text has color #7C9790 on white background.


Black color preview on #7C9790 background

This text has black color on #7C9790 background.


White color preview on #7C9790 background

This text has white color on #7C9790 background.


Related colors

Complementary color

Complementary color for #hex is #83686F.


I love getcolorcode.com

Triadic colors

1 #907C97 and #97907C with #7C9790 are triadic colors.

2 #90977C and #977C90 with #7C9790 are triadic colors.