COLOR #7B6E85

HEX: #7B6E85
RGB: (123,110,133)

Color info

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

RGB color model

#7B6E85 color RGB value is (123,110,133).

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

RGB channels and saturation

R 123 of 255 = 48%
G 110 of 255 = 43%
B 133 of 255 = 52%

123
110
133

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

Portions of RGB colors in percentages

R + G + B =
123 + 110 + 133 = 366 (100%)
R 123 of 366 ~ 33.61%
G 110 of 366 ~ 30.05%
B 133 of 366 ~ 36.34%

%33.61
%30.05
%36.34

CMYK color model

#7B6E85 color CMYK value is (8,17,0,48).

  • cyan value is 7.52%
  • magenta value is 17.29%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(8,17,0,48)
C8M17Y0K48 
(8%,17%,0%,48%)
(0.08/0.17/0.00/0.48)	

CMYK percentages

%7.52
%17.29
%0
%47.84

Codes

Color #7B6E85 in popluar color models

7B6E85
RGB123110133
HSL274°9.47%47.65%
HSB/HSV274°17.29%52.16%
CMYK7.52%17.29%0.00%
47.84%

Color #7B6E85 in popluar number systems.

HEX7B6E85
Decimal123110133
Binary1111011110111010000101
Octal173156205

Shades and tints

Shades of #7B6E85

#7B6E85
(123,110,133)
#706479
(112,100,121)
#655A6D
(101,90,109)
#5A5061
(90,80,97)
#4F4655
(79,70,85)
#443C49
(68,60,73)
#39323D
(57,50,61)
#2E2831
(46,40,49)
#231E25
(35,30,37)
#181419
(24,20,25)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #7B6E85

#7B6E85
(123,110,133)
#877B90
(135,123,144)
#93889B
(147,136,155)
#9F95A6
(159,149,166)
#ABA2B1
(171,162,177)
#B7AFBC
(183,175,188)
#C3BCC7
(195,188,199)
#CFC9D2
(207,201,210)
#DBD6DD
(219,214,221)
#E7E3E8
(231,227,232)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6E85; }

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

This text font color is #7B6E85.


Background Color

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

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

This div background color is #7B6E85.


Border color

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

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

This div border color is #7B6E85.


Opacity

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

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

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

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

This text has shadow with #7B6E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6E85 on black background.


Color preview on white background

This text has color #7B6E85 on white background.



Black color preview on #7B6E85 background

This text has black color on #7B6E85 background.


White color preview on #7B6E85 background

This text has white color on #7B6E85 background.