COLOR #7B7384

HEX: #7B7384
RGB: (123,115,132)

Color info

#7B7384 contains red, green and blue colors in about the same proportion. Web safe color of #7B7384 is #666699 (or #669).

RGB color model

#7B7384 color RGB value is (123,115,132).

  • red value is 123;
  • green value is 115;
  • blue value is 132.
RGB:
(123,115,132)
(48%,45%,52%)

RGB channels and saturation

R 123 of 255 = 48%
G 115 of 255 = 45%
B 132 of 255 = 52%

123
115
132

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

Portions of RGB colors in percentages

R + G + B =
123 + 115 + 132 = 370 (100%)
R 123 of 370 ~ 33.24%
G 115 of 370 ~ 31.08%
B 132 of 370 ~ 35.68%

%33.24
%31.08
%35.68

CMYK color model

#7B7384 color CMYK value is (7,13,0,48).

  • cyan value is 6.82%
  • magenta value is 12.88%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(7,13,0,48)
C7M13Y0K48 
(7%,13%,0%,48%)
(0.07/0.13/0.00/0.48)	

CMYK percentages

%6.82
%12.88
%0
%48.24

Codes

Color #7B7384 in popluar color models

7B7384
RGB123115132
HSL268°6.88%48.43%
HSB/HSV268°12.88%51.76%
CMYK6.82%12.88%0.00%
48.24%

Color #7B7384 in popluar number systems.

HEX7B7384
Decimal123115132
Binary1111011111001110000100
Octal173163204

Shades and tints

Shades of #7B7384

#7B7384
(123,115,132)
#706978
(112,105,120)
#655F6C
(101,95,108)
#5A5560
(90,85,96)
#4F4B54
(79,75,84)
#444148
(68,65,72)
#39373C
(57,55,60)
#2E2D30
(46,45,48)
#232324
(35,35,36)
#181918
(24,25,24)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #7B7384

#7B7384
(123,115,132)
#877F8F
(135,127,143)
#938B9A
(147,139,154)
#9F97A5
(159,151,165)
#ABA3B0
(171,163,176)
#B7AFBB
(183,175,187)
#C3BBC6
(195,187,198)
#CFC7D1
(207,199,209)
#DBD3DC
(219,211,220)
#E7DFE7
(231,223,231)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7384; }

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

This text font color is #7B7384.


Background Color

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

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

This div background color is #7B7384.


Border color

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

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

This div border color is #7B7384.


Opacity

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

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

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

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

This text has shadow with #7B7384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7384 on black background.


Color preview on white background

This text has color #7B7384 on white background.



Black color preview on #7B7384 background

This text has black color on #7B7384 background.


White color preview on #7B7384 background

This text has white color on #7B7384 background.