COLOR #7C958D

HEX: #7C958D RGB: (124,149,141)

Color info

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

RGB color model

#7C958D color RGB value is (124,149,141).

RGB: (124,149,141) (49%, 58%, 55%)

RGB channels and saturation

R 124 of 255 = 49%
G 149 of 255 = 58%
B 141 of 255 = 55%

124
149
141

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

Portions of RGB colors in percentages

R + G + B = 124 + 149 + 141 = 414 (100%)
R 124 of 414 ~ 29.95%
G 149 of 414 ~ 35.99%
B 141 of 414 ~ 34.06'%

%29.95
%35.99
%34.06

CMYK color model

#7C958D color CMYK value is (17,0,5,42).

  • cyan value is 16.78%
  • magenta value is 0.00%
  • yellow value is 5.37%
  • key color value is 41.57%

CMYK: (17,0,5,42)
C17M0Y5K42 (17%, 0%, 5%, 42%)
(0.17 / 0.00 / 0.05 / 0.42)

CMYK percentages

%16.78
%0
%5.37
%41.57

Codes

Color #7C958D in popluar color models

7C 95 8D
RGB 124 149 141
HSL 161° 10.55% 53.53%
HSB/HSV 161° 16.78% 58.43%
CMYK 16.78% 0.00% 5.37%
41.57%

Color #7C958D in popluar number systems.

HEX 7C 95 8D
Decimal 124 149 141
Binary 1111100 10010101 10001101
Octal 174 225 215

Shades and tints

Shades of #7C958D

#7C958D
(124,149,141)
#718881
(113,136,129)
#667B75
(102,123,117)
#5B6E69
(91,110,105)
#50615D
(80,97,93)
#455451
(69,84,81)
#3A4745
(58,71,69)
#2F3A39
(47,58,57)
#242D2D
(36,45,45)
#192021
(25,32,33)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #7C958D

#7C958D
(124,149,141)
#879E97
(135,158,151)
#92A7A1
(146,167,161)
#9DB0AB
(157,176,171)
#A8B9B5
(168,185,181)
#B3C2BF
(179,194,191)
#BECBC9
(190,203,201)
#C9D4D3
(201,212,211)
#D4DDDD
(212,221,221)
#DFE6E7
(223,230,231)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C958D; }

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

This text font color is #7C958D.

Background Color

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

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

This div background color is #7C958D.

Border color

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

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

This div border color is #7C958D.

Opacity

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

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

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

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

This text has shadow with #7C958D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C958D.

Preview

Color preview on black background

This text has color #7C958D on black background.


Color preview on white background

This text has color #7C958D on white background.


Black color preview on #7C958D background

This text has black color on #7C958D background.


White color preview on #7C958D background

This text has white color on #7C958D background.


Related colors

Complementary color

Complementary color for #hex is #836A72.


I love getcolorcode.com

Triadic colors

1 #8D7C95 and #958D7C with #7C958D are triadic colors.

2 #8D957C and #957C8D with #7C958D are triadic colors.