COLOR #7B6260

HEX: #7B6260
RGB: (123,98,96)

Color info

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

RGB color model

#7B6260 color RGB value is (123,98,96).

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

RGB channels and saturation

R 123 of 255 = 48%
G 98 of 255 = 38%
B 96 of 255 = 38%

123
98
96

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

Portions of RGB colors in percentages

R + G + B =
123 + 98 + 96 = 317 (100%)
R 123 of 317 ~ 38.8%
G 98 of 317 ~ 30.91%
B 96 of 317 ~ 30.28%

%38.8
%30.91
%30.28

CMYK color model

#7B6260 color CMYK value is (0,20,22,52).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 21.95%
  • key color value is 51.76%
CMYK:
(0,20,22,52)
C0M20Y22K52 
(0%,20%,22%,52%)
(0.00/0.20/0.22/0.52)	

CMYK percentages

%0
%20.33
%21.95
%51.76

Codes

Color #7B6260 in popluar color models

7B6260
RGB1239896
HSL12.33%42.94%
HSB/HSV21.95%48.24%
CMYK0.00%20.33%21.95%
51.76%

Color #7B6260 in popluar number systems.

HEX7B6260
Decimal1239896
Binary111101111000101100000
Octal173142140

Shades and tints

Shades of #7B6260

#7B6260
(123,98,96)
#705A58
(112,90,88)
#655250
(101,82,80)
#5A4A48
(90,74,72)
#4F4240
(79,66,64)
#443A38
(68,58,56)
#393230
(57,50,48)
#2E2A28
(46,42,40)
#232220
(35,34,32)
#181A18
(24,26,24)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #7B6260

#7B6260
(123,98,96)
#87706E
(135,112,110)
#937E7C
(147,126,124)
#9F8C8A
(159,140,138)
#AB9A98
(171,154,152)
#B7A8A6
(183,168,166)
#C3B6B4
(195,182,180)
#CFC4C2
(207,196,194)
#DBD2D0
(219,210,208)
#E7E0DE
(231,224,222)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6260; }

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

This text font color is #7B6260.


Background Color

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

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

This div background color is #7B6260.


Border color

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

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

This div border color is #7B6260.


Opacity

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

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

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

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

This text has shadow with #7B6260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6260 on black background.


Color preview on white background

This text has color #7B6260 on white background.



Black color preview on #7B6260 background

This text has black color on #7B6260 background.


White color preview on #7B6260 background

This text has white color on #7B6260 background.