COLOR #7B6760

HEX: #7B6760
RGB: (123,103,96)

Color info

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

RGB color model

#7B6760 color RGB value is (123,103,96).

  • red value is 123;
  • green value is 103;
  • blue value is 96.
RGB:
(123,103,96)
(48%,40%,38%)

RGB channels and saturation

R 123 of 255 = 48%
G 103 of 255 = 40%
B 96 of 255 = 38%

123
103
96

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

Portions of RGB colors in percentages

R + G + B =
123 + 103 + 96 = 322 (100%)
R 123 of 322 ~ 38.2%
G 103 of 322 ~ 31.99%
B 96 of 322 ~ 29.81%

%38.2
%31.99
%29.81

CMYK color model

#7B6760 color CMYK value is (0,16,22,52).

  • cyan value is 0.00%
  • magenta value is 16.26%
  • yellow value is 21.95%
  • key color value is 51.76%
CMYK:
(0,16,22,52)
C0M16Y22K52 
(0%,16%,22%,52%)
(0.00/0.16/0.22/0.52)	

CMYK percentages

%0
%16.26
%21.95
%51.76

Codes

Color #7B6760 in popluar color models

7B6760
RGB12310396
HSL16°12.33%42.94%
HSB/HSV16°21.95%48.24%
CMYK0.00%16.26%21.95%
51.76%

Color #7B6760 in popluar number systems.

HEX7B6760
Decimal12310396
Binary111101111001111100000
Octal173147140

Shades and tints

Shades of #7B6760

#7B6760
(123,103,96)
#705E58
(112,94,88)
#655550
(101,85,80)
#5A4C48
(90,76,72)
#4F4340
(79,67,64)
#443A38
(68,58,56)
#393130
(57,49,48)
#2E2828
(46,40,40)
#231F20
(35,31,32)
#181618
(24,22,24)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #7B6760

#7B6760
(123,103,96)
#87746E
(135,116,110)
#93817C
(147,129,124)
#9F8E8A
(159,142,138)
#AB9B98
(171,155,152)
#B7A8A6
(183,168,166)
#C3B5B4
(195,181,180)
#CFC2C2
(207,194,194)
#DBCFD0
(219,207,208)
#E7DCDE
(231,220,222)
#F3E9EC
(243,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6760; }

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

This text font color is #7B6760.


Background Color

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

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

This div background color is #7B6760.


Border color

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

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

This div border color is #7B6760.


Opacity

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

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

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

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

This text has shadow with #7B6760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6760 on black background.


Color preview on white background

This text has color #7B6760 on white background.



Black color preview on #7B6760 background

This text has black color on #7B6760 background.


White color preview on #7B6760 background

This text has white color on #7B6760 background.