COLOR #7B7172

HEX: #7B7172
RGB: (123,113,114)

Color info

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

RGB color model

#7B7172 color RGB value is (123,113,114).

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

RGB channels and saturation

R 123 of 255 = 48%
G 113 of 255 = 44%
B 114 of 255 = 45%

123
113
114

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

Portions of RGB colors in percentages

R + G + B =
123 + 113 + 114 = 350 (100%)
R 123 of 350 ~ 35.14%
G 113 of 350 ~ 32.29%
B 114 of 350 ~ 32.57%

%35.14
%32.29
%32.57

CMYK color model

#7B7172 color CMYK value is (0,8,7,52).

  • cyan value is 0.00%
  • magenta value is 8.13%
  • yellow value is 7.32%
  • key color value is 51.76%
CMYK:
(0,8,7,52)
C0M8Y7K52 
(0%,8%,7%,52%)
(0.00/0.08/0.07/0.52)	

CMYK percentages

%0
%8.13
%7.32
%51.76

Codes

Color #7B7172 in popluar color models

7B7172
RGB123113114
HSL354°4.24%46.27%
HSB/HSV354°8.13%48.24%
CMYK0.00%8.13%7.32%
51.76%

Color #7B7172 in popluar number systems.

HEX7B7172
Decimal123113114
Binary111101111100011110010
Octal173161162

Shades and tints

Shades of #7B7172

#7B7172
(123,113,114)
#706768
(112,103,104)
#655D5E
(101,93,94)
#5A5354
(90,83,84)
#4F494A
(79,73,74)
#443F40
(68,63,64)
#393536
(57,53,54)
#2E2B2C
(46,43,44)
#232122
(35,33,34)
#181718
(24,23,24)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #7B7172

#7B7172
(123,113,114)
#877D7E
(135,125,126)
#93898A
(147,137,138)
#9F9596
(159,149,150)
#ABA1A2
(171,161,162)
#B7ADAE
(183,173,174)
#C3B9BA
(195,185,186)
#CFC5C6
(207,197,198)
#DBD1D2
(219,209,210)
#E7DDDE
(231,221,222)
#F3E9EA
(243,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7172; }

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

This text font color is #7B7172.


Background Color

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

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

This div background color is #7B7172.


Border color

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

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

This div border color is #7B7172.


Opacity

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

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

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

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

This text has shadow with #7B7172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7172 on black background.


Color preview on white background

This text has color #7B7172 on white background.



Black color preview on #7B7172 background

This text has black color on #7B7172 background.


White color preview on #7B7172 background

This text has white color on #7B7172 background.