COLOR #7C608B

HEX: #7C608B RGB: (124,96,139)

Color info

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

RGB color model

#7C608B color RGB value is (124,96,139).

RGB: (124,96,139) (49%, 38%, 55%)

RGB channels and saturation

R 124 of 255 = 49%
G 96 of 255 = 38%
B 139 of 255 = 55%

124
96
139

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

Portions of RGB colors in percentages

R + G + B = 124 + 96 + 139 = 359 (100%)
R 124 of 359 ~ 34.54%
G 96 of 359 ~ 26.74%
B 139 of 359 ~ 38.72'%

%34.54
%26.74
%38.72

CMYK color model

#7C608B color CMYK value is (11,31,0,45).

  • cyan value is 10.79%
  • magenta value is 30.94%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (11,31,0,45)
C11M31Y0K45 (11%, 31%, 0%, 45%)
(0.11 / 0.31 / 0.00 / 0.45)

CMYK percentages

%10.79
%30.94
%0
%45.49

Codes

Color #7C608B in popluar color models

7C 60 8B
RGB 124 96 139
HSL 279° 18.30% 46.08%
HSB/HSV 279° 30.94% 54.51%
CMYK 10.79% 30.94% 0.00%
45.49%

Color #7C608B in popluar number systems.

HEX 7C 60 8B
Decimal 124 96 139
Binary 1111100 1100000 10001011
Octal 174 140 213

Shades and tints

Shades of #7C608B

#7C608B
(124,96,139)
#71587F
(113,88,127)
#665073
(102,80,115)
#5B4867
(91,72,103)
#50405B
(80,64,91)
#45384F
(69,56,79)
#3A3043
(58,48,67)
#2F2837
(47,40,55)
#24202B
(36,32,43)
#19181F
(25,24,31)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #7C608B

#7C608B
(124,96,139)
#876E95
(135,110,149)
#927C9F
(146,124,159)
#9D8AA9
(157,138,169)
#A898B3
(168,152,179)
#B3A6BD
(179,166,189)
#BEB4C7
(190,180,199)
#C9C2D1
(201,194,209)
#D4D0DB
(212,208,219)
#DFDEE5
(223,222,229)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C608B; }

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

This text font color is #7C608B.

Background Color

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

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

This div background color is #7C608B.

Border color

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

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

This div border color is #7C608B.

Opacity

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

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

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

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

This text has shadow with #7C608B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C608B.

Preview

Color preview on black background

This text has color #7C608B on black background.


Color preview on white background

This text has color #7C608B on white background.


Black color preview on #7C608B background

This text has black color on #7C608B background.


White color preview on #7C608B background

This text has white color on #7C608B background.


Related colors

Complementary color

Complementary color for #hex is #839F74.


I love getcolorcode.com

Triadic colors

1 #8B7C60 and #608B7C with #7C608B are triadic colors.

2 #8B607C and #607C8B with #7C608B are triadic colors.