COLOR #7C6F86

HEX: #7C6F86
RGB: (124,111,134)

Color info

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

RGB color model

#7C6F86 color RGB value is (124,111,134).

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

RGB channels and saturation

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

124
111
134

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

Portions of RGB colors in percentages

R + G + B =
124 + 111 + 134 = 369 (100%)
R 124 of 369 ~ 33.6%
G 111 of 369 ~ 30.08%
B 134 of 369 ~ 36.31%

%33.6
%30.08
%36.31

CMYK color model

#7C6F86 color CMYK value is (7,17,0,47).

  • cyan value is 7.46%
  • magenta value is 17.16%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(7,17,0,47)
C7M17Y0K47 
(7%,17%,0%,47%)
(0.07/0.17/0.00/0.47)	

CMYK percentages

%7.46
%17.16
%0
%47.45

Codes

Color #7C6F86 in popluar color models

7C6F86
RGB124111134
HSL274°9.39%48.04%
HSB/HSV274°17.16%52.55%
CMYK7.46%17.16%0.00%
47.45%

Color #7C6F86 in popluar number systems.

HEX7C6F86
Decimal124111134
Binary1111100110111110000110
Octal174157206

Shades and tints

Shades of #7C6F86

#7C6F86
(124,111,134)
#71657A
(113,101,122)
#665B6E
(102,91,110)
#5B5162
(91,81,98)
#504756
(80,71,86)
#453D4A
(69,61,74)
#3A333E
(58,51,62)
#2F2932
(47,41,50)
#241F26
(36,31,38)
#19151A
(25,21,26)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #7C6F86

#7C6F86
(124,111,134)
#877C91
(135,124,145)
#92899C
(146,137,156)
#9D96A7
(157,150,167)
#A8A3B2
(168,163,178)
#B3B0BD
(179,176,189)
#BEBDC8
(190,189,200)
#C9CAD3
(201,202,211)
#D4D7DE
(212,215,222)
#DFE4E9
(223,228,233)
#EAF1F4
(234,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6F86; }

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

This text font color is #7C6F86.


Background Color

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

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

This div background color is #7C6F86.


Border color

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

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

This div border color is #7C6F86.


Opacity

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

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

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

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

This text has shadow with #7C6F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6F86 on black background.


Color preview on white background

This text has color #7C6F86 on white background.



Black color preview on #7C6F86 background

This text has black color on #7C6F86 background.


White color preview on #7C6F86 background

This text has white color on #7C6F86 background.