COLOR #7C9390

HEX: #7C9390 RGB: (124,147,144)

Color info

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

RGB color model

#7C9390 color RGB value is (124,147,144).

RGB: (124,147,144) (49%, 58%, 56%)

RGB channels and saturation

R 124 of 255 = 49%
G 147 of 255 = 58%
B 144 of 255 = 56%

124
147
144

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

Portions of RGB colors in percentages

R + G + B = 124 + 147 + 144 = 415 (100%)
R 124 of 415 ~ 29.88%
G 147 of 415 ~ 35.42%
B 144 of 415 ~ 34.7'%

%29.88
%35.42
%34.7

CMYK color model

#7C9390 color CMYK value is (16,0,2,42).

  • cyan value is 15.65%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 42.35%
CMYK: (16,0,2,42) C16M0Y2K42 (16%,0%,2%,42%) (0.16/0.00/0.02/0.42) 

CMYK percentages

%15.65
%0
%2.04
%42.35

Codes

Color #7C9390 in popluar color models

7C 93 90
RGB 124 147 144
HSL 172° 9.62% 53.14%
HSB/HSV 172° 15.65% 57.65%
CMYK 15.65% 0.00% 2.04%
42.35%

Color #7C9390 in popluar number systems.

HEX 7C 93 90
Decimal 124 147 144
Binary 1111100 10010011 10010000
Octal 174 223 220

Shades and tints

Shades of #7C9390

#7C9390
(124,147,144)
#718683
(113,134,131)
#667976
(102,121,118)
#5B6C69
(91,108,105)
#505F5C
(80,95,92)
#45524F
(69,82,79)
#3A4542
(58,69,66)
#2F3835
(47,56,53)
#242B28
(36,43,40)
#191E1B
(25,30,27)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #7C9390

#7C9390
(124,147,144)
#879C9A
(135,156,154)
#92A5A4
(146,165,164)
#9DAEAE
(157,174,174)
#A8B7B8
(168,183,184)
#B3C0C2
(179,192,194)
#BEC9CC
(190,201,204)
#C9D2D6
(201,210,214)
#D4DBE0
(212,219,224)
#DFE4EA
(223,228,234)
#EAEDF4
(234,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9390; }

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

This text font color is #7C9390.

Background Color

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

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

This div background color is #7C9390.

Border color

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

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

This div border color is #7C9390.

Opacity

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

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

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

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

This text has shadow with #7C9390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9390.

Preview

Color preview on black background

This text has color #7C9390 on black background.


Color preview on white background

This text has color #7C9390 on white background.


Black color preview on #7C9390 background

This text has black color on #7C9390 background.


White color preview on #7C9390 background

This text has white color on #7C9390 background.


Related colors

Complementary color

Complementary color for #hex is #836C6F.


I love getcolorcode.com

Triadic colors

1 #907C93 and #93907C with #7C9390 are triadic colors.

2 #90937C and #937C90 with #7C9390 are triadic colors.