COLOR #7C859D

HEX: #7C859D
RGB: (124,133,157)

Color info

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

RGB color model

#7C859D color RGB value is (124,133,157).

  • red value is 124;
  • green value is 133;
  • blue value is 157.
RGB:
(124,133,157)
(49%,52%,62%)

RGB channels and saturation

R 124 of 255 = 49%
G 133 of 255 = 52%
B 157 of 255 = 62%

124
133
157

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

Portions of RGB colors in percentages

R + G + B =
124 + 133 + 157 = 414 (100%)
R 124 of 414 ~ 29.95%
G 133 of 414 ~ 32.13%
B 157 of 414 ~ 37.92%

%29.95
%32.13
%37.92

CMYK color model

#7C859D color CMYK value is (21,15,0,38).

  • cyan value is 21.02%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(21,15,0,38)
C21M15Y0K38 
(21%,15%,0%,38%)
(0.21/0.15/0.00/0.38)	

CMYK percentages

%21.02
%15.29
%0
%38.43

Codes

Color #7C859D in popluar color models

7C859D
RGB124133157
HSL224°14.41%55.10%
HSB/HSV224°21.02%61.57%
CMYK21.02%15.29%0.00%
38.43%

Color #7C859D in popluar number systems.

HEX7C859D
Decimal124133157
Binary11111001000010110011101
Octal174205235

Shades and tints

Shades of #7C859D

#7C859D
(124,133,157)
#71798F
(113,121,143)
#666D81
(102,109,129)
#5B6173
(91,97,115)
#505565
(80,85,101)
#454957
(69,73,87)
#3A3D49
(58,61,73)
#2F313B
(47,49,59)
#24252D
(36,37,45)
#19191F
(25,25,31)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #7C859D

#7C859D
(124,133,157)
#8790A5
(135,144,165)
#929BAD
(146,155,173)
#9DA6B5
(157,166,181)
#A8B1BD
(168,177,189)
#B3BCC5
(179,188,197)
#BEC7CD
(190,199,205)
#C9D2D5
(201,210,213)
#D4DDDD
(212,221,221)
#DFE8E5
(223,232,229)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C859D color. Also use rgb(124,133,157) instead hex code.

Text Font Color

.myTextColor { color: #7C859D; }

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

This text font color is #7C859D.


Background Color

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

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

This div background color is #7C859D.


Border color

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

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

This div border color is #7C859D.


Opacity

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

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

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

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

This text has shadow with #7C859D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C859D on black background.


Color preview on white background

This text has color #7C859D on white background.



Black color preview on #7C859D background

This text has black color on #7C859D background.


White color preview on #7C859D background

This text has white color on #7C859D background.