COLOR #7C658F

HEX: #7C658F
RGB: (124,101,143)

Color info

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

RGB color model

#7C658F color RGB value is (124,101,143).

  • red value is 124;
  • green value is 101;
  • blue value is 143.
RGB:
(124,101,143)
(49%,40%,56%)

RGB channels and saturation

R 124 of 255 = 49%
G 101 of 255 = 40%
B 143 of 255 = 56%

124
101
143

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

Portions of RGB colors in percentages

R + G + B =
124 + 101 + 143 = 368 (100%)
R 124 of 368 ~ 33.7%
G 101 of 368 ~ 27.45%
B 143 of 368 ~ 38.86%

%33.7
%27.45
%38.86

CMYK color model

#7C658F color CMYK value is (13,29,0,44).

  • cyan value is 13.29%
  • magenta value is 29.37%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(13,29,0,44)
C13M29Y0K44 
(13%,29%,0%,44%)
(0.13/0.29/0.00/0.44)	

CMYK percentages

%13.29
%29.37
%0
%43.92

Codes

Color #7C658F in popluar color models

7C658F
RGB124101143
HSL273°17.21%47.84%
HSB/HSV273°29.37%56.08%
CMYK13.29%29.37%0.00%
43.92%

Color #7C658F in popluar number systems.

HEX7C658F
Decimal124101143
Binary1111100110010110001111
Octal174145217

Shades and tints

Shades of #7C658F

#7C658F
(124,101,143)
#715C82
(113,92,130)
#665375
(102,83,117)
#5B4A68
(91,74,104)
#50415B
(80,65,91)
#45384E
(69,56,78)
#3A2F41
(58,47,65)
#2F2634
(47,38,52)
#241D27
(36,29,39)
#19141A
(25,20,26)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #7C658F

#7C658F
(124,101,143)
#877399
(135,115,153)
#9281A3
(146,129,163)
#9D8FAD
(157,143,173)
#A89DB7
(168,157,183)
#B3ABC1
(179,171,193)
#BEB9CB
(190,185,203)
#C9C7D5
(201,199,213)
#D4D5DF
(212,213,223)
#DFE3E9
(223,227,233)
#EAF1F3
(234,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C658F; }

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

This text font color is #7C658F.


Background Color

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

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

This div background color is #7C658F.


Border color

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

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

This div border color is #7C658F.


Opacity

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

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

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

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

This text has shadow with #7C658F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C658F on black background.


Color preview on white background

This text has color #7C658F on white background.



Black color preview on #7C658F background

This text has black color on #7C658F background.


White color preview on #7C658F background

This text has white color on #7C658F background.