COLOR #7B6C6E

HEX: #7B6C6E
RGB: (123,108,110)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
108
110

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

Portions of RGB colors in percentages

R + G + B =
123 + 108 + 110 = 341 (100%)
R 123 of 341 ~ 36.07%
G 108 of 341 ~ 31.67%
B 110 of 341 ~ 32.26%

%36.07
%31.67
%32.26

CMYK color model

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

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

CMYK percentages

%0
%12.2
%10.57
%51.76

Codes

Color #7B6C6E in popluar color models

7B6C6E
RGB123108110
HSL352°6.49%45.29%
HSB/HSV352°12.20%48.24%
CMYK0.00%12.20%10.57%
51.76%

Color #7B6C6E in popluar number systems.

HEX7B6C6E
Decimal123108110
Binary111101111011001101110
Octal173154156

Shades and tints

Shades of #7B6C6E

#7B6C6E
(123,108,110)
#706364
(112,99,100)
#655A5A
(101,90,90)
#5A5150
(90,81,80)
#4F4846
(79,72,70)
#443F3C
(68,63,60)
#393632
(57,54,50)
#2E2D28
(46,45,40)
#23241E
(35,36,30)
#181B14
(24,27,20)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #7B6C6E

#7B6C6E
(123,108,110)
#87797B
(135,121,123)
#938688
(147,134,136)
#9F9395
(159,147,149)
#ABA0A2
(171,160,162)
#B7ADAF
(183,173,175)
#C3BABC
(195,186,188)
#CFC7C9
(207,199,201)
#DBD4D6
(219,212,214)
#E7E1E3
(231,225,227)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6C6E; }

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

This text font color is #7B6C6E.


Background Color

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

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

This div background color is #7B6C6E.


Border color

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

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

This div border color is #7B6C6E.


Opacity

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

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

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

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

This text has shadow with #7B6C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6C6E on black background.


Color preview on white background

This text has color #7B6C6E on white background.



Black color preview on #7B6C6E background

This text has black color on #7B6C6E background.


White color preview on #7B6C6E background

This text has white color on #7B6C6E background.