COLOR #7C879C

HEX: #7C879C RGB: (124,135,156)

Color info

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

RGB color model

#7C879C color RGB value is (124,135,156).

RGB: (124,135,156) (49%, 53%, 61%)

RGB channels and saturation

R 124 of 255 = 49%
G 135 of 255 = 53%
B 156 of 255 = 61%

124
135
156

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

Portions of RGB colors in percentages

R + G + B = 124 + 135 + 156 = 415 (100%)
R 124 of 415 ~ 29.88%
G 135 of 415 ~ 32.53%
B 156 of 415 ~ 37.59'%

%29.88
%32.53
%37.59

CMYK color model

#7C879C color CMYK value is (21,13,0,39).

  • cyan value is 20.51%
  • magenta value is 13.46%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (21,13,0,39)
C21M13Y0K39 (21%, 13%, 0%, 39%)
(0.21 / 0.13 / 0.00 / 0.39)

CMYK percentages

%20.51
%13.46
%0
%38.82

Codes

Color #7C879C in popluar color models

7C 87 9C
RGB 124 135 156
HSL 219° 13.91% 54.90%
HSB/HSV 219° 20.51% 61.18%
CMYK 20.51% 13.46% 0.00%
38.82%

Color #7C879C in popluar number systems.

HEX 7C 87 9C
Decimal 124 135 156
Binary 1111100 10000111 10011100
Octal 174 207 234

Shades and tints

Shades of #7C879C

#7C879C
(124,135,156)
#717B8E
(113,123,142)
#666F80
(102,111,128)
#5B6372
(91,99,114)
#505764
(80,87,100)
#454B56
(69,75,86)
#3A3F48
(58,63,72)
#2F333A
(47,51,58)
#24272C
(36,39,44)
#191B1E
(25,27,30)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #7C879C

#7C879C
(124,135,156)
#8791A5
(135,145,165)
#929BAE
(146,155,174)
#9DA5B7
(157,165,183)
#A8AFC0
(168,175,192)
#B3B9C9
(179,185,201)
#BEC3D2
(190,195,210)
#C9CDDB
(201,205,219)
#D4D7E4
(212,215,228)
#DFE1ED
(223,225,237)
#EAEBF6
(234,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C879C color. Also use rgb(124,135,156) instead hex code.

Text Font Color

.myTextColor { color: #7C879C; }

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

This text font color is #7C879C.

Background Color

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

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

This div background color is #7C879C.

Border color

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

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

This div border color is #7C879C.

Opacity

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

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

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

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

This text has shadow with #7C879C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C879C.

Preview

Color preview on black background

This text has color #7C879C on black background.


Color preview on white background

This text has color #7C879C on white background.


Black color preview on #7C879C background

This text has black color on #7C879C background.


White color preview on #7C879C background

This text has white color on #7C879C background.


Related colors

Complementary color

Complementary color for #hex is #837863.


I love getcolorcode.com

Triadic colors

1 #9C7C87 and #879C7C with #7C879C are triadic colors.

2 #9C877C and #877C9C with #7C879C are triadic colors.