COLOR #7C659B

HEX: #7C659B RGB: (124,101,155)

Color info

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

RGB color model

#7C659B color RGB value is (124,101,155).

RGB: (124,101,155) (49%, 40%, 61%)

RGB channels and saturation

R 124 of 255 = 49%
G 101 of 255 = 40%
B 155 of 255 = 61%

124
101
155

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

Portions of RGB colors in percentages

R + G + B = 124 + 101 + 155 = 380 (100%)
R 124 of 380 ~ 32.63%
G 101 of 380 ~ 26.58%
B 155 of 380 ~ 40.79'%

%32.63
%26.58
%40.79

CMYK color model

#7C659B color CMYK value is (20,35,0,39).

  • cyan value is 20.00%
  • magenta value is 34.84%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (20,35,0,39)
C20M35Y0K39 (20%, 35%, 0%, 39%)
(0.20 / 0.35 / 0.00 / 0.39)

CMYK percentages

%20
%34.84
%0
%39.22

Codes

Color #7C659B in popluar color models

7C 65 9B
RGB 124 101 155
HSL 266° 21.26% 50.20%
HSB/HSV 266° 34.84% 60.78%
CMYK 20.00% 34.84% 0.00%
39.22%

Color #7C659B in popluar number systems.

HEX 7C 65 9B
Decimal 124 101 155
Binary 1111100 1100101 10011011
Octal 174 145 233

Shades and tints

Shades of #7C659B

#7C659B
(124,101,155)
#715C8D
(113,92,141)
#66537F
(102,83,127)
#5B4A71
(91,74,113)
#504163
(80,65,99)
#453855
(69,56,85)
#3A2F47
(58,47,71)
#2F2639
(47,38,57)
#241D2B
(36,29,43)
#19141D
(25,20,29)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #7C659B

#7C659B
(124,101,155)
#8773A4
(135,115,164)
#9281AD
(146,129,173)
#9D8FB6
(157,143,182)
#A89DBF
(168,157,191)
#B3ABC8
(179,171,200)
#BEB9D1
(190,185,209)
#C9C7DA
(201,199,218)
#D4D5E3
(212,213,227)
#DFE3EC
(223,227,236)
#EAF1F5
(234,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C659B color. Also use rgb(124,101,155) instead hex code.

Text Font Color

.myTextColor { color: #7C659B; }

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

This text font color is #7C659B.

Background Color

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

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

This div background color is #7C659B.

Border color

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

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

This div border color is #7C659B.

Opacity

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

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

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

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

This text has shadow with #7C659B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C659B.

Preview

Color preview on black background

This text has color #7C659B on black background.


Color preview on white background

This text has color #7C659B on white background.


Black color preview on #7C659B background

This text has black color on #7C659B background.


White color preview on #7C659B background

This text has white color on #7C659B background.


Related colors

Complementary color

Complementary color for #hex is #839A64.


I love getcolorcode.com

Triadic colors

1 #9B7C65 and #659B7C with #7C659B are triadic colors.

2 #9B657C and #657C9B with #7C659B are triadic colors.