COLOR #7C6687

HEX: #7C6687 RGB: (124,102,135)

Color info

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

RGB color model

#7C6687 color RGB value is (124,102,135).

RGB: (124,102,135) (49%, 40%, 53%)

RGB channels and saturation

R 124 of 255 = 49%
G 102 of 255 = 40%
B 135 of 255 = 53%

124
102
135

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

Portions of RGB colors in percentages

R + G + B = 124 + 102 + 135 = 361 (100%)
R 124 of 361 ~ 34.35%
G 102 of 361 ~ 28.25%
B 135 of 361 ~ 37.4'%

%34.35
%28.25
%37.4

CMYK color model

#7C6687 color CMYK value is (8,24,0,47).

  • cyan value is 8.15%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (8,24,0,47)
C8M24Y0K47 (8%, 24%, 0%, 47%)
(0.08 / 0.24 / 0.00 / 0.47)

CMYK percentages

%8.15
%24.44
%0
%47.06

Codes

Color #7C6687 in popluar color models

7C 66 87
RGB 124 102 135
HSL 280° 13.92% 46.47%
HSB/HSV 280° 24.44% 52.94%
CMYK 8.15% 24.44% 0.00%
47.06%

Color #7C6687 in popluar number systems.

HEX 7C 66 87
Decimal 124 102 135
Binary 1111100 1100110 10000111
Octal 174 146 207

Shades and tints

Shades of #7C6687

#7C6687
(124,102,135)
#715D7B
(113,93,123)
#66546F
(102,84,111)
#5B4B63
(91,75,99)
#504257
(80,66,87)
#45394B
(69,57,75)
#3A303F
(58,48,63)
#2F2733
(47,39,51)
#241E27
(36,30,39)
#19151B
(25,21,27)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #7C6687

#7C6687
(124,102,135)
#877391
(135,115,145)
#92809B
(146,128,155)
#9D8DA5
(157,141,165)
#A89AAF
(168,154,175)
#B3A7B9
(179,167,185)
#BEB4C3
(190,180,195)
#C9C1CD
(201,193,205)
#D4CED7
(212,206,215)
#DFDBE1
(223,219,225)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6687; }

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

This text font color is #7C6687.

Background Color

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

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

This div background color is #7C6687.

Border color

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

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

This div border color is #7C6687.

Opacity

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

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

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

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

This text has shadow with #7C6687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6687.

Preview

Color preview on black background

This text has color #7C6687 on black background.


Color preview on white background

This text has color #7C6687 on white background.


Black color preview on #7C6687 background

This text has black color on #7C6687 background.


White color preview on #7C6687 background

This text has white color on #7C6687 background.


Related colors

Complementary color

Complementary color for #hex is #839978.


I love getcolorcode.com

Triadic colors

1 #877C66 and #66877C with #7C6687 are triadic colors.

2 #87667C and #667C87 with #7C6687 are triadic colors.