COLOR #7B6384

HEX: #7B6384
RGB: (123,99,132)

Color info

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

RGB color model

#7B6384 color RGB value is (123,99,132).

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

RGB channels and saturation

R 123 of 255 = 48%
G 99 of 255 = 39%
B 132 of 255 = 52%

123
99
132

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

Portions of RGB colors in percentages

R + G + B =
123 + 99 + 132 = 354 (100%)
R 123 of 354 ~ 34.75%
G 99 of 354 ~ 27.97%
B 132 of 354 ~ 37.29%

%34.75
%27.97
%37.29

CMYK color model

#7B6384 color CMYK value is (7,25,0,48).

  • cyan value is 6.82%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(7,25,0,48)
C7M25Y0K48 
(7%,25%,0%,48%)
(0.07/0.25/0.00/0.48)	

CMYK percentages

%6.82
%25
%0
%48.24

Codes

Color #7B6384 in popluar color models

7B6384
RGB12399132
HSL284°14.29%45.29%
HSB/HSV284°25.00%51.76%
CMYK6.82%25.00%0.00%
48.24%

Color #7B6384 in popluar number systems.

HEX7B6384
Decimal12399132
Binary1111011110001110000100
Octal173143204

Shades and tints

Shades of #7B6384

#7B6384
(123,99,132)
#705A78
(112,90,120)
#65516C
(101,81,108)
#5A4860
(90,72,96)
#4F3F54
(79,63,84)
#443648
(68,54,72)
#392D3C
(57,45,60)
#2E2430
(46,36,48)
#231B24
(35,27,36)
#181218
(24,18,24)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #7B6384

#7B6384
(123,99,132)
#87718F
(135,113,143)
#937F9A
(147,127,154)
#9F8DA5
(159,141,165)
#AB9BB0
(171,155,176)
#B7A9BB
(183,169,187)
#C3B7C6
(195,183,198)
#CFC5D1
(207,197,209)
#DBD3DC
(219,211,220)
#E7E1E7
(231,225,231)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6384; }

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

This text font color is #7B6384.


Background Color

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

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

This div background color is #7B6384.


Border color

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

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

This div border color is #7B6384.


Opacity

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

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

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

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

This text has shadow with #7B6384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6384 on black background.


Color preview on white background

This text has color #7B6384 on white background.



Black color preview on #7B6384 background

This text has black color on #7B6384 background.


White color preview on #7B6384 background

This text has white color on #7B6384 background.