COLOR #7CA791

HEX: #7CA791
RGB: (124,167,145)

Color info

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

RGB color model

#7CA791 color RGB value is (124,167,145).

  • red value is 124;
  • green value is 167;
  • blue value is 145.
RGB:
(124,167,145)
(49%,65%,57%)

RGB channels and saturation

R 124 of 255 = 49%
G 167 of 255 = 65%
B 145 of 255 = 57%

124
167
145

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

Portions of RGB colors in percentages

R + G + B =
124 + 167 + 145 = 436 (100%)
R 124 of 436 ~ 28.44%
G 167 of 436 ~ 38.3%
B 145 of 436 ~ 33.26%

%28.44
%38.3
%33.26

CMYK color model

#7CA791 color CMYK value is (26,0,13,35).

  • cyan value is 25.75%
  • magenta value is 0.00%
  • yellow value is 13.17%
  • key color value is 34.51%
CMYK:
(26,0,13,35)
C26M0Y13K35 
(26%,0%,13%,35%)
(0.26/0.00/0.13/0.35)	

CMYK percentages

%25.75
%0
%13.17
%34.51

Codes

Color #7CA791 in popluar color models

7CA791
RGB124167145
HSL149°19.63%57.06%
HSB/HSV149°25.75%65.49%
CMYK25.75%0.00%13.17%
34.51%

Color #7CA791 in popluar number systems.

HEX7CA791
Decimal124167145
Binary11111001010011110010001
Octal174247221

Shades and tints

Shades of #7CA791

#7CA791
(124,167,145)
#719884
(113,152,132)
#668977
(102,137,119)
#5B7A6A
(91,122,106)
#506B5D
(80,107,93)
#455C50
(69,92,80)
#3A4D43
(58,77,67)
#2F3E36
(47,62,54)
#242F29
(36,47,41)
#19201C
(25,32,28)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #7CA791

#7CA791
(124,167,145)
#87AF9B
(135,175,155)
#92B7A5
(146,183,165)
#9DBFAF
(157,191,175)
#A8C7B9
(168,199,185)
#B3CFC3
(179,207,195)
#BED7CD
(190,215,205)
#C9DFD7
(201,223,215)
#D4E7E1
(212,231,225)
#DFEFEB
(223,239,235)
#EAF7F5
(234,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA791 color. Also use rgb(124,167,145) instead hex code.

Text Font Color

.myTextColor { color: #7CA791; }

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

This text font color is #7CA791.


Background Color

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

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

This div background color is #7CA791.


Border color

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

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

This div border color is #7CA791.


Opacity

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

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

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

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

This text has shadow with #7CA791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA791 on black background.


Color preview on white background

This text has color #7CA791 on white background.



Black color preview on #7CA791 background

This text has black color on #7CA791 background.


White color preview on #7CA791 background

This text has white color on #7CA791 background.