COLOR #7C437E

HEX: #7C437E
RGB: (124,67,126)

Color info

#7C437E contains red, green and blue colors in about the same proportion. Web safe color of #7C437E is #663366 (or #636).

RGB color model

#7C437E color RGB value is (124,67,126).

  • red value is 124;
  • green value is 67;
  • blue value is 126.
RGB:
(124,67,126)
(49%,26%,49%)

RGB channels and saturation

R 124 of 255 = 49%
G 67 of 255 = 26%
B 126 of 255 = 49%

124
67
126

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

Portions of RGB colors in percentages

R + G + B =
124 + 67 + 126 = 317 (100%)
R 124 of 317 ~ 39.12%
G 67 of 317 ~ 21.14%
B 126 of 317 ~ 39.75%

%39.12
%21.14
%39.75

CMYK color model

#7C437E color CMYK value is (2,47,0,51).

  • cyan value is 1.59%
  • magenta value is 46.83%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(2,47,0,51)
C2M47Y0K51 
(2%,47%,0%,51%)
(0.02/0.47/0.00/0.51)	

CMYK percentages

%1.59
%46.83
%0
%50.59

Codes

Color #7C437E in popluar color models

7C437E
RGB12467126
HSL298°30.57%37.84%
HSB/HSV298°46.83%49.41%
CMYK1.59%46.83%0.00%
50.59%

Color #7C437E in popluar number systems.

HEX7C437E
Decimal12467126
Binary111110010000111111110
Octal174103176

Shades and tints

Shades of #7C437E

#7C437E
(124,67,126)
#713D73
(113,61,115)
#663768
(102,55,104)
#5B315D
(91,49,93)
#502B52
(80,43,82)
#452547
(69,37,71)
#3A1F3C
(58,31,60)
#2F1931
(47,25,49)
#241326
(36,19,38)
#190D1B
(25,13,27)
#0E0710
(14,7,16)
#000000
(0,0,0)

Tints of #7C437E

#7C437E
(124,67,126)
#875489
(135,84,137)
#926594
(146,101,148)
#9D769F
(157,118,159)
#A887AA
(168,135,170)
#B398B5
(179,152,181)
#BEA9C0
(190,169,192)
#C9BACB
(201,186,203)
#D4CBD6
(212,203,214)
#DFDCE1
(223,220,225)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C437E color. Also use rgb(124,67,126) instead hex code.

Text Font Color

.myTextColor { color: #7C437E; }

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

This text font color is #7C437E.


Background Color

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

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

This div background color is #7C437E.


Border color

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

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

This div border color is #7C437E.


Opacity

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

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

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

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

This text has shadow with #7C437E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C437E on black background.


Color preview on white background

This text has color #7C437E on white background.



Black color preview on #7C437E background

This text has black color on #7C437E background.


White color preview on #7C437E background

This text has white color on #7C437E background.