COLOR #7C8486

HEX: #7C8486 RGB: (124,132,134)

Color info

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

RGB color model

#7C8486 color RGB value is (124,132,134).

RGB: (124,132,134) (49%, 52%, 53%)

RGB channels and saturation

R 124 of 255 = 49%
G 132 of 255 = 52%
B 134 of 255 = 53%

124
132
134

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

Portions of RGB colors in percentages

R + G + B = 124 + 132 + 134 = 390 (100%)
R 124 of 390 ~ 31.79%
G 132 of 390 ~ 33.85%
B 134 of 390 ~ 34.36'%

%31.79
%33.85
%34.36

CMYK color model

#7C8486 color CMYK value is (7,1,0,47).

  • cyan value is 7.46%
  • magenta value is 1.49%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (7,1,0,47)
C7M1Y0K47 (7%, 1%, 0%, 47%)
(0.07 / 0.01 / 0.00 / 0.47)

CMYK percentages

%7.46
%1.49
%0
%47.45

Codes

Color #7C8486 in popluar color models

7C 84 86
RGB 124 132 134
HSL 192° 3.97% 50.59%
HSB/HSV 192° 7.46% 52.55%
CMYK 7.46% 1.49% 0.00%
47.45%

Color #7C8486 in popluar number systems.

HEX 7C 84 86
Decimal 124 132 134
Binary 1111100 10000100 10000110
Octal 174 204 206

Shades and tints

Shades of #7C8486

#7C8486
(124,132,134)
#71787A
(113,120,122)
#666C6E
(102,108,110)
#5B6062
(91,96,98)
#505456
(80,84,86)
#45484A
(69,72,74)
#3A3C3E
(58,60,62)
#2F3032
(47,48,50)
#242426
(36,36,38)
#19181A
(25,24,26)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #7C8486

#7C8486
(124,132,134)
#878F91
(135,143,145)
#929A9C
(146,154,156)
#9DA5A7
(157,165,167)
#A8B0B2
(168,176,178)
#B3BBBD
(179,187,189)
#BEC6C8
(190,198,200)
#C9D1D3
(201,209,211)
#D4DCDE
(212,220,222)
#DFE7E9
(223,231,233)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8486; }

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

This text font color is #7C8486.

Background Color

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

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

This div background color is #7C8486.

Border color

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

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

This div border color is #7C8486.

Opacity

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

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

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

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

This text has shadow with #7C8486 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C8486.

Preview

Color preview on black background

This text has color #7C8486 on black background.


Color preview on white background

This text has color #7C8486 on white background.


Black color preview on #7C8486 background

This text has black color on #7C8486 background.


White color preview on #7C8486 background

This text has white color on #7C8486 background.


Related colors

Complementary color

Complementary color for #hex is #837B79.


I love getcolorcode.com

Triadic colors

1 #867C84 and #84867C with #7C8486 are triadic colors.

2 #86847C and #847C86 with #7C8486 are triadic colors.