COLOR #7CA190

HEX: #7CA190 RGB: (124,161,144)

Color info

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

RGB color model

#7CA190 color RGB value is (124,161,144).

RGB: (124,161,144) (49%, 63%, 56%)

RGB channels and saturation

R 124 of 255 = 49%
G 161 of 255 = 63%
B 144 of 255 = 56%

124
161
144

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

Portions of RGB colors in percentages

R + G + B = 124 + 161 + 144 = 429 (100%)
R 124 of 429 ~ 28.9%
G 161 of 429 ~ 37.53%
B 144 of 429 ~ 33.57'%

%28.9
%37.53
%33.57

CMYK color model

#7CA190 color CMYK value is (23,0,11,37).

  • cyan value is 22.98%
  • magenta value is 0.00%
  • yellow value is 10.56%
  • key color value is 36.86%

CMYK: (23,0,11,37)
C23M0Y11K37 (23%, 0%, 11%, 37%)
(0.23 / 0.00 / 0.11 / 0.37)

CMYK percentages

%22.98
%0
%10.56
%36.86

Codes

Color #7CA190 in popluar color models

7C A1 90
RGB 124 161 144
HSL 152° 16.44% 55.88%
HSB/HSV 152° 22.98% 63.14%
CMYK 22.98% 0.00% 10.56%
36.86%

Color #7CA190 in popluar number systems.

HEX 7C A1 90
Decimal 124 161 144
Binary 1111100 10100001 10010000
Octal 174 241 220

Shades and tints

Shades of #7CA190

#7CA190
(124,161,144)
#719383
(113,147,131)
#668576
(102,133,118)
#5B7769
(91,119,105)
#50695C
(80,105,92)
#455B4F
(69,91,79)
#3A4D42
(58,77,66)
#2F3F35
(47,63,53)
#243128
(36,49,40)
#19231B
(25,35,27)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #7CA190

#7CA190
(124,161,144)
#87A99A
(135,169,154)
#92B1A4
(146,177,164)
#9DB9AE
(157,185,174)
#A8C1B8
(168,193,184)
#B3C9C2
(179,201,194)
#BED1CC
(190,209,204)
#C9D9D6
(201,217,214)
#D4E1E0
(212,225,224)
#DFE9EA
(223,233,234)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA190; }

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

This text font color is #7CA190.

Background Color

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

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

This div background color is #7CA190.

Border color

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

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

This div border color is #7CA190.

Opacity

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

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

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

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

This text has shadow with #7CA190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA190.

Preview

Color preview on black background

This text has color #7CA190 on black background.


Color preview on white background

This text has color #7CA190 on white background.


Black color preview on #7CA190 background

This text has black color on #7CA190 background.


White color preview on #7CA190 background

This text has white color on #7CA190 background.


Related colors

Complementary color

Complementary color for #hex is #835E6F.


I love getcolorcode.com

Triadic colors

1 #907CA1 and #A1907C with #7CA190 are triadic colors.

2 #90A17C and #A17C90 with #7CA190 are triadic colors.