COLOR #7B7380

HEX: #7B7380 RGB: (123,115,128)

Color info

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

RGB color model

#7B7380 color RGB value is (123,115,128).

RGB: (123,115,128) (48%, 45%, 50%)

RGB channels and saturation

R 123 of 255 = 48%
G 115 of 255 = 45%
B 128 of 255 = 50%

123
115
128

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

Portions of RGB colors in percentages

R + G + B = 123 + 115 + 128 = 366 (100%)
R 123 of 366 ~ 33.61%
G 115 of 366 ~ 31.42%
B 128 of 366 ~ 34.97'%

%33.61
%31.42
%34.97

CMYK color model

#7B7380 color CMYK value is (4,10,0,50).

  • cyan value is 3.91%
  • magenta value is 10.16%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (4,10,0,50)
C4M10Y0K50 (4%, 10%, 0%, 50%)
(0.04 / 0.10 / 0.00 / 0.50)

CMYK percentages

%3.91
%10.16
%0
%49.8

Codes

Color #7B7380 in popluar color models

7B 73 80
RGB 123 115 128
HSL 277° 5.35% 47.65%
HSB/HSV 277° 10.16% 50.20%
CMYK 3.91% 10.16% 0.00%
49.80%

Color #7B7380 in popluar number systems.

HEX 7B 73 80
Decimal 123 115 128
Binary 1111011 1110011 10000000
Octal 173 163 200

Shades and tints

Shades of #7B7380

#7B7380
(123,115,128)
#706975
(112,105,117)
#655F6A
(101,95,106)
#5A555F
(90,85,95)
#4F4B54
(79,75,84)
#444149
(68,65,73)
#39373E
(57,55,62)
#2E2D33
(46,45,51)
#232328
(35,35,40)
#18191D
(24,25,29)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #7B7380

#7B7380
(123,115,128)
#877F8B
(135,127,139)
#938B96
(147,139,150)
#9F97A1
(159,151,161)
#ABA3AC
(171,163,172)
#B7AFB7
(183,175,183)
#C3BBC2
(195,187,194)
#CFC7CD
(207,199,205)
#DBD3D8
(219,211,216)
#E7DFE3
(231,223,227)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7380 color. Also use rgb(123,115,128) instead hex code.

Text Font Color

.myTextColor { color: #7B7380; }

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

This text font color is #7B7380.

Background Color

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

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

This div background color is #7B7380.

Border color

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

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

This div border color is #7B7380.

Opacity

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

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

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

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

This text has shadow with #7B7380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7380.

Preview

Color preview on black background

This text has color #7B7380 on black background.


Color preview on white background

This text has color #7B7380 on white background.


Black color preview on #7B7380 background

This text has black color on #7B7380 background.


White color preview on #7B7380 background

This text has white color on #7B7380 background.


Related colors

Complementary color

Complementary color for #hex is #848C7F.


I love getcolorcode.com

Triadic colors

1 #807B73 and #73807B with #7B7380 are triadic colors.

2 #80737B and #737B80 with #7B7380 are triadic colors.