COLOR #7B2B75

HEX: #7B2B75
RGB: (123,43,117)

Color info

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

RGB color model

#7B2B75 color RGB value is (123,43,117).

  • red value is 123;
  • green value is 43;
  • blue value is 117.
RGB:
(123,43,117)
(48%,17%,46%)

RGB channels and saturation

R 123 of 255 = 48%
G 43 of 255 = 17%
B 117 of 255 = 46%

123
43
117

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

Portions of RGB colors in percentages

R + G + B =
123 + 43 + 117 = 283 (100%)
R 123 of 283 ~ 43.46%
G 43 of 283 ~ 15.19%
B 117 of 283 ~ 41.34%

%43.46
%15.19
%41.34

CMYK color model

#7B2B75 color CMYK value is (0,65,5,52).

  • cyan value is 0.00%
  • magenta value is 65.04%
  • yellow value is 4.88%
  • key color value is 51.76%
CMYK:
(0,65,5,52)
C0M65Y5K52 
(0%,65%,5%,52%)
(0.00/0.65/0.05/0.52)	

CMYK percentages

%0
%65.04
%4.88
%51.76

Codes

Color #7B2B75 in popluar color models

7B2B75
RGB12343117
HSL305°48.19%32.55%
HSB/HSV305°65.04%48.24%
CMYK0.00%65.04%4.88%
51.76%

Color #7B2B75 in popluar number systems.

HEX7B2B75
Decimal12343117
Binary11110111010111110101
Octal17353165

Shades and tints

Shades of #7B2B75

#7B2B75
(123,43,117)
#70286B
(112,40,107)
#652561
(101,37,97)
#5A2257
(90,34,87)
#4F1F4D
(79,31,77)
#441C43
(68,28,67)
#391939
(57,25,57)
#2E162F
(46,22,47)
#231325
(35,19,37)
#18101B
(24,16,27)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #7B2B75

#7B2B75
(123,43,117)
#873E81
(135,62,129)
#93518D
(147,81,141)
#9F6499
(159,100,153)
#AB77A5
(171,119,165)
#B78AB1
(183,138,177)
#C39DBD
(195,157,189)
#CFB0C9
(207,176,201)
#DBC3D5
(219,195,213)
#E7D6E1
(231,214,225)
#F3E9ED
(243,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B2B75 color. Also use rgb(123,43,117) instead hex code.

Text Font Color

.myTextColor { color: #7B2B75; }

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

This text font color is #7B2B75.


Background Color

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

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

This div background color is #7B2B75.


Border color

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

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

This div border color is #7B2B75.


Opacity

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

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

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

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

This text has shadow with #7B2B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B2B75 on black background.


Color preview on white background

This text has color #7B2B75 on white background.



Black color preview on #7B2B75 background

This text has black color on #7B2B75 background.


White color preview on #7B2B75 background

This text has white color on #7B2B75 background.