COLOR #7B4E6A

HEX: #7B4E6A RGB: (123,78,106)

Color info

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

RGB color model

#7B4E6A color RGB value is (123,78,106).

RGB: (123,78,106) (48%, 31%, 42%)

RGB channels and saturation

R 123 of 255 = 48%
G 78 of 255 = 31%
B 106 of 255 = 42%

123
78
106

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

Portions of RGB colors in percentages

R + G + B = 123 + 78 + 106 = 307 (100%)
R 123 of 307 ~ 40.07%
G 78 of 307 ~ 25.41%
B 106 of 307 ~ 34.53'%

%40.07
%25.41
%34.53

CMYK color model

#7B4E6A color CMYK value is (0,37,14,52).

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

CMYK: (0,37,14,52)
C0M37Y14K52 (0%, 37%, 14%, 52%)
(0.00 / 0.37 / 0.14 / 0.52)

CMYK percentages

%0
%36.59
%13.82
%51.76

Codes

Color #7B4E6A in popluar color models

7B 4E 6A
RGB 123 78 106
HSL 323° 22.39% 39.41%
HSB/HSV 323° 36.59% 48.24%
CMYK 0.00% 36.59% 13.82%
51.76%

Color #7B4E6A in popluar number systems.

HEX 7B 4E 6A
Decimal 123 78 106
Binary 1111011 1001110 1101010
Octal 173 116 152

Shades and tints

Shades of #7B4E6A

#7B4E6A
(123,78,106)
#704761
(112,71,97)
#654058
(101,64,88)
#5A394F
(90,57,79)
#4F3246
(79,50,70)
#442B3D
(68,43,61)
#392434
(57,36,52)
#2E1D2B
(46,29,43)
#231622
(35,22,34)
#180F19
(24,15,25)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #7B4E6A

#7B4E6A
(123,78,106)
#875E77
(135,94,119)
#936E84
(147,110,132)
#9F7E91
(159,126,145)
#AB8E9E
(171,142,158)
#B79EAB
(183,158,171)
#C3AEB8
(195,174,184)
#CFBEC5
(207,190,197)
#DBCED2
(219,206,210)
#E7DEDF
(231,222,223)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4E6A; }

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

This text font color is #7B4E6A.

Background Color

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

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

This div background color is #7B4E6A.

Border color

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

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

This div border color is #7B4E6A.

Opacity

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

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

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

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

This text has shadow with #7B4E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4E6A.

Preview

Color preview on black background

This text has color #7B4E6A on black background.


Color preview on white background

This text has color #7B4E6A on white background.


Black color preview on #7B4E6A background

This text has black color on #7B4E6A background.


White color preview on #7B4E6A background

This text has white color on #7B4E6A background.


Related colors

Complementary color

Complementary color for #hex is #84B195.


I love getcolorcode.com

Triadic colors

1 #6A7B4E and #4E6A7B with #7B4E6A are triadic colors.

2 #6A4E7B and #4E7B6A with #7B4E6A are triadic colors.