COLOR #7C2B5B

HEX: #7C2B5B
RGB: (124,43,91)

Color info

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

RGB color model

#7C2B5B color RGB value is (124,43,91).

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

RGB channels and saturation

R 124 of 255 = 49%
G 43 of 255 = 17%
B 91 of 255 = 36%

124
43
91

R + G + B ~ 34%. #7C2B5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 43 + 91 = 258 (100%)
R 124 of 258 ~ 48.06%
G 43 of 258 ~ 16.67%
B 91 of 258 ~ 35.27%

%48.06
%16.67
%35.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 65.32%
  • yellow value is 26.61%
  • key color value is 51.37%
CMYK:
(0,65,27,51)
C0M65Y27K51 
(0%,65%,27%,51%)
(0.00/0.65/0.27/0.51)	

CMYK percentages

%0
%65.32
%26.61
%51.37

Codes

Color #7C2B5B in popluar color models

7C2B5B
RGB1244391
HSL324°48.50%32.75%
HSB/HSV324°65.32%48.63%
CMYK0.00%65.32%26.61%
51.37%

Color #7C2B5B in popluar number systems.

HEX7C2B5B
Decimal1244391
Binary11111001010111011011
Octal17453133

Shades and tints

Shades of #7C2B5B

#7C2B5B
(124,43,91)
#712853
(113,40,83)
#66254B
(102,37,75)
#5B2243
(91,34,67)
#501F3B
(80,31,59)
#451C33
(69,28,51)
#3A192B
(58,25,43)
#2F1623
(47,22,35)
#24131B
(36,19,27)
#191013
(25,16,19)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #7C2B5B

#7C2B5B
(124,43,91)
#873E69
(135,62,105)
#925177
(146,81,119)
#9D6485
(157,100,133)
#A87793
(168,119,147)
#B38AA1
(179,138,161)
#BE9DAF
(190,157,175)
#C9B0BD
(201,176,189)
#D4C3CB
(212,195,203)
#DFD6D9
(223,214,217)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C2B5B; }

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

This text font color is #7C2B5B.


Background Color

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

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

This div background color is #7C2B5B.


Border color

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

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

This div border color is #7C2B5B.


Opacity

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

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

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

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

This text has shadow with #7C2B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C2B5B on black background.


Color preview on white background

This text has color #7C2B5B on white background.



Black color preview on #7C2B5B background

This text has black color on #7C2B5B background.


White color preview on #7C2B5B background

This text has white color on #7C2B5B background.