COLOR #7CB190

HEX: #7CB190 RGB: (124,177,144)

Color info

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

RGB color model

#7CB190 color RGB value is (124,177,144).

RGB: (124,177,144) (49%, 69%, 56%)

RGB channels and saturation

R 124 of 255 = 49%
G 177 of 255 = 69%
B 144 of 255 = 56%

124
177
144

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

Portions of RGB colors in percentages

R + G + B = 124 + 177 + 144 = 445 (100%)
R 124 of 445 ~ 27.87%
G 177 of 445 ~ 39.78%
B 144 of 445 ~ 32.36'%

%27.87
%39.78
%32.36

CMYK color model

#7CB190 color CMYK value is (30,0,19,31).

  • cyan value is 29.94%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 30.59%

CMYK: (30,0,19,31)
C30M0Y19K31 (30%, 0%, 19%, 31%)
(0.30 / 0.00 / 0.19 / 0.31)

CMYK percentages

%29.94
%0
%18.64
%30.59

Codes

Color #7CB190 in popluar color models

7C B1 90
RGB 124 177 144
HSL 143° 25.36% 59.02%
HSB/HSV 143° 29.94% 69.41%
CMYK 29.94% 0.00% 18.64%
30.59%

Color #7CB190 in popluar number systems.

HEX 7C B1 90
Decimal 124 177 144
Binary 1111100 10110001 10010000
Octal 174 261 220

Shades and tints

Shades of #7CB190

#7CB190
(124,177,144)
#71A183
(113,161,131)
#669176
(102,145,118)
#5B8169
(91,129,105)
#50715C
(80,113,92)
#45614F
(69,97,79)
#3A5142
(58,81,66)
#2F4135
(47,65,53)
#243128
(36,49,40)
#19211B
(25,33,27)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #7CB190

#7CB190
(124,177,144)
#87B89A
(135,184,154)
#92BFA4
(146,191,164)
#9DC6AE
(157,198,174)
#A8CDB8
(168,205,184)
#B3D4C2
(179,212,194)
#BEDBCC
(190,219,204)
#C9E2D6
(201,226,214)
#D4E9E0
(212,233,224)
#DFF0EA
(223,240,234)
#EAF7F4
(234,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB190; }

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

This text font color is #7CB190.

Background Color

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

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

This div background color is #7CB190.

Border color

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

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

This div border color is #7CB190.

Opacity

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

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

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

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

This text has shadow with #7CB190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CB190.

Preview

Color preview on black background

This text has color #7CB190 on black background.


Color preview on white background

This text has color #7CB190 on white background.


Black color preview on #7CB190 background

This text has black color on #7CB190 background.


White color preview on #7CB190 background

This text has white color on #7CB190 background.


Related colors

Complementary color

Complementary color for #hex is #834E6F.


I love getcolorcode.com

Triadic colors

1 #907CB1 and #B1907C with #7CB190 are triadic colors.

2 #90B17C and #B17C90 with #7CB190 are triadic colors.