COLOR #7C9487

HEX: #7C9487 RGB: (124,148,135)

Color info

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

RGB color model

#7C9487 color RGB value is (124,148,135).

RGB: (124,148,135) (49%, 58%, 53%)

RGB channels and saturation

R 124 of 255 = 49%
G 148 of 255 = 58%
B 135 of 255 = 53%

124
148
135

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

Portions of RGB colors in percentages

R + G + B = 124 + 148 + 135 = 407 (100%)
R 124 of 407 ~ 30.47%
G 148 of 407 ~ 36.36%
B 135 of 407 ~ 33.17'%

%30.47
%36.36
%33.17

CMYK color model

#7C9487 color CMYK value is (16,0,9,42).

  • cyan value is 16.22%
  • magenta value is 0.00%
  • yellow value is 8.78%
  • key color value is 41.96%

CMYK: (16,0,9,42)
C16M0Y9K42 (16%, 0%, 9%, 42%)
(0.16 / 0.00 / 0.09 / 0.42)

CMYK percentages

%16.22
%0
%8.78
%41.96

Codes

Color #7C9487 in popluar color models

7C 94 87
RGB 124 148 135
HSL 148° 10.08% 53.33%
HSB/HSV 148° 16.22% 58.04%
CMYK 16.22% 0.00% 8.78%
41.96%

Color #7C9487 in popluar number systems.

HEX 7C 94 87
Decimal 124 148 135
Binary 1111100 10010100 10000111
Octal 174 224 207

Shades and tints

Shades of #7C9487

#7C9487
(124,148,135)
#71877B
(113,135,123)
#667A6F
(102,122,111)
#5B6D63
(91,109,99)
#506057
(80,96,87)
#45534B
(69,83,75)
#3A463F
(58,70,63)
#2F3933
(47,57,51)
#242C27
(36,44,39)
#191F1B
(25,31,27)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #7C9487

#7C9487
(124,148,135)
#879D91
(135,157,145)
#92A69B
(146,166,155)
#9DAFA5
(157,175,165)
#A8B8AF
(168,184,175)
#B3C1B9
(179,193,185)
#BECAC3
(190,202,195)
#C9D3CD
(201,211,205)
#D4DCD7
(212,220,215)
#DFE5E1
(223,229,225)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9487 color. Also use rgb(124,148,135) instead hex code.

Text Font Color

.myTextColor { color: #7C9487; }

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

This text font color is #7C9487.

Background Color

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

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

This div background color is #7C9487.

Border color

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

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

This div border color is #7C9487.

Opacity

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

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

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

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

This text has shadow with #7C9487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9487.

Preview

Color preview on black background

This text has color #7C9487 on black background.


Color preview on white background

This text has color #7C9487 on white background.


Black color preview on #7C9487 background

This text has black color on #7C9487 background.


White color preview on #7C9487 background

This text has white color on #7C9487 background.


Related colors

Complementary color

Complementary color for #hex is #836B78.


I love getcolorcode.com

Triadic colors

1 #877C94 and #94877C with #7C9487 are triadic colors.

2 #87947C and #947C87 with #7C9487 are triadic colors.