COLOR #7C879A

HEX: #7C879A
RGB: (124,135,154)

Color info

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

RGB color model

#7C879A color RGB value is (124,135,154).

  • red value is 124;
  • green value is 135;
  • blue value is 154.
RGB:
(124,135,154)
(49%,53%,60%)

RGB channels and saturation

R 124 of 255 = 49%
G 135 of 255 = 53%
B 154 of 255 = 60%

124
135
154

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

Portions of RGB colors in percentages

R + G + B =
124 + 135 + 154 = 413 (100%)
R 124 of 413 ~ 30.02%
G 135 of 413 ~ 32.69%
B 154 of 413 ~ 37.29%

%30.02
%32.69
%37.29

CMYK color model

#7C879A color CMYK value is (19,12,0,40).

  • cyan value is 19.48%
  • magenta value is 12.34%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(19,12,0,40)
C19M12Y0K40 
(19%,12%,0%,40%)
(0.19/0.12/0.00/0.40)	

CMYK percentages

%19.48
%12.34
%0
%39.61

Codes

Color #7C879A in popluar color models

7C879A
RGB124135154
HSL218°12.93%54.51%
HSB/HSV218°19.48%60.39%
CMYK19.48%12.34%0.00%
39.61%

Color #7C879A in popluar number systems.

HEX7C879A
Decimal124135154
Binary11111001000011110011010
Octal174207232

Shades and tints

Shades of #7C879A

#7C879A
(124,135,154)
#717B8C
(113,123,140)
#666F7E
(102,111,126)
#5B6370
(91,99,112)
#505762
(80,87,98)
#454B54
(69,75,84)
#3A3F46
(58,63,70)
#2F3338
(47,51,56)
#24272A
(36,39,42)
#191B1C
(25,27,28)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #7C879A

#7C879A
(124,135,154)
#8791A3
(135,145,163)
#929BAC
(146,155,172)
#9DA5B5
(157,165,181)
#A8AFBE
(168,175,190)
#B3B9C7
(179,185,199)
#BEC3D0
(190,195,208)
#C9CDD9
(201,205,217)
#D4D7E2
(212,215,226)
#DFE1EB
(223,225,235)
#EAEBF4
(234,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C879A; }

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

This text font color is #7C879A.


Background Color

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

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

This div background color is #7C879A.


Border color

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

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

This div border color is #7C879A.


Opacity

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

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

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

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

This text has shadow with #7C879A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C879A on black background.


Color preview on white background

This text has color #7C879A on white background.



Black color preview on #7C879A background

This text has black color on #7C879A background.


White color preview on #7C879A background

This text has white color on #7C879A background.