COLOR #7B4376

HEX: #7B4376 RGB: (123,67,118)

Color info

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

RGB color model

#7B4376 color RGB value is (123,67,118).

RGB: (123,67,118) (48%, 26%, 46%)

RGB channels and saturation

R 123 of 255 = 48%
G 67 of 255 = 26%
B 118 of 255 = 46%

123
67
118

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

Portions of RGB colors in percentages

R + G + B = 123 + 67 + 118 = 308 (100%)
R 123 of 308 ~ 39.94%
G 67 of 308 ~ 21.75%
B 118 of 308 ~ 38.31'%

%39.94
%21.75
%38.31

CMYK color model

#7B4376 color CMYK value is (0,46,4,52).

  • cyan value is 0.00%
  • magenta value is 45.53%
  • yellow value is 4.07%
  • key color value is 51.76%

CMYK: (0,46,4,52)
C0M46Y4K52 (0%, 46%, 4%, 52%)
(0.00 / 0.46 / 0.04 / 0.52)

CMYK percentages

%0
%45.53
%4.07
%51.76

Codes

Color #7B4376 in popluar color models

7B 43 76
RGB 123 67 118
HSL 305° 29.47% 37.25%
HSB/HSV 305° 45.53% 48.24%
CMYK 0.00% 45.53% 4.07%
51.76%

Color #7B4376 in popluar number systems.

HEX 7B 43 76
Decimal 123 67 118
Binary 1111011 1000011 1110110
Octal 173 103 166

Shades and tints

Shades of #7B4376

#7B4376
(123,67,118)
#703D6C
(112,61,108)
#653762
(101,55,98)
#5A3158
(90,49,88)
#4F2B4E
(79,43,78)
#442544
(68,37,68)
#391F3A
(57,31,58)
#2E1930
(46,25,48)
#231326
(35,19,38)
#180D1C
(24,13,28)
#0D0712
(13,7,18)
#000000
(0,0,0)

Tints of #7B4376

#7B4376
(123,67,118)
#875482
(135,84,130)
#93658E
(147,101,142)
#9F769A
(159,118,154)
#AB87A6
(171,135,166)
#B798B2
(183,152,178)
#C3A9BE
(195,169,190)
#CFBACA
(207,186,202)
#DBCBD6
(219,203,214)
#E7DCE2
(231,220,226)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4376; }

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

This text font color is #7B4376.

Background Color

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

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

This div background color is #7B4376.

Border color

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

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

This div border color is #7B4376.

Opacity

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

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

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

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

This text has shadow with #7B4376 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4376.

Preview

Color preview on black background

This text has color #7B4376 on black background.


Color preview on white background

This text has color #7B4376 on white background.


Black color preview on #7B4376 background

This text has black color on #7B4376 background.


White color preview on #7B4376 background

This text has white color on #7B4376 background.


Related colors

Complementary color

Complementary color for #hex is #84BC89.


I love getcolorcode.com

Triadic colors

1 #767B43 and #43767B with #7B4376 are triadic colors.

2 #76437B and #437B76 with #7B4376 are triadic colors.