COLOR #7B4A88

HEX: #7B4A88
RGB: (123,74,136)

Color info

#7B4A88 contains mainly red and blue colors. Web safe color of #7B4A88 is #663399 (or #639).

RGB color model

#7B4A88 color RGB value is (123,74,136).

  • red value is 123;
  • green value is 74;
  • blue value is 136.
RGB:
(123,74,136)
(48%,29%,53%)

RGB channels and saturation

R 123 of 255 = 48%
G 74 of 255 = 29%
B 136 of 255 = 53%

123
74
136

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

Portions of RGB colors in percentages

R + G + B =
123 + 74 + 136 = 333 (100%)
R 123 of 333 ~ 36.94%
G 74 of 333 ~ 22.22%
B 136 of 333 ~ 40.84%

%36.94
%22.22
%40.84

CMYK color model

#7B4A88 color CMYK value is (10,46,0,47).

  • cyan value is 9.56%
  • magenta value is 45.59%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(10,46,0,47)
C10M46Y0K47 
(10%,46%,0%,47%)
(0.10/0.46/0.00/0.47)	

CMYK percentages

%9.56
%45.59
%0
%46.67

Codes

Color #7B4A88 in popluar color models

7B4A88
RGB12374136
HSL287°29.52%41.18%
HSB/HSV287°45.59%53.33%
CMYK9.56%45.59%0.00%
46.67%

Color #7B4A88 in popluar number systems.

HEX7B4A88
Decimal12374136
Binary1111011100101010001000
Octal173112210

Shades and tints

Shades of #7B4A88

#7B4A88
(123,74,136)
#70447C
(112,68,124)
#653E70
(101,62,112)
#5A3864
(90,56,100)
#4F3258
(79,50,88)
#442C4C
(68,44,76)
#392640
(57,38,64)
#2E2034
(46,32,52)
#231A28
(35,26,40)
#18141C
(24,20,28)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #7B4A88

#7B4A88
(123,74,136)
#875A92
(135,90,146)
#936A9C
(147,106,156)
#9F7AA6
(159,122,166)
#AB8AB0
(171,138,176)
#B79ABA
(183,154,186)
#C3AAC4
(195,170,196)
#CFBACE
(207,186,206)
#DBCAD8
(219,202,216)
#E7DAE2
(231,218,226)
#F3EAEC
(243,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4A88 color. Also use rgb(123,74,136) instead hex code.

Text Font Color

.myTextColor { color: #7B4A88; }

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

This text font color is #7B4A88.


Background Color

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

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

This div background color is #7B4A88.


Border color

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

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

This div border color is #7B4A88.


Opacity

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

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

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

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

This text has shadow with #7B4A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4A88 on black background.


Color preview on white background

This text has color #7B4A88 on white background.



Black color preview on #7B4A88 background

This text has black color on #7B4A88 background.


White color preview on #7B4A88 background

This text has white color on #7B4A88 background.