COLOR #7B4474

HEX: #7B4474
RGB: (123,68,116)

Color info

#7B4474 contains red, green and blue colors in about the same proportion. Web safe color of #7B4474 is #663366 (or #636).

RGB color model

#7B4474 color RGB value is (123,68,116).

  • red value is 123;
  • green value is 68;
  • blue value is 116.
RGB:
(123,68,116)
(48%,27%,45%)

RGB channels and saturation

R 123 of 255 = 48%
G 68 of 255 = 27%
B 116 of 255 = 45%

123
68
116

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

Portions of RGB colors in percentages

R + G + B =
123 + 68 + 116 = 307 (100%)
R 123 of 307 ~ 40.07%
G 68 of 307 ~ 22.15%
B 116 of 307 ~ 37.79%

%40.07
%22.15
%37.79

CMYK color model

#7B4474 color CMYK value is (0,45,6,52).

  • cyan value is 0.00%
  • magenta value is 44.72%
  • yellow value is 5.69%
  • key color value is 51.76%
CMYK:
(0,45,6,52)
C0M45Y6K52 
(0%,45%,6%,52%)
(0.00/0.45/0.06/0.52)	

CMYK percentages

%0
%44.72
%5.69
%51.76

Codes

Color #7B4474 in popluar color models

7B4474
RGB12368116
HSL308°28.80%37.45%
HSB/HSV308°44.72%48.24%
CMYK0.00%44.72%5.69%
51.76%

Color #7B4474 in popluar number systems.

HEX7B4474
Decimal12368116
Binary111101110001001110100
Octal173104164

Shades and tints

Shades of #7B4474

#7B4474
(123,68,116)
#703E6A
(112,62,106)
#653860
(101,56,96)
#5A3256
(90,50,86)
#4F2C4C
(79,44,76)
#442642
(68,38,66)
#392038
(57,32,56)
#2E1A2E
(46,26,46)
#231424
(35,20,36)
#180E1A
(24,14,26)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #7B4474

#7B4474
(123,68,116)
#875580
(135,85,128)
#93668C
(147,102,140)
#9F7798
(159,119,152)
#AB88A4
(171,136,164)
#B799B0
(183,153,176)
#C3AABC
(195,170,188)
#CFBBC8
(207,187,200)
#DBCCD4
(219,204,212)
#E7DDE0
(231,221,224)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4474 color. Also use rgb(123,68,116) instead hex code.

Text Font Color

.myTextColor { color: #7B4474; }

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

This text font color is #7B4474.


Background Color

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

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

This div background color is #7B4474.


Border color

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

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

This div border color is #7B4474.


Opacity

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

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

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

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

This text has shadow with #7B4474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4474 on black background.


Color preview on white background

This text has color #7B4474 on white background.



Black color preview on #7B4474 background

This text has black color on #7B4474 background.


White color preview on #7B4474 background

This text has white color on #7B4474 background.