COLOR #7B4460

HEX: #7B4460 RGB: (123,68,96)

Color info

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

RGB color model

#7B4460 color RGB value is (123,68,96).

RGB: (123,68,96) (48%, 27%, 38%)

RGB channels and saturation

R 123 of 255 = 48%
G 68 of 255 = 27%
B 96 of 255 = 38%

123
68
96

R + G + B ~ 38%. #7B4460 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 68 + 96 = 287 (100%)
R 123 of 287 ~ 42.86%
G 68 of 287 ~ 23.69%
B 96 of 287 ~ 33.45'%

%42.86
%23.69
%33.45

CMYK color model

#7B4460 color CMYK value is (0,45,22,52).

  • cyan value is 0.00%
  • magenta value is 44.72%
  • yellow value is 21.95%
  • key color value is 51.76%

CMYK: (0,45,22,52)
C0M45Y22K52 (0%, 45%, 22%, 52%)
(0.00 / 0.45 / 0.22 / 0.52)

CMYK percentages

%0
%44.72
%21.95
%51.76

Codes

Color #7B4460 in popluar color models

7B 44 60
RGB 123 68 96
HSL 329° 28.80% 37.45%
HSB/HSV 329° 44.72% 48.24%
CMYK 0.00% 44.72% 21.95%
51.76%

Color #7B4460 in popluar number systems.

HEX 7B 44 60
Decimal 123 68 96
Binary 1111011 1000100 1100000
Octal 173 104 140

Shades and tints

Shades of #7B4460

#7B4460
(123,68,96)
#703E58
(112,62,88)
#653850
(101,56,80)
#5A3248
(90,50,72)
#4F2C40
(79,44,64)
#442638
(68,38,56)
#392030
(57,32,48)
#2E1A28
(46,26,40)
#231420
(35,20,32)
#180E18
(24,14,24)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #7B4460

#7B4460
(123,68,96)
#87556E
(135,85,110)
#93667C
(147,102,124)
#9F778A
(159,119,138)
#AB8898
(171,136,152)
#B799A6
(183,153,166)
#C3AAB4
(195,170,180)
#CFBBC2
(207,187,194)
#DBCCD0
(219,204,208)
#E7DDDE
(231,221,222)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4460; }

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

This text font color is #7B4460.

Background Color

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

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

This div background color is #7B4460.

Border color

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

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

This div border color is #7B4460.

Opacity

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

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

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

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

This text has shadow with #7B4460 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4460.

Preview

Color preview on black background

This text has color #7B4460 on black background.


Color preview on white background

This text has color #7B4460 on white background.


Black color preview on #7B4460 background

This text has black color on #7B4460 background.


White color preview on #7B4460 background

This text has white color on #7B4460 background.


Related colors

Complementary color

Complementary color for #hex is #84BB9F.


I love getcolorcode.com

Triadic colors

1 #607B44 and #44607B with #7B4460 are triadic colors.

2 #60447B and #447B60 with #7B4460 are triadic colors.