COLOR #7C6F87

HEX: #7C6F87
RGB: (124,111,135)

Color info

#7C6F87 contains red, green and blue colors in about the same proportion. Web safe color of #7C6F87 is #666699 (or #669).

RGB color model

#7C6F87 color RGB value is (124,111,135).

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

RGB channels and saturation

R 124 of 255 = 49%
G 111 of 255 = 44%
B 135 of 255 = 53%

124
111
135

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

Portions of RGB colors in percentages

R + G + B =
124 + 111 + 135 = 370 (100%)
R 124 of 370 ~ 33.51%
G 111 of 370 ~ 30%
B 135 of 370 ~ 36.49%

%33.51
%30
%36.49

CMYK color model

#7C6F87 color CMYK value is (8,18,0,47).

  • cyan value is 8.15%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(8,18,0,47)
C8M18Y0K47 
(8%,18%,0%,47%)
(0.08/0.18/0.00/0.47)	

CMYK percentages

%8.15
%17.78
%0
%47.06

Codes

Color #7C6F87 in popluar color models

7C6F87
RGB124111135
HSL273°9.76%48.24%
HSB/HSV273°17.78%52.94%
CMYK8.15%17.78%0.00%
47.06%

Color #7C6F87 in popluar number systems.

HEX7C6F87
Decimal124111135
Binary1111100110111110000111
Octal174157207

Shades and tints

Shades of #7C6F87

#7C6F87
(124,111,135)
#71657B
(113,101,123)
#665B6F
(102,91,111)
#5B5163
(91,81,99)
#504757
(80,71,87)
#453D4B
(69,61,75)
#3A333F
(58,51,63)
#2F2933
(47,41,51)
#241F27
(36,31,39)
#19151B
(25,21,27)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #7C6F87

#7C6F87
(124,111,135)
#877C91
(135,124,145)
#92899B
(146,137,155)
#9D96A5
(157,150,165)
#A8A3AF
(168,163,175)
#B3B0B9
(179,176,185)
#BEBDC3
(190,189,195)
#C9CACD
(201,202,205)
#D4D7D7
(212,215,215)
#DFE4E1
(223,228,225)
#EAF1EB
(234,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6F87; }

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

This text font color is #7C6F87.


Background Color

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

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

This div background color is #7C6F87.


Border color

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

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

This div border color is #7C6F87.


Opacity

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

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

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

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

This text has shadow with #7C6F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6F87 on black background.


Color preview on white background

This text has color #7C6F87 on white background.



Black color preview on #7C6F87 background

This text has black color on #7C6F87 background.


White color preview on #7C6F87 background

This text has white color on #7C6F87 background.