COLOR #7C8F94

HEX: #7C8F94 RGB: (124,143,148)

Color info

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

RGB color model

#7C8F94 color RGB value is (124,143,148).

RGB: (124,143,148) (49%, 56%, 58%)

RGB channels and saturation

R 124 of 255 = 49%
G 143 of 255 = 56%
B 148 of 255 = 58%

124
143
148

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

Portions of RGB colors in percentages

R + G + B = 124 + 143 + 148 = 415 (100%)
R 124 of 415 ~ 29.88%
G 143 of 415 ~ 34.46%
B 148 of 415 ~ 35.66'%

%29.88
%34.46
%35.66

CMYK color model

#7C8F94 color CMYK value is (16,3,0,42).

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

CMYK: (16,3,0,42)
C16M3Y0K42 (16%, 3%, 0%, 42%)
(0.16 / 0.03 / 0.00 / 0.42)

CMYK percentages

%16.22
%3.38
%0
%41.96

Codes

Color #7C8F94 in popluar color models

7C 8F 94
RGB 124 143 148
HSL 193° 10.08% 53.33%
HSB/HSV 193° 16.22% 58.04%
CMYK 16.22% 3.38% 0.00%
41.96%

Color #7C8F94 in popluar number systems.

HEX 7C 8F 94
Decimal 124 143 148
Binary 1111100 10001111 10010100
Octal 174 217 224

Shades and tints

Shades of #7C8F94

#7C8F94
(124,143,148)
#718287
(113,130,135)
#66757A
(102,117,122)
#5B686D
(91,104,109)
#505B60
(80,91,96)
#454E53
(69,78,83)
#3A4146
(58,65,70)
#2F3439
(47,52,57)
#24272C
(36,39,44)
#191A1F
(25,26,31)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #7C8F94

#7C8F94
(124,143,148)
#87999D
(135,153,157)
#92A3A6
(146,163,166)
#9DADAF
(157,173,175)
#A8B7B8
(168,183,184)
#B3C1C1
(179,193,193)
#BECBCA
(190,203,202)
#C9D5D3
(201,213,211)
#D4DFDC
(212,223,220)
#DFE9E5
(223,233,229)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8F94; }

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

This text font color is #7C8F94.

Background Color

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

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

This div background color is #7C8F94.

Border color

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

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

This div border color is #7C8F94.

Opacity

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

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

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

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

This text has shadow with #7C8F94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8F94.

Preview

Color preview on black background

This text has color #7C8F94 on black background.


Color preview on white background

This text has color #7C8F94 on white background.


Black color preview on #7C8F94 background

This text has black color on #7C8F94 background.


White color preview on #7C8F94 background

This text has white color on #7C8F94 background.


Related colors

Complementary color

Complementary color for #hex is #83706B.


I love getcolorcode.com

Triadic colors

1 #947C8F and #8F947C with #7C8F94 are triadic colors.

2 #948F7C and #8F7C94 with #7C8F94 are triadic colors.