COLOR #7B4E74

HEX: #7B4E74 RGB: (123,78,116)

Color info

#7B4E74 contains red, green and blue colors in about the same proportion. Web safe color of #7B4E74 is #666666 (or #666).

RGB color model

#7B4E74 color RGB value is (123,78,116).

RGB: (123,78,116) (48%, 31%, 45%)

RGB channels and saturation

R 123 of 255 = 48%
G 78 of 255 = 31%
B 116 of 255 = 45%

123
78
116

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

Portions of RGB colors in percentages

R + G + B = 123 + 78 + 116 = 317 (100%)
R 123 of 317 ~ 38.8%
G 78 of 317 ~ 24.61%
B 116 of 317 ~ 36.59'%

%38.8
%24.61
%36.59

CMYK color model

#7B4E74 color CMYK value is (0,37,6,52).

  • cyan value is 0.00%
  • magenta value is 36.59%
  • yellow value is 5.69%
  • key color value is 51.76%

CMYK: (0,37,6,52)
C0M37Y6K52 (0%, 37%, 6%, 52%)
(0.00 / 0.37 / 0.06 / 0.52)

CMYK percentages

%0
%36.59
%5.69
%51.76

Codes

Color #7B4E74 in popluar color models

7B 4E 74
RGB 123 78 116
HSL 309° 22.39% 39.41%
HSB/HSV 309° 36.59% 48.24%
CMYK 0.00% 36.59% 5.69%
51.76%

Color #7B4E74 in popluar number systems.

HEX 7B 4E 74
Decimal 123 78 116
Binary 1111011 1001110 1110100
Octal 173 116 164

Shades and tints

Shades of #7B4E74

#7B4E74
(123,78,116)
#70476A
(112,71,106)
#654060
(101,64,96)
#5A3956
(90,57,86)
#4F324C
(79,50,76)
#442B42
(68,43,66)
#392438
(57,36,56)
#2E1D2E
(46,29,46)
#231624
(35,22,36)
#180F1A
(24,15,26)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #7B4E74

#7B4E74
(123,78,116)
#875E80
(135,94,128)
#936E8C
(147,110,140)
#9F7E98
(159,126,152)
#AB8EA4
(171,142,164)
#B79EB0
(183,158,176)
#C3AEBC
(195,174,188)
#CFBEC8
(207,190,200)
#DBCED4
(219,206,212)
#E7DEE0
(231,222,224)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4E74; }

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

This text font color is #7B4E74.

Background Color

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

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

This div background color is #7B4E74.

Border color

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

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

This div border color is #7B4E74.

Opacity

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

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

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

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

This text has shadow with #7B4E74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4E74.

Preview

Color preview on black background

This text has color #7B4E74 on black background.


Color preview on white background

This text has color #7B4E74 on white background.


Black color preview on #7B4E74 background

This text has black color on #7B4E74 background.


White color preview on #7B4E74 background

This text has white color on #7B4E74 background.


Related colors

Complementary color

Complementary color for #hex is #84B18B.


I love getcolorcode.com

Triadic colors

1 #747B4E and #4E747B with #7B4E74 are triadic colors.

2 #744E7B and #4E7B74 with #7B4E74 are triadic colors.