COLOR #7B7095

HEX: #7B7095
RGB: (123,112,149)

Color info

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

RGB color model

#7B7095 color RGB value is (123,112,149).

  • red value is 123;
  • green value is 112;
  • blue value is 149.
RGB:
(123,112,149)
(48%,44%,58%)

RGB channels and saturation

R 123 of 255 = 48%
G 112 of 255 = 44%
B 149 of 255 = 58%

123
112
149

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

Portions of RGB colors in percentages

R + G + B =
123 + 112 + 149 = 384 (100%)
R 123 of 384 ~ 32.03%
G 112 of 384 ~ 29.17%
B 149 of 384 ~ 38.8%

%32.03
%29.17
%38.8

CMYK color model

#7B7095 color CMYK value is (17,25,0,42).

  • cyan value is 17.45%
  • magenta value is 24.83%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(17,25,0,42)
C17M25Y0K42 
(17%,25%,0%,42%)
(0.17/0.25/0.00/0.42)	

CMYK percentages

%17.45
%24.83
%0
%41.57

Codes

Color #7B7095 in popluar color models

7B7095
RGB123112149
HSL258°14.86%51.18%
HSB/HSV258°24.83%58.43%
CMYK17.45%24.83%0.00%
41.57%

Color #7B7095 in popluar number systems.

HEX7B7095
Decimal123112149
Binary1111011111000010010101
Octal173160225

Shades and tints

Shades of #7B7095

#7B7095
(123,112,149)
#706688
(112,102,136)
#655C7B
(101,92,123)
#5A526E
(90,82,110)
#4F4861
(79,72,97)
#443E54
(68,62,84)
#393447
(57,52,71)
#2E2A3A
(46,42,58)
#23202D
(35,32,45)
#181620
(24,22,32)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #7B7095

#7B7095
(123,112,149)
#877D9E
(135,125,158)
#938AA7
(147,138,167)
#9F97B0
(159,151,176)
#ABA4B9
(171,164,185)
#B7B1C2
(183,177,194)
#C3BECB
(195,190,203)
#CFCBD4
(207,203,212)
#DBD8DD
(219,216,221)
#E7E5E6
(231,229,230)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7095 color. Also use rgb(123,112,149) instead hex code.

Text Font Color

.myTextColor { color: #7B7095; }

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

This text font color is #7B7095.


Background Color

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

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

This div background color is #7B7095.


Border color

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

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

This div border color is #7B7095.


Opacity

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

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

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

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

This text has shadow with #7B7095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7095 on black background.


Color preview on white background

This text has color #7B7095 on white background.



Black color preview on #7B7095 background

This text has black color on #7B7095 background.


White color preview on #7B7095 background

This text has white color on #7B7095 background.