COLOR #7B859E

HEX: #7B859E
RGB: (123,133,158)

Color info

#7B859E contains red, green and blue colors in about the same proportion. Web safe color of #7B859E is #669999 (or #699).

RGB color model

#7B859E color RGB value is (123,133,158).

  • red value is 123;
  • green value is 133;
  • blue value is 158.
RGB:
(123,133,158)
(48%,52%,62%)

RGB channels and saturation

R 123 of 255 = 48%
G 133 of 255 = 52%
B 158 of 255 = 62%

123
133
158

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

Portions of RGB colors in percentages

R + G + B =
123 + 133 + 158 = 414 (100%)
R 123 of 414 ~ 29.71%
G 133 of 414 ~ 32.13%
B 158 of 414 ~ 38.16%

%29.71
%32.13
%38.16

CMYK color model

#7B859E color CMYK value is (22,16,0,38).

  • cyan value is 22.15%
  • magenta value is 15.82%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(22,16,0,38)
C22M16Y0K38 
(22%,16%,0%,38%)
(0.22/0.16/0.00/0.38)	

CMYK percentages

%22.15
%15.82
%0
%38.04

Codes

Color #7B859E in popluar color models

7B859E
RGB123133158
HSL223°15.28%55.10%
HSB/HSV223°22.15%61.96%
CMYK22.15%15.82%0.00%
38.04%

Color #7B859E in popluar number systems.

HEX7B859E
Decimal123133158
Binary11110111000010110011110
Octal173205236

Shades and tints

Shades of #7B859E

#7B859E
(123,133,158)
#707990
(112,121,144)
#656D82
(101,109,130)
#5A6174
(90,97,116)
#4F5566
(79,85,102)
#444958
(68,73,88)
#393D4A
(57,61,74)
#2E313C
(46,49,60)
#23252E
(35,37,46)
#181920
(24,25,32)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #7B859E

#7B859E
(123,133,158)
#8790A6
(135,144,166)
#939BAE
(147,155,174)
#9FA6B6
(159,166,182)
#ABB1BE
(171,177,190)
#B7BCC6
(183,188,198)
#C3C7CE
(195,199,206)
#CFD2D6
(207,210,214)
#DBDDDE
(219,221,222)
#E7E8E6
(231,232,230)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B859E color. Also use rgb(123,133,158) instead hex code.

Text Font Color

.myTextColor { color: #7B859E; }

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

This text font color is #7B859E.


Background Color

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

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

This div background color is #7B859E.


Border color

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

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

This div border color is #7B859E.


Opacity

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

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

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

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

This text has shadow with #7B859E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B859E on black background.


Color preview on white background

This text has color #7B859E on white background.



Black color preview on #7B859E background

This text has black color on #7B859E background.


White color preview on #7B859E background

This text has white color on #7B859E background.