COLOR #7C2B73

HEX: #7C2B73
RGB: (124,43,115)

Color info

#7C2B73 contains mainly red and blue colors. Web safe color of #7C2B73 is #663366 (or #636).

RGB color model

#7C2B73 color RGB value is (124,43,115).

  • red value is 124;
  • green value is 43;
  • blue value is 115.
RGB:
(124,43,115)
(49%,17%,45%)

RGB channels and saturation

R 124 of 255 = 49%
G 43 of 255 = 17%
B 115 of 255 = 45%

124
43
115

R + G + B ~ 37%. #7C2B73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 43 + 115 = 282 (100%)
R 124 of 282 ~ 43.97%
G 43 of 282 ~ 15.25%
B 115 of 282 ~ 40.78%

%43.97
%15.25
%40.78

CMYK color model

#7C2B73 color CMYK value is (0,65,7,51).

  • cyan value is 0.00%
  • magenta value is 65.32%
  • yellow value is 7.26%
  • key color value is 51.37%
CMYK:
(0,65,7,51)
C0M65Y7K51 
(0%,65%,7%,51%)
(0.00/0.65/0.07/0.51)	

CMYK percentages

%0
%65.32
%7.26
%51.37

Codes

Color #7C2B73 in popluar color models

7C2B73
RGB12443115
HSL307°48.50%32.75%
HSB/HSV307°65.32%48.63%
CMYK0.00%65.32%7.26%
51.37%

Color #7C2B73 in popluar number systems.

HEX7C2B73
Decimal12443115
Binary11111001010111110011
Octal17453163

Shades and tints

Shades of #7C2B73

#7C2B73
(124,43,115)
#712869
(113,40,105)
#66255F
(102,37,95)
#5B2255
(91,34,85)
#501F4B
(80,31,75)
#451C41
(69,28,65)
#3A1937
(58,25,55)
#2F162D
(47,22,45)
#241323
(36,19,35)
#191019
(25,16,25)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #7C2B73

#7C2B73
(124,43,115)
#873E7F
(135,62,127)
#92518B
(146,81,139)
#9D6497
(157,100,151)
#A877A3
(168,119,163)
#B38AAF
(179,138,175)
#BE9DBB
(190,157,187)
#C9B0C7
(201,176,199)
#D4C3D3
(212,195,211)
#DFD6DF
(223,214,223)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C2B73 color. Also use rgb(124,43,115) instead hex code.

Text Font Color

.myTextColor { color: #7C2B73; }

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

This text font color is #7C2B73.


Background Color

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

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

This div background color is #7C2B73.


Border color

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

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

This div border color is #7C2B73.


Opacity

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

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

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

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

This text has shadow with #7C2B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C2B73 on black background.


Color preview on white background

This text has color #7C2B73 on white background.



Black color preview on #7C2B73 background

This text has black color on #7C2B73 background.


White color preview on #7C2B73 background

This text has white color on #7C2B73 background.