COLOR #7C8197

HEX: #7C8197 RGB: (124,129,151)

Color info

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

RGB color model

#7C8197 color RGB value is (124,129,151).

RGB: (124,129,151) (49%, 51%, 59%)

RGB channels and saturation

R 124 of 255 = 49%
G 129 of 255 = 51%
B 151 of 255 = 59%

124
129
151

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

Portions of RGB colors in percentages

R + G + B = 124 + 129 + 151 = 404 (100%)
R 124 of 404 ~ 30.69%
G 129 of 404 ~ 31.93%
B 151 of 404 ~ 37.38'%

%30.69
%31.93
%37.38

CMYK color model

#7C8197 color CMYK value is (18,15,0,41).

  • cyan value is 17.88%
  • magenta value is 14.57%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (18,15,0,41)
C18M15Y0K41 (18%, 15%, 0%, 41%)
(0.18 / 0.15 / 0.00 / 0.41)

CMYK percentages

%17.88
%14.57
%0
%40.78

Codes

Color #7C8197 in popluar color models

7C 81 97
RGB 124 129 151
HSL 229° 11.49% 53.92%
HSB/HSV 229° 17.88% 59.22%
CMYK 17.88% 14.57% 0.00%
40.78%

Color #7C8197 in popluar number systems.

HEX 7C 81 97
Decimal 124 129 151
Binary 1111100 10000001 10010111
Octal 174 201 227

Shades and tints

Shades of #7C8197

#7C8197
(124,129,151)
#71768A
(113,118,138)
#666B7D
(102,107,125)
#5B6070
(91,96,112)
#505563
(80,85,99)
#454A56
(69,74,86)
#3A3F49
(58,63,73)
#2F343C
(47,52,60)
#24292F
(36,41,47)
#191E22
(25,30,34)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #7C8197

#7C8197
(124,129,151)
#878CA0
(135,140,160)
#9297A9
(146,151,169)
#9DA2B2
(157,162,178)
#A8ADBB
(168,173,187)
#B3B8C4
(179,184,196)
#BEC3CD
(190,195,205)
#C9CED6
(201,206,214)
#D4D9DF
(212,217,223)
#DFE4E8
(223,228,232)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8197 color. Also use rgb(124,129,151) instead hex code.

Text Font Color

.myTextColor { color: #7C8197; }

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

This text font color is #7C8197.

Background Color

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

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

This div background color is #7C8197.

Border color

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

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

This div border color is #7C8197.

Opacity

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

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

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

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

This text has shadow with #7C8197 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8197.

Preview

Color preview on black background

This text has color #7C8197 on black background.


Color preview on white background

This text has color #7C8197 on white background.


Black color preview on #7C8197 background

This text has black color on #7C8197 background.


White color preview on #7C8197 background

This text has white color on #7C8197 background.


Related colors

Complementary color

Complementary color for #hex is #837E68.


I love getcolorcode.com

Triadic colors

1 #977C81 and #81977C with #7C8197 are triadic colors.

2 #97817C and #817C97 with #7C8197 are triadic colors.