COLOR #7B6381

HEX: #7B6381
RGB: (123,99,129)

Color info

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

RGB color model

#7B6381 color RGB value is (123,99,129).

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

RGB channels and saturation

R 123 of 255 = 48%
G 99 of 255 = 39%
B 129 of 255 = 51%

123
99
129

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

Portions of RGB colors in percentages

R + G + B =
123 + 99 + 129 = 351 (100%)
R 123 of 351 ~ 35.04%
G 99 of 351 ~ 28.21%
B 129 of 351 ~ 36.75%

%35.04
%28.21
%36.75

CMYK color model

#7B6381 color CMYK value is (5,23,0,49).

  • cyan value is 4.65%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(5,23,0,49)
C5M23Y0K49 
(5%,23%,0%,49%)
(0.05/0.23/0.00/0.49)	

CMYK percentages

%4.65
%23.26
%0
%49.41

Codes

Color #7B6381 in popluar color models

7B6381
RGB12399129
HSL288°13.16%44.71%
HSB/HSV288°23.26%50.59%
CMYK4.65%23.26%0.00%
49.41%

Color #7B6381 in popluar number systems.

HEX7B6381
Decimal12399129
Binary1111011110001110000001
Octal173143201

Shades and tints

Shades of #7B6381

#7B6381
(123,99,129)
#705A76
(112,90,118)
#65516B
(101,81,107)
#5A4860
(90,72,96)
#4F3F55
(79,63,85)
#44364A
(68,54,74)
#392D3F
(57,45,63)
#2E2434
(46,36,52)
#231B29
(35,27,41)
#18121E
(24,18,30)
#0D0913
(13,9,19)
#000000
(0,0,0)

Tints of #7B6381

#7B6381
(123,99,129)
#87718C
(135,113,140)
#937F97
(147,127,151)
#9F8DA2
(159,141,162)
#AB9BAD
(171,155,173)
#B7A9B8
(183,169,184)
#C3B7C3
(195,183,195)
#CFC5CE
(207,197,206)
#DBD3D9
(219,211,217)
#E7E1E4
(231,225,228)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6381; }

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

This text font color is #7B6381.


Background Color

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

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

This div background color is #7B6381.


Border color

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

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

This div border color is #7B6381.


Opacity

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

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

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

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

This text has shadow with #7B6381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6381 on black background.


Color preview on white background

This text has color #7B6381 on white background.



Black color preview on #7B6381 background

This text has black color on #7B6381 background.


White color preview on #7B6381 background

This text has white color on #7B6381 background.