COLOR #7B6D90

HEX: #7B6D90
RGB: (123,109,144)

Color info

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

RGB color model

#7B6D90 color RGB value is (123,109,144).

  • red value is 123;
  • green value is 109;
  • blue value is 144.
RGB:
(123,109,144)
(48%,43%,56%)

RGB channels and saturation

R 123 of 255 = 48%
G 109 of 255 = 43%
B 144 of 255 = 56%

123
109
144

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

Portions of RGB colors in percentages

R + G + B =
123 + 109 + 144 = 376 (100%)
R 123 of 376 ~ 32.71%
G 109 of 376 ~ 28.99%
B 144 of 376 ~ 38.3%

%32.71
%28.99
%38.3

CMYK color model

#7B6D90 color CMYK value is (15,24,0,44).

  • cyan value is 14.58%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(15,24,0,44)
C15M24Y0K44 
(15%,24%,0%,44%)
(0.15/0.24/0.00/0.44)	

CMYK percentages

%14.58
%24.31
%0
%43.53

Codes

Color #7B6D90 in popluar color models

7B6D90
RGB123109144
HSL264°13.83%49.61%
HSB/HSV264°24.31%56.47%
CMYK14.58%24.31%0.00%
43.53%

Color #7B6D90 in popluar number systems.

HEX7B6D90
Decimal123109144
Binary1111011110110110010000
Octal173155220

Shades and tints

Shades of #7B6D90

#7B6D90
(123,109,144)
#706483
(112,100,131)
#655B76
(101,91,118)
#5A5269
(90,82,105)
#4F495C
(79,73,92)
#44404F
(68,64,79)
#393742
(57,55,66)
#2E2E35
(46,46,53)
#232528
(35,37,40)
#181C1B
(24,28,27)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #7B6D90

#7B6D90
(123,109,144)
#877A9A
(135,122,154)
#9387A4
(147,135,164)
#9F94AE
(159,148,174)
#ABA1B8
(171,161,184)
#B7AEC2
(183,174,194)
#C3BBCC
(195,187,204)
#CFC8D6
(207,200,214)
#DBD5E0
(219,213,224)
#E7E2EA
(231,226,234)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6D90 color. Also use rgb(123,109,144) instead hex code.

Text Font Color

.myTextColor { color: #7B6D90; }

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

This text font color is #7B6D90.


Background Color

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

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

This div background color is #7B6D90.


Border color

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

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

This div border color is #7B6D90.


Opacity

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

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

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

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

This text has shadow with #7B6D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6D90 on black background.


Color preview on white background

This text has color #7B6D90 on white background.



Black color preview on #7B6D90 background

This text has black color on #7B6D90 background.


White color preview on #7B6D90 background

This text has white color on #7B6D90 background.