COLOR #7B6D7A

HEX: #7B6D7A
RGB: (123,109,122)

Color info

#7B6D7A contains red, green and blue colors in about the same proportion. Web safe color of #7B6D7A is #666666 (or #666).

RGB color model

#7B6D7A color RGB value is (123,109,122).

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

RGB channels and saturation

R 123 of 255 = 48%
G 109 of 255 = 43%
B 122 of 255 = 48%

123
109
122

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

Portions of RGB colors in percentages

R + G + B =
123 + 109 + 122 = 354 (100%)
R 123 of 354 ~ 34.75%
G 109 of 354 ~ 30.79%
B 122 of 354 ~ 34.46%

%34.75
%30.79
%34.46

CMYK color model

#7B6D7A color CMYK value is (0,11,1,52).

  • cyan value is 0.00%
  • magenta value is 11.38%
  • yellow value is 0.81%
  • key color value is 51.76%
CMYK:
(0,11,1,52)
C0M11Y1K52 
(0%,11%,1%,52%)
(0.00/0.11/0.01/0.52)	

CMYK percentages

%0
%11.38
%0.81
%51.76

Codes

Color #7B6D7A in popluar color models

7B6D7A
RGB123109122
HSL304°6.03%45.49%
HSB/HSV304°11.38%48.24%
CMYK0.00%11.38%0.81%
51.76%

Color #7B6D7A in popluar number systems.

HEX7B6D7A
Decimal123109122
Binary111101111011011111010
Octal173155172

Shades and tints

Shades of #7B6D7A

#7B6D7A
(123,109,122)
#70646F
(112,100,111)
#655B64
(101,91,100)
#5A5259
(90,82,89)
#4F494E
(79,73,78)
#444043
(68,64,67)
#393738
(57,55,56)
#2E2E2D
(46,46,45)
#232522
(35,37,34)
#181C17
(24,28,23)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #7B6D7A

#7B6D7A
(123,109,122)
#877A86
(135,122,134)
#938792
(147,135,146)
#9F949E
(159,148,158)
#ABA1AA
(171,161,170)
#B7AEB6
(183,174,182)
#C3BBC2
(195,187,194)
#CFC8CE
(207,200,206)
#DBD5DA
(219,213,218)
#E7E2E6
(231,226,230)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6D7A; }

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

This text font color is #7B6D7A.


Background Color

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

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

This div background color is #7B6D7A.


Border color

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

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

This div border color is #7B6D7A.


Opacity

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

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

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

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

This text has shadow with #7B6D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6D7A on black background.


Color preview on white background

This text has color #7B6D7A on white background.



Black color preview on #7B6D7A background

This text has black color on #7B6D7A background.


White color preview on #7B6D7A background

This text has white color on #7B6D7A background.