COLOR #7B6A82

HEX: #7B6A82
RGB: (123,106,130)

Color info

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

RGB color model

#7B6A82 color RGB value is (123,106,130).

  • red value is 123;
  • green value is 106;
  • blue value is 130.
RGB:
(123,106,130)
(48%,42%,51%)

RGB channels and saturation

R 123 of 255 = 48%
G 106 of 255 = 42%
B 130 of 255 = 51%

123
106
130

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

Portions of RGB colors in percentages

R + G + B =
123 + 106 + 130 = 359 (100%)
R 123 of 359 ~ 34.26%
G 106 of 359 ~ 29.53%
B 130 of 359 ~ 36.21%

%34.26
%29.53
%36.21

CMYK color model

#7B6A82 color CMYK value is (5,18,0,49).

  • cyan value is 5.38%
  • magenta value is 18.46%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(5,18,0,49)
C5M18Y0K49 
(5%,18%,0%,49%)
(0.05/0.18/0.00/0.49)	

CMYK percentages

%5.38
%18.46
%0
%49.02

Codes

Color #7B6A82 in popluar color models

7B6A82
RGB123106130
HSL283°10.17%46.27%
HSB/HSV283°18.46%50.98%
CMYK5.38%18.46%0.00%
49.02%

Color #7B6A82 in popluar number systems.

HEX7B6A82
Decimal123106130
Binary1111011110101010000010
Octal173152202

Shades and tints

Shades of #7B6A82

#7B6A82
(123,106,130)
#706177
(112,97,119)
#65586C
(101,88,108)
#5A4F61
(90,79,97)
#4F4656
(79,70,86)
#443D4B
(68,61,75)
#393440
(57,52,64)
#2E2B35
(46,43,53)
#23222A
(35,34,42)
#18191F
(24,25,31)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #7B6A82

#7B6A82
(123,106,130)
#87778D
(135,119,141)
#938498
(147,132,152)
#9F91A3
(159,145,163)
#AB9EAE
(171,158,174)
#B7ABB9
(183,171,185)
#C3B8C4
(195,184,196)
#CFC5CF
(207,197,207)
#DBD2DA
(219,210,218)
#E7DFE5
(231,223,229)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6A82 color. Also use rgb(123,106,130) instead hex code.

Text Font Color

.myTextColor { color: #7B6A82; }

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

This text font color is #7B6A82.


Background Color

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

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

This div background color is #7B6A82.


Border color

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

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

This div border color is #7B6A82.


Opacity

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

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

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

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

This text has shadow with #7B6A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6A82 on black background.


Color preview on white background

This text has color #7B6A82 on white background.



Black color preview on #7B6A82 background

This text has black color on #7B6A82 background.


White color preview on #7B6A82 background

This text has white color on #7B6A82 background.