COLOR #7B7883

HEX: #7B7883
RGB: (123,120,131)

Color info

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

RGB color model

#7B7883 color RGB value is (123,120,131).

  • red value is 123;
  • green value is 120;
  • blue value is 131.
RGB:
(123,120,131)
(48%,47%,51%)

RGB channels and saturation

R 123 of 255 = 48%
G 120 of 255 = 47%
B 131 of 255 = 51%

123
120
131

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

Portions of RGB colors in percentages

R + G + B =
123 + 120 + 131 = 374 (100%)
R 123 of 374 ~ 32.89%
G 120 of 374 ~ 32.09%
B 131 of 374 ~ 35.03%

%32.89
%32.09
%35.03

CMYK color model

#7B7883 color CMYK value is (6,8,0,49).

  • cyan value is 6.11%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(6,8,0,49)
C6M8Y0K49 
(6%,8%,0%,49%)
(0.06/0.08/0.00/0.49)	

CMYK percentages

%6.11
%8.4
%0
%48.63

Codes

Color #7B7883 in popluar color models

7B7883
RGB123120131
HSL256°4.38%49.22%
HSB/HSV256°8.40%51.37%
CMYK6.11%8.40%0.00%
48.63%

Color #7B7883 in popluar number systems.

HEX7B7883
Decimal123120131
Binary1111011111100010000011
Octal173170203

Shades and tints

Shades of #7B7883

#7B7883
(123,120,131)
#706E78
(112,110,120)
#65646D
(101,100,109)
#5A5A62
(90,90,98)
#4F5057
(79,80,87)
#44464C
(68,70,76)
#393C41
(57,60,65)
#2E3236
(46,50,54)
#23282B
(35,40,43)
#181E20
(24,30,32)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #7B7883

#7B7883
(123,120,131)
#87848E
(135,132,142)
#939099
(147,144,153)
#9F9CA4
(159,156,164)
#ABA8AF
(171,168,175)
#B7B4BA
(183,180,186)
#C3C0C5
(195,192,197)
#CFCCD0
(207,204,208)
#DBD8DB
(219,216,219)
#E7E4E6
(231,228,230)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7883 color. Also use rgb(123,120,131) instead hex code.

Text Font Color

.myTextColor { color: #7B7883; }

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

This text font color is #7B7883.


Background Color

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

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

This div background color is #7B7883.


Border color

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

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

This div border color is #7B7883.


Opacity

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

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

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

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

This text has shadow with #7B7883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7883 on black background.


Color preview on white background

This text has color #7B7883 on white background.



Black color preview on #7B7883 background

This text has black color on #7B7883 background.


White color preview on #7B7883 background

This text has white color on #7B7883 background.