COLOR #7C6184

HEX: #7C6184
RGB: (124,97,132)

Color info

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

RGB color model

#7C6184 color RGB value is (124,97,132).

  • red value is 124;
  • green value is 97;
  • blue value is 132.
RGB:
(124,97,132)
(49%,38%,52%)

RGB channels and saturation

R 124 of 255 = 49%
G 97 of 255 = 38%
B 132 of 255 = 52%

124
97
132

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

Portions of RGB colors in percentages

R + G + B =
124 + 97 + 132 = 353 (100%)
R 124 of 353 ~ 35.13%
G 97 of 353 ~ 27.48%
B 132 of 353 ~ 37.39%

%35.13
%27.48
%37.39

CMYK color model

#7C6184 color CMYK value is (6,27,0,48).

  • cyan value is 6.06%
  • magenta value is 26.52%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(6,27,0,48)
C6M27Y0K48 
(6%,27%,0%,48%)
(0.06/0.27/0.00/0.48)	

CMYK percentages

%6.06
%26.52
%0
%48.24

Codes

Color #7C6184 in popluar color models

7C6184
RGB12497132
HSL286°15.28%44.90%
HSB/HSV286°26.52%51.76%
CMYK6.06%26.52%0.00%
48.24%

Color #7C6184 in popluar number systems.

HEX7C6184
Decimal12497132
Binary1111100110000110000100
Octal174141204

Shades and tints

Shades of #7C6184

#7C6184
(124,97,132)
#715978
(113,89,120)
#66516C
(102,81,108)
#5B4960
(91,73,96)
#504154
(80,65,84)
#453948
(69,57,72)
#3A313C
(58,49,60)
#2F2930
(47,41,48)
#242124
(36,33,36)
#191918
(25,25,24)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #7C6184

#7C6184
(124,97,132)
#876F8F
(135,111,143)
#927D9A
(146,125,154)
#9D8BA5
(157,139,165)
#A899B0
(168,153,176)
#B3A7BB
(179,167,187)
#BEB5C6
(190,181,198)
#C9C3D1
(201,195,209)
#D4D1DC
(212,209,220)
#DFDFE7
(223,223,231)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6184 color. Also use rgb(124,97,132) instead hex code.

Text Font Color

.myTextColor { color: #7C6184; }

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

This text font color is #7C6184.


Background Color

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

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

This div background color is #7C6184.


Border color

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

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

This div border color is #7C6184.


Opacity

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

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

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

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

This text has shadow with #7C6184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6184 on black background.


Color preview on white background

This text has color #7C6184 on white background.



Black color preview on #7C6184 background

This text has black color on #7C6184 background.


White color preview on #7C6184 background

This text has white color on #7C6184 background.