COLOR #7C6984

HEX: #7C6984 RGB: (124,105,132)

Color info

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

RGB color model

#7C6984 color RGB value is (124,105,132).

RGB: (124,105,132) (49%, 41%, 52%)

RGB channels and saturation

R 124 of 255 = 49%
G 105 of 255 = 41%
B 132 of 255 = 52%

124
105
132

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

Portions of RGB colors in percentages

R + G + B = 124 + 105 + 132 = 361 (100%)
R 124 of 361 ~ 34.35%
G 105 of 361 ~ 29.09%
B 132 of 361 ~ 36.57'%

%34.35
%29.09
%36.57

CMYK color model

#7C6984 color CMYK value is (6,20,0,48).

  • cyan value is 6.06%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (6,20,0,48)
C6M20Y0K48 (6%, 20%, 0%, 48%)
(0.06 / 0.20 / 0.00 / 0.48)

CMYK percentages

%6.06
%20.45
%0
%48.24

Codes

Color #7C6984 in popluar color models

7C 69 84
RGB 124 105 132
HSL 282° 11.39% 46.47%
HSB/HSV 282° 20.45% 51.76%
CMYK 6.06% 20.45% 0.00%
48.24%

Color #7C6984 in popluar number systems.

HEX 7C 69 84
Decimal 124 105 132
Binary 1111100 1101001 10000100
Octal 174 151 204

Shades and tints

Shades of #7C6984

#7C6984
(124,105,132)
#716078
(113,96,120)
#66576C
(102,87,108)
#5B4E60
(91,78,96)
#504554
(80,69,84)
#453C48
(69,60,72)
#3A333C
(58,51,60)
#2F2A30
(47,42,48)
#242124
(36,33,36)
#191818
(25,24,24)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #7C6984

#7C6984
(124,105,132)
#87768F
(135,118,143)
#92839A
(146,131,154)
#9D90A5
(157,144,165)
#A89DB0
(168,157,176)
#B3AABB
(179,170,187)
#BEB7C6
(190,183,198)
#C9C4D1
(201,196,209)
#D4D1DC
(212,209,220)
#DFDEE7
(223,222,231)
#EAEBF2
(234,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6984; }

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

This text font color is #7C6984.

Background Color

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

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

This div background color is #7C6984.

Border color

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

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

This div border color is #7C6984.

Opacity

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

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

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

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

This text has shadow with #7C6984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6984.

Preview

Color preview on black background

This text has color #7C6984 on black background.


Color preview on white background

This text has color #7C6984 on white background.


Black color preview on #7C6984 background

This text has black color on #7C6984 background.


White color preview on #7C6984 background

This text has white color on #7C6984 background.


Related colors

Complementary color

Complementary color for #hex is #83967B.


I love getcolorcode.com

Triadic colors

1 #847C69 and #69847C with #7C6984 are triadic colors.

2 #84697C and #697C84 with #7C6984 are triadic colors.