COLOR #7B7060

HEX: #7B7060
RGB: (123,112,96)

Color info

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

RGB color model

#7B7060 color RGB value is (123,112,96).

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

RGB channels and saturation

R 123 of 255 = 48%
G 112 of 255 = 44%
B 96 of 255 = 38%

123
112
96

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

Portions of RGB colors in percentages

R + G + B =
123 + 112 + 96 = 331 (100%)
R 123 of 331 ~ 37.16%
G 112 of 331 ~ 33.84%
B 96 of 331 ~ 29%

%37.16
%33.84
%29

CMYK color model

#7B7060 color CMYK value is (0,9,22,52).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 21.95%
  • key color value is 51.76%
CMYK:
(0,9,22,52)
C0M9Y22K52 
(0%,9%,22%,52%)
(0.00/0.09/0.22/0.52)	

CMYK percentages

%0
%8.94
%21.95
%51.76

Codes

Color #7B7060 in popluar color models

7B7060
RGB12311296
HSL36°12.33%42.94%
HSB/HSV36°21.95%48.24%
CMYK0.00%8.94%21.95%
51.76%

Color #7B7060 in popluar number systems.

HEX7B7060
Decimal12311296
Binary111101111100001100000
Octal173160140

Shades and tints

Shades of #7B7060

#7B7060
(123,112,96)
#706658
(112,102,88)
#655C50
(101,92,80)
#5A5248
(90,82,72)
#4F4840
(79,72,64)
#443E38
(68,62,56)
#393430
(57,52,48)
#2E2A28
(46,42,40)
#232020
(35,32,32)
#181618
(24,22,24)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #7B7060

#7B7060
(123,112,96)
#877D6E
(135,125,110)
#938A7C
(147,138,124)
#9F978A
(159,151,138)
#ABA498
(171,164,152)
#B7B1A6
(183,177,166)
#C3BEB4
(195,190,180)
#CFCBC2
(207,203,194)
#DBD8D0
(219,216,208)
#E7E5DE
(231,229,222)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7060; }

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

This text font color is #7B7060.


Background Color

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

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

This div background color is #7B7060.


Border color

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

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

This div border color is #7B7060.


Opacity

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

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

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

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

This text has shadow with #7B7060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7060 on black background.


Color preview on white background

This text has color #7B7060 on white background.



Black color preview on #7B7060 background

This text has black color on #7B7060 background.


White color preview on #7B7060 background

This text has white color on #7B7060 background.