COLOR #7B4C76

HEX: #7B4C76
RGB: (123,76,118)

Color info

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

RGB color model

#7B4C76 color RGB value is (123,76,118).

  • red value is 123;
  • green value is 76;
  • blue value is 118.
RGB:
(123,76,118)
(48%,30%,46%)

RGB channels and saturation

R 123 of 255 = 48%
G 76 of 255 = 30%
B 118 of 255 = 46%

123
76
118

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

Portions of RGB colors in percentages

R + G + B =
123 + 76 + 118 = 317 (100%)
R 123 of 317 ~ 38.8%
G 76 of 317 ~ 23.97%
B 118 of 317 ~ 37.22%

%38.8
%23.97
%37.22

CMYK color model

#7B4C76 color CMYK value is (0,38,4,52).

  • cyan value is 0.00%
  • magenta value is 38.21%
  • yellow value is 4.07%
  • key color value is 51.76%
CMYK:
(0,38,4,52)
C0M38Y4K52 
(0%,38%,4%,52%)
(0.00/0.38/0.04/0.52)	

CMYK percentages

%0
%38.21
%4.07
%51.76

Codes

Color #7B4C76 in popluar color models

7B4C76
RGB12376118
HSL306°23.62%39.02%
HSB/HSV306°38.21%48.24%
CMYK0.00%38.21%4.07%
51.76%

Color #7B4C76 in popluar number systems.

HEX7B4C76
Decimal12376118
Binary111101110011001110110
Octal173114166

Shades and tints

Shades of #7B4C76

#7B4C76
(123,76,118)
#70466C
(112,70,108)
#654062
(101,64,98)
#5A3A58
(90,58,88)
#4F344E
(79,52,78)
#442E44
(68,46,68)
#39283A
(57,40,58)
#2E2230
(46,34,48)
#231C26
(35,28,38)
#18161C
(24,22,28)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #7B4C76

#7B4C76
(123,76,118)
#875C82
(135,92,130)
#936C8E
(147,108,142)
#9F7C9A
(159,124,154)
#AB8CA6
(171,140,166)
#B79CB2
(183,156,178)
#C3ACBE
(195,172,190)
#CFBCCA
(207,188,202)
#DBCCD6
(219,204,214)
#E7DCE2
(231,220,226)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4C76 color. Also use rgb(123,76,118) instead hex code.

Text Font Color

.myTextColor { color: #7B4C76; }

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

This text font color is #7B4C76.


Background Color

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

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

This div background color is #7B4C76.


Border color

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

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

This div border color is #7B4C76.


Opacity

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

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

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

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

This text has shadow with #7B4C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4C76 on black background.


Color preview on white background

This text has color #7B4C76 on white background.



Black color preview on #7B4C76 background

This text has black color on #7B4C76 background.


White color preview on #7B4C76 background

This text has white color on #7B4C76 background.