COLOR #7C6888

HEX: #7C6888 RGB: (124,104,136)

Color info

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

RGB color model

#7C6888 color RGB value is (124,104,136).

RGB: (124,104,136) (49%, 41%, 53%)

RGB channels and saturation

R 124 of 255 = 49%
G 104 of 255 = 41%
B 136 of 255 = 53%

124
104
136

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

Portions of RGB colors in percentages

R + G + B = 124 + 104 + 136 = 364 (100%)
R 124 of 364 ~ 34.07%
G 104 of 364 ~ 28.57%
B 136 of 364 ~ 37.36'%

%34.07
%28.57
%37.36

CMYK color model

#7C6888 color CMYK value is (9,24,0,47).

  • cyan value is 8.82%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (9,24,0,47)
C9M24Y0K47 (9%, 24%, 0%, 47%)
(0.09 / 0.24 / 0.00 / 0.47)

CMYK percentages

%8.82
%23.53
%0
%46.67

Codes

Color #7C6888 in popluar color models

7C 68 88
RGB 124 104 136
HSL 278° 13.33% 47.06%
HSB/HSV 278° 23.53% 53.33%
CMYK 8.82% 23.53% 0.00%
46.67%

Color #7C6888 in popluar number systems.

HEX 7C 68 88
Decimal 124 104 136
Binary 1111100 1101000 10001000
Octal 174 150 210

Shades and tints

Shades of #7C6888

#7C6888
(124,104,136)
#715F7C
(113,95,124)
#665670
(102,86,112)
#5B4D64
(91,77,100)
#504458
(80,68,88)
#453B4C
(69,59,76)
#3A3240
(58,50,64)
#2F2934
(47,41,52)
#242028
(36,32,40)
#19171C
(25,23,28)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #7C6888

#7C6888
(124,104,136)
#877592
(135,117,146)
#92829C
(146,130,156)
#9D8FA6
(157,143,166)
#A89CB0
(168,156,176)
#B3A9BA
(179,169,186)
#BEB6C4
(190,182,196)
#C9C3CE
(201,195,206)
#D4D0D8
(212,208,216)
#DFDDE2
(223,221,226)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6888; }

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

This text font color is #7C6888.

Background Color

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

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

This div background color is #7C6888.

Border color

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

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

This div border color is #7C6888.

Opacity

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

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

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

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

This text has shadow with #7C6888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C6888.

Preview

Color preview on black background

This text has color #7C6888 on black background.


Color preview on white background

This text has color #7C6888 on white background.


Black color preview on #7C6888 background

This text has black color on #7C6888 background.


White color preview on #7C6888 background

This text has white color on #7C6888 background.


Related colors

Complementary color

Complementary color for #hex is #839777.


I love getcolorcode.com

Triadic colors

1 #887C68 and #68887C with #7C6888 are triadic colors.

2 #88687C and #687C88 with #7C6888 are triadic colors.