COLOR #7B8072

HEX: #7B8072
RGB: (123,128,114)

Color info

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

RGB color model

#7B8072 color RGB value is (123,128,114).

  • red value is 123;
  • green value is 128;
  • blue value is 114.
RGB:
(123,128,114)
(48%,50%,45%)

RGB channels and saturation

R 123 of 255 = 48%
G 128 of 255 = 50%
B 114 of 255 = 45%

123
128
114

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

Portions of RGB colors in percentages

R + G + B =
123 + 128 + 114 = 365 (100%)
R 123 of 365 ~ 33.7%
G 128 of 365 ~ 35.07%
B 114 of 365 ~ 31.23%

%33.7
%35.07
%31.23

CMYK color model

#7B8072 color CMYK value is (4,0,11,50).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 10.94%
  • key color value is 49.80%
CMYK:
(4,0,11,50)
C4M0Y11K50 
(4%,0%,11%,50%)
(0.04/0.00/0.11/0.50)	

CMYK percentages

%3.91
%0
%10.94
%49.8

Codes

Color #7B8072 in popluar color models

7B8072
RGB123128114
HSL81°5.79%47.45%
HSB/HSV81°10.94%50.20%
CMYK3.91%0.00%10.94%
49.80%

Color #7B8072 in popluar number systems.

HEX7B8072
Decimal123128114
Binary1111011100000001110010
Octal173200162

Shades and tints

Shades of #7B8072

#7B8072
(123,128,114)
#707568
(112,117,104)
#656A5E
(101,106,94)
#5A5F54
(90,95,84)
#4F544A
(79,84,74)
#444940
(68,73,64)
#393E36
(57,62,54)
#2E332C
(46,51,44)
#232822
(35,40,34)
#181D18
(24,29,24)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #7B8072

#7B8072
(123,128,114)
#878B7E
(135,139,126)
#93968A
(147,150,138)
#9FA196
(159,161,150)
#ABACA2
(171,172,162)
#B7B7AE
(183,183,174)
#C3C2BA
(195,194,186)
#CFCDC6
(207,205,198)
#DBD8D2
(219,216,210)
#E7E3DE
(231,227,222)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8072; }

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

This text font color is #7B8072.


Background Color

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

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

This div background color is #7B8072.


Border color

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

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

This div border color is #7B8072.


Opacity

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

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

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

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

This text has shadow with #7B8072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8072 on black background.


Color preview on white background

This text has color #7B8072 on white background.



Black color preview on #7B8072 background

This text has black color on #7B8072 background.


White color preview on #7B8072 background

This text has white color on #7B8072 background.