COLOR #7C688B

HEX: #7C688B RGB: (124,104,139)

Color info

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

RGB color model

#7C688B color RGB value is (124,104,139).

RGB: (124,104,139) (49%, 41%, 55%)

RGB channels and saturation

R 124 of 255 = 49%
G 104 of 255 = 41%
B 139 of 255 = 55%

124
104
139

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

Portions of RGB colors in percentages

R + G + B = 124 + 104 + 139 = 367 (100%)
R 124 of 367 ~ 33.79%
G 104 of 367 ~ 28.34%
B 139 of 367 ~ 37.87'%

%33.79
%28.34
%37.87

CMYK color model

#7C688B color CMYK value is (11,25,0,45).

  • cyan value is 10.79%
  • magenta value is 25.18%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (11,25,0,45) C11M25Y0K45 (11%,25%,0%,45%) (0.11/0.25/0.00/0.45) 

CMYK percentages

%10.79
%25.18
%0
%45.49

Codes

Color #7C688B in popluar color models

7C 68 8B
RGB 124 104 139
HSL 274° 14.40% 47.65%
HSB/HSV 274° 25.18% 54.51%
CMYK 10.79% 25.18% 0.00%
45.49%

Color #7C688B in popluar number systems.

HEX 7C 68 8B
Decimal 124 104 139
Binary 1111100 1101000 10001011
Octal 174 150 213

Shades and tints

Shades of #7C688B

#7C688B
(124,104,139)
#715F7F
(113,95,127)
#665673
(102,86,115)
#5B4D67
(91,77,103)
#50445B
(80,68,91)
#453B4F
(69,59,79)
#3A3243
(58,50,67)
#2F2937
(47,41,55)
#24202B
(36,32,43)
#19171F
(25,23,31)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #7C688B

#7C688B
(124,104,139)
#877595
(135,117,149)
#92829F
(146,130,159)
#9D8FA9
(157,143,169)
#A89CB3
(168,156,179)
#B3A9BD
(179,169,189)
#BEB6C7
(190,182,199)
#C9C3D1
(201,195,209)
#D4D0DB
(212,208,219)
#DFDDE5
(223,221,229)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C688B; }

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

This text font color is #7C688B.

Background Color

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

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

This div background color is #7C688B.

Border color

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

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

This div border color is #7C688B.

Opacity

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

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

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

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

This text has shadow with #7C688B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C688B.

Preview

Color preview on black background

This text has color #7C688B on black background.


Color preview on white background

This text has color #7C688B on white background.


Black color preview on #7C688B background

This text has black color on #7C688B background.


White color preview on #7C688B background

This text has white color on #7C688B background.


Related colors

Complementary color

Complementary color for #hex is #839774.


I love getcolorcode.com

Triadic colors

1 #8B7C68 and #688B7C with #7C688B are triadic colors.

2 #8B687C and #687C8B with #7C688B are triadic colors.