COLOR #7C8495

HEX: #7C8495 RGB: (124,132,149)

Color info

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

RGB color model

#7C8495 color RGB value is (124,132,149).

RGB: (124,132,149) (49%, 52%, 58%)

RGB channels and saturation

R 124 of 255 = 49%
G 132 of 255 = 52%
B 149 of 255 = 58%

124
132
149

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

Portions of RGB colors in percentages

R + G + B = 124 + 132 + 149 = 405 (100%)
R 124 of 405 ~ 30.62%
G 132 of 405 ~ 32.59%
B 149 of 405 ~ 36.79'%

%30.62
%32.59
%36.79

CMYK color model

#7C8495 color CMYK value is (17,11,0,42).

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

CMYK: (17,11,0,42)
C17M11Y0K42 (17%, 11%, 0%, 42%)
(0.17 / 0.11 / 0.00 / 0.42)

CMYK percentages

%16.78
%11.41
%0
%41.57

Codes

Color #7C8495 in popluar color models

7C 84 95
RGB 124 132 149
HSL 221° 10.55% 53.53%
HSB/HSV 221° 16.78% 58.43%
CMYK 16.78% 11.41% 0.00%
41.57%

Color #7C8495 in popluar number systems.

HEX 7C 84 95
Decimal 124 132 149
Binary 1111100 10000100 10010101
Octal 174 204 225

Shades and tints

Shades of #7C8495

#7C8495
(124,132,149)
#717888
(113,120,136)
#666C7B
(102,108,123)
#5B606E
(91,96,110)
#505461
(80,84,97)
#454854
(69,72,84)
#3A3C47
(58,60,71)
#2F303A
(47,48,58)
#24242D
(36,36,45)
#191820
(25,24,32)
#0E0C13
(14,12,19)
#000000
(0,0,0)

Tints of #7C8495

#7C8495
(124,132,149)
#878F9E
(135,143,158)
#929AA7
(146,154,167)
#9DA5B0
(157,165,176)
#A8B0B9
(168,176,185)
#B3BBC2
(179,187,194)
#BEC6CB
(190,198,203)
#C9D1D4
(201,209,212)
#D4DCDD
(212,220,221)
#DFE7E6
(223,231,230)
#EAF2EF
(234,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8495; }

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

This text font color is #7C8495.

Background Color

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

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

This div background color is #7C8495.

Border color

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

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

This div border color is #7C8495.

Opacity

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

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

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

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

This text has shadow with #7C8495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8495.

Preview

Color preview on black background

This text has color #7C8495 on black background.


Color preview on white background

This text has color #7C8495 on white background.


Black color preview on #7C8495 background

This text has black color on #7C8495 background.


White color preview on #7C8495 background

This text has white color on #7C8495 background.


Related colors

Complementary color

Complementary color for #hex is #837B6A.


I love getcolorcode.com

Triadic colors

1 #957C84 and #84957C with #7C8495 are triadic colors.

2 #95847C and #847C95 with #7C8495 are triadic colors.