COLOR #7B6087

HEX: #7B6087
RGB: (123,96,135)

Color info

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

RGB color model

#7B6087 color RGB value is (123,96,135).

  • red value is 123;
  • green value is 96;
  • blue value is 135.
RGB:
(123,96,135)
(48%,38%,53%)

RGB channels and saturation

R 123 of 255 = 48%
G 96 of 255 = 38%
B 135 of 255 = 53%

123
96
135

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

Portions of RGB colors in percentages

R + G + B =
123 + 96 + 135 = 354 (100%)
R 123 of 354 ~ 34.75%
G 96 of 354 ~ 27.12%
B 135 of 354 ~ 38.14%

%34.75
%27.12
%38.14

CMYK color model

#7B6087 color CMYK value is (9,29,0,47).

  • cyan value is 8.89%
  • magenta value is 28.89%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(9,29,0,47)
C9M29Y0K47 
(9%,29%,0%,47%)
(0.09/0.29/0.00/0.47)	

CMYK percentages

%8.89
%28.89
%0
%47.06

Codes

Color #7B6087 in popluar color models

7B6087
RGB12396135
HSL282°16.88%45.29%
HSB/HSV282°28.89%52.94%
CMYK8.89%28.89%0.00%
47.06%

Color #7B6087 in popluar number systems.

HEX7B6087
Decimal12396135
Binary1111011110000010000111
Octal173140207

Shades and tints

Shades of #7B6087

#7B6087
(123,96,135)
#70587B
(112,88,123)
#65506F
(101,80,111)
#5A4863
(90,72,99)
#4F4057
(79,64,87)
#44384B
(68,56,75)
#39303F
(57,48,63)
#2E2833
(46,40,51)
#232027
(35,32,39)
#18181B
(24,24,27)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #7B6087

#7B6087
(123,96,135)
#876E91
(135,110,145)
#937C9B
(147,124,155)
#9F8AA5
(159,138,165)
#AB98AF
(171,152,175)
#B7A6B9
(183,166,185)
#C3B4C3
(195,180,195)
#CFC2CD
(207,194,205)
#DBD0D7
(219,208,215)
#E7DEE1
(231,222,225)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6087 color. Also use rgb(123,96,135) instead hex code.

Text Font Color

.myTextColor { color: #7B6087; }

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

This text font color is #7B6087.


Background Color

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

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

This div background color is #7B6087.


Border color

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

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

This div border color is #7B6087.


Opacity

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

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

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

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

This text has shadow with #7B6087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6087 on black background.


Color preview on white background

This text has color #7B6087 on white background.



Black color preview on #7B6087 background

This text has black color on #7B6087 background.


White color preview on #7B6087 background

This text has white color on #7B6087 background.