COLOR #7B2A57

HEX: #7B2A57
RGB: (123,42,87)

Color info

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

RGB color model

#7B2A57 color RGB value is (123,42,87).

  • red value is 123;
  • green value is 42;
  • blue value is 87.
RGB:
(123,42,87)
(48%,16%,34%)

RGB channels and saturation

R 123 of 255 = 48%
G 42 of 255 = 16%
B 87 of 255 = 34%

123
42
87

R + G + B ~ 33%. #7B2A57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 42 + 87 = 252 (100%)
R 123 of 252 ~ 48.81%
G 42 of 252 ~ 16.67%
B 87 of 252 ~ 34.52%

%48.81
%16.67
%34.52

CMYK color model

#7B2A57 color CMYK value is (0,66,29,52).

  • cyan value is 0.00%
  • magenta value is 65.85%
  • yellow value is 29.27%
  • key color value is 51.76%
CMYK:
(0,66,29,52)
C0M66Y29K52 
(0%,66%,29%,52%)
(0.00/0.66/0.29/0.52)	

CMYK percentages

%0
%65.85
%29.27
%51.76

Codes

Color #7B2A57 in popluar color models

7B2A57
RGB1234287
HSL327°49.09%32.35%
HSB/HSV327°65.85%48.24%
CMYK0.00%65.85%29.27%
51.76%

Color #7B2A57 in popluar number systems.

HEX7B2A57
Decimal1234287
Binary11110111010101010111
Octal17352127

Shades and tints

Shades of #7B2A57

#7B2A57
(123,42,87)
#702750
(112,39,80)
#652449
(101,36,73)
#5A2142
(90,33,66)
#4F1E3B
(79,30,59)
#441B34
(68,27,52)
#39182D
(57,24,45)
#2E1526
(46,21,38)
#23121F
(35,18,31)
#180F18
(24,15,24)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #7B2A57

#7B2A57
(123,42,87)
#873D66
(135,61,102)
#935075
(147,80,117)
#9F6384
(159,99,132)
#AB7693
(171,118,147)
#B789A2
(183,137,162)
#C39CB1
(195,156,177)
#CFAFC0
(207,175,192)
#DBC2CF
(219,194,207)
#E7D5DE
(231,213,222)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B2A57 color. Also use rgb(123,42,87) instead hex code.

Text Font Color

.myTextColor { color: #7B2A57; }

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

This text font color is #7B2A57.


Background Color

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

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

This div background color is #7B2A57.


Border color

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

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

This div border color is #7B2A57.


Opacity

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

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

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

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

This text has shadow with #7B2A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B2A57 on black background.


Color preview on white background

This text has color #7B2A57 on white background.



Black color preview on #7B2A57 background

This text has black color on #7B2A57 background.


White color preview on #7B2A57 background

This text has white color on #7B2A57 background.