COLOR #7CA795

HEX: #7CA795 RGB: (124,167,149)

Color info

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

RGB color model

#7CA795 color RGB value is (124,167,149).

RGB: (124,167,149) (49%, 65%, 58%)

RGB channels and saturation

R 124 of 255 = 49%
G 167 of 255 = 65%
B 149 of 255 = 58%

124
167
149

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

Portions of RGB colors in percentages

R + G + B = 124 + 167 + 149 = 440 (100%)
R 124 of 440 ~ 28.18%
G 167 of 440 ~ 37.95%
B 149 of 440 ~ 33.86'%

%28.18
%37.95
%33.86

CMYK color model

#7CA795 color CMYK value is (26,0,11,35).

  • cyan value is 25.75%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 34.51%

CMYK: (26,0,11,35)
C26M0Y11K35 (26%, 0%, 11%, 35%)
(0.26 / 0.00 / 0.11 / 0.35)

CMYK percentages

%25.75
%0
%10.78
%34.51

Codes

Color #7CA795 in popluar color models

7C A7 95
RGB 124 167 149
HSL 155° 19.63% 57.06%
HSB/HSV 155° 25.75% 65.49%
CMYK 25.75% 0.00% 10.78%
34.51%

Color #7CA795 in popluar number systems.

HEX 7C A7 95
Decimal 124 167 149
Binary 1111100 10100111 10010101
Octal 174 247 225

Shades and tints

Shades of #7CA795

#7CA795
(124,167,149)
#719888
(113,152,136)
#66897B
(102,137,123)
#5B7A6E
(91,122,110)
#506B61
(80,107,97)
#455C54
(69,92,84)
#3A4D47
(58,77,71)
#2F3E3A
(47,62,58)
#242F2D
(36,47,45)
#192020
(25,32,32)
#0E1113
(14,17,19)
#000000
(0,0,0)

Tints of #7CA795

#7CA795
(124,167,149)
#87AF9E
(135,175,158)
#92B7A7
(146,183,167)
#9DBFB0
(157,191,176)
#A8C7B9
(168,199,185)
#B3CFC2
(179,207,194)
#BED7CB
(190,215,203)
#C9DFD4
(201,223,212)
#D4E7DD
(212,231,221)
#DFEFE6
(223,239,230)
#EAF7EF
(234,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA795; }

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

This text font color is #7CA795.

Background Color

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

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

This div background color is #7CA795.

Border color

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

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

This div border color is #7CA795.

Opacity

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

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

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

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

This text has shadow with #7CA795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA795.

Preview

Color preview on black background

This text has color #7CA795 on black background.


Color preview on white background

This text has color #7CA795 on white background.


Black color preview on #7CA795 background

This text has black color on #7CA795 background.


White color preview on #7CA795 background

This text has white color on #7CA795 background.


Related colors

Complementary color

Complementary color for #hex is #83586A.


I love getcolorcode.com

Triadic colors

1 #957CA7 and #A7957C with #7CA795 are triadic colors.

2 #95A77C and #A77C95 with #7CA795 are triadic colors.