COLOR #7C6878

HEX: #7C6878
RGB: (124,104,120)

Color info

#7C6878 contains red, green and blue colors in about the same proportion. Web safe color of #7C6878 is #666666 (or #666).

RGB color model

#7C6878 color RGB value is (124,104,120).

  • red value is 124;
  • green value is 104;
  • blue value is 120.
RGB:
(124,104,120)
(49%,41%,47%)

RGB channels and saturation

R 124 of 255 = 49%
G 104 of 255 = 41%
B 120 of 255 = 47%

124
104
120

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

Portions of RGB colors in percentages

R + G + B =
124 + 104 + 120 = 348 (100%)
R 124 of 348 ~ 35.63%
G 104 of 348 ~ 29.89%
B 120 of 348 ~ 34.48%

%35.63
%29.89
%34.48

CMYK color model

#7C6878 color CMYK value is (0,16,3,51).

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 3.23%
  • key color value is 51.37%
CMYK:
(0,16,3,51)
C0M16Y3K51 
(0%,16%,3%,51%)
(0.00/0.16/0.03/0.51)	

CMYK percentages

%0
%16.13
%3.23
%51.37

Codes

Color #7C6878 in popluar color models

7C6878
RGB124104120
HSL312°8.77%44.71%
HSB/HSV312°16.13%48.63%
CMYK0.00%16.13%3.23%
51.37%

Color #7C6878 in popluar number systems.

HEX7C6878
Decimal124104120
Binary111110011010001111000
Octal174150170

Shades and tints

Shades of #7C6878

#7C6878
(124,104,120)
#715F6E
(113,95,110)
#665664
(102,86,100)
#5B4D5A
(91,77,90)
#504450
(80,68,80)
#453B46
(69,59,70)
#3A323C
(58,50,60)
#2F2932
(47,41,50)
#242028
(36,32,40)
#19171E
(25,23,30)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #7C6878

#7C6878
(124,104,120)
#877584
(135,117,132)
#928290
(146,130,144)
#9D8F9C
(157,143,156)
#A89CA8
(168,156,168)
#B3A9B4
(179,169,180)
#BEB6C0
(190,182,192)
#C9C3CC
(201,195,204)
#D4D0D8
(212,208,216)
#DFDDE4
(223,221,228)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6878 color. Also use rgb(124,104,120) instead hex code.

Text Font Color

.myTextColor { color: #7C6878; }

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

This text font color is #7C6878.


Background Color

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

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

This div background color is #7C6878.


Border color

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

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

This div border color is #7C6878.


Opacity

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

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

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

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

This text has shadow with #7C6878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6878 on black background.


Color preview on white background

This text has color #7C6878 on white background.



Black color preview on #7C6878 background

This text has black color on #7C6878 background.


White color preview on #7C6878 background

This text has white color on #7C6878 background.