COLOR #7B6C7B

HEX: #7B6C7B
RGB: (123,108,123)

Color info

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

RGB color model

#7B6C7B color RGB value is (123,108,123).

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

RGB channels and saturation

R 123 of 255 = 48%
G 108 of 255 = 42%
B 123 of 255 = 48%

123
108
123

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

Portions of RGB colors in percentages

R + G + B =
123 + 108 + 123 = 354 (100%)
R 123 of 354 ~ 34.75%
G 108 of 354 ~ 30.51%
B 123 of 354 ~ 34.75%

%34.75
%30.51
%34.75

CMYK color model

#7B6C7B color CMYK value is (0,12,0,52).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(0,12,0,52)
C0M12Y0K52 
(0%,12%,0%,52%)
(0.00/0.12/0.00/0.52)	

CMYK percentages

%0
%12.2
%0
%51.76

Codes

Color #7B6C7B in popluar color models

7B6C7B
RGB123108123
HSL300°6.49%45.29%
HSB/HSV300°12.20%48.24%
CMYK0.00%12.20%0.00%
51.76%

Color #7B6C7B in popluar number systems.

HEX7B6C7B
Decimal123108123
Binary111101111011001111011
Octal173154173

Shades and tints

Shades of #7B6C7B

#7B6C7B
(123,108,123)
#706370
(112,99,112)
#655A65
(101,90,101)
#5A515A
(90,81,90)
#4F484F
(79,72,79)
#443F44
(68,63,68)
#393639
(57,54,57)
#2E2D2E
(46,45,46)
#232423
(35,36,35)
#181B18
(24,27,24)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #7B6C7B

#7B6C7B
(123,108,123)
#877987
(135,121,135)
#938693
(147,134,147)
#9F939F
(159,147,159)
#ABA0AB
(171,160,171)
#B7ADB7
(183,173,183)
#C3BAC3
(195,186,195)
#CFC7CF
(207,199,207)
#DBD4DB
(219,212,219)
#E7E1E7
(231,225,231)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6C7B; }

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

This text font color is #7B6C7B.


Background Color

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

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

This div background color is #7B6C7B.


Border color

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

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

This div border color is #7B6C7B.


Opacity

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

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

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

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

This text has shadow with #7B6C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6C7B on black background.


Color preview on white background

This text has color #7B6C7B on white background.



Black color preview on #7B6C7B background

This text has black color on #7B6C7B background.


White color preview on #7B6C7B background

This text has white color on #7B6C7B background.