COLOR #7CA29A

HEX: #7CA29A RGB: (124,162,154)

Color info

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

RGB color model

#7CA29A color RGB value is (124,162,154).

RGB: (124,162,154) (49%, 64%, 60%)

RGB channels and saturation

R 124 of 255 = 49%
G 162 of 255 = 64%
B 154 of 255 = 60%

124
162
154

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

Portions of RGB colors in percentages

R + G + B = 124 + 162 + 154 = 440 (100%)
R 124 of 440 ~ 28.18%
G 162 of 440 ~ 36.82%
B 154 of 440 ~ 35'%

%28.18
%36.82
%35

CMYK color model

#7CA29A color CMYK value is (23,0,5,36).

  • cyan value is 23.46%
  • magenta value is 0.00%
  • yellow value is 4.94%
  • key color value is 36.47%

CMYK: (23,0,5,36)
C23M0Y5K36 (23%, 0%, 5%, 36%)
(0.23 / 0.00 / 0.05 / 0.36)

CMYK percentages

%23.46
%0
%4.94
%36.47

Codes

Color #7CA29A in popluar color models

7C A2 9A
RGB 124 162 154
HSL 167° 16.96% 56.08%
HSB/HSV 167° 23.46% 63.53%
CMYK 23.46% 0.00% 4.94%
36.47%

Color #7CA29A in popluar number systems.

HEX 7C A2 9A
Decimal 124 162 154
Binary 1111100 10100010 10011010
Octal 174 242 232

Shades and tints

Shades of #7CA29A

#7CA29A
(124,162,154)
#71948C
(113,148,140)
#66867E
(102,134,126)
#5B7870
(91,120,112)
#506A62
(80,106,98)
#455C54
(69,92,84)
#3A4E46
(58,78,70)
#2F4038
(47,64,56)
#24322A
(36,50,42)
#19241C
(25,36,28)
#0E160E
(14,22,14)
#000000
(0,0,0)

Tints of #7CA29A

#7CA29A
(124,162,154)
#87AAA3
(135,170,163)
#92B2AC
(146,178,172)
#9DBAB5
(157,186,181)
#A8C2BE
(168,194,190)
#B3CAC7
(179,202,199)
#BED2D0
(190,210,208)
#C9DAD9
(201,218,217)
#D4E2E2
(212,226,226)
#DFEAEB
(223,234,235)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA29A color. Also use rgb(124,162,154) instead hex code.

Text Font Color

.myTextColor { color: #7CA29A; }

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

This text font color is #7CA29A.

Background Color

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

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

This div background color is #7CA29A.

Border color

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

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

This div border color is #7CA29A.

Opacity

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

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

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

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

This text has shadow with #7CA29A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA29A.

Preview

Color preview on black background

This text has color #7CA29A on black background.


Color preview on white background

This text has color #7CA29A on white background.


Black color preview on #7CA29A background

This text has black color on #7CA29A background.


White color preview on #7CA29A background

This text has white color on #7CA29A background.


Related colors

Complementary color

Complementary color for #hex is #835D65.


I love getcolorcode.com

Triadic colors

1 #9A7CA2 and #A29A7C with #7CA29A are triadic colors.

2 #9AA27C and #A27C9A with #7CA29A are triadic colors.