COLOR #7C658C

HEX: #7C658C RGB: (124,101,140)

Color info

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

RGB color model

#7C658C color RGB value is (124,101,140).

RGB: (124,101,140) (49%, 40%, 55%)

RGB channels and saturation

R 124 of 255 = 49%
G 101 of 255 = 40%
B 140 of 255 = 55%

124
101
140

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

Portions of RGB colors in percentages

R + G + B = 124 + 101 + 140 = 365 (100%)
R 124 of 365 ~ 33.97%
G 101 of 365 ~ 27.67%
B 140 of 365 ~ 38.36'%

%33.97
%27.67
%38.36

CMYK color model

#7C658C color CMYK value is (11,28,0,45).

  • cyan value is 11.43%
  • magenta value is 27.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (11,28,0,45)
C11M28Y0K45 (11%, 28%, 0%, 45%)
(0.11 / 0.28 / 0.00 / 0.45)

CMYK percentages

%11.43
%27.86
%0
%45.1

Codes

Color #7C658C in popluar color models

7C 65 8C
RGB 124 101 140
HSL 275° 16.18% 47.25%
HSB/HSV 275° 27.86% 54.90%
CMYK 11.43% 27.86% 0.00%
45.10%

Color #7C658C in popluar number systems.

HEX 7C 65 8C
Decimal 124 101 140
Binary 1111100 1100101 10001100
Octal 174 145 214

Shades and tints

Shades of #7C658C

#7C658C
(124,101,140)
#715C80
(113,92,128)
#665374
(102,83,116)
#5B4A68
(91,74,104)
#50415C
(80,65,92)
#453850
(69,56,80)
#3A2F44
(58,47,68)
#2F2638
(47,38,56)
#241D2C
(36,29,44)
#191420
(25,20,32)
#0E0B14
(14,11,20)
#000000
(0,0,0)

Tints of #7C658C

#7C658C
(124,101,140)
#877396
(135,115,150)
#9281A0
(146,129,160)
#9D8FAA
(157,143,170)
#A89DB4
(168,157,180)
#B3ABBE
(179,171,190)
#BEB9C8
(190,185,200)
#C9C7D2
(201,199,210)
#D4D5DC
(212,213,220)
#DFE3E6
(223,227,230)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C658C; }

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

This text font color is #7C658C.

Background Color

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

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

This div background color is #7C658C.

Border color

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

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

This div border color is #7C658C.

Opacity

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

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

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

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

This text has shadow with #7C658C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C658C.

Preview

Color preview on black background

This text has color #7C658C on black background.


Color preview on white background

This text has color #7C658C on white background.


Black color preview on #7C658C background

This text has black color on #7C658C background.


White color preview on #7C658C background

This text has white color on #7C658C background.


Related colors

Complementary color

Complementary color for #hex is #839A73.


I love getcolorcode.com

Triadic colors

1 #8C7C65 and #658C7C with #7C658C are triadic colors.

2 #8C657C and #657C8C with #7C658C are triadic colors.