COLOR #7B7472

HEX: #7B7472
RGB: (123,116,114)

Color info

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

RGB color model

#7B7472 color RGB value is (123,116,114).

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

RGB channels and saturation

R 123 of 255 = 48%
G 116 of 255 = 45%
B 114 of 255 = 45%

123
116
114

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

Portions of RGB colors in percentages

R + G + B =
123 + 116 + 114 = 353 (100%)
R 123 of 353 ~ 34.84%
G 116 of 353 ~ 32.86%
B 114 of 353 ~ 32.29%

%34.84
%32.86
%32.29

CMYK color model

#7B7472 color CMYK value is (0,6,7,52).

  • cyan value is 0.00%
  • magenta value is 5.69%
  • yellow value is 7.32%
  • key color value is 51.76%
CMYK:
(0,6,7,52)
C0M6Y7K52 
(0%,6%,7%,52%)
(0.00/0.06/0.07/0.52)	

CMYK percentages

%0
%5.69
%7.32
%51.76

Codes

Color #7B7472 in popluar color models

7B7472
RGB123116114
HSL13°3.80%46.47%
HSB/HSV13°7.32%48.24%
CMYK0.00%5.69%7.32%
51.76%

Color #7B7472 in popluar number systems.

HEX7B7472
Decimal123116114
Binary111101111101001110010
Octal173164162

Shades and tints

Shades of #7B7472

#7B7472
(123,116,114)
#706A68
(112,106,104)
#65605E
(101,96,94)
#5A5654
(90,86,84)
#4F4C4A
(79,76,74)
#444240
(68,66,64)
#393836
(57,56,54)
#2E2E2C
(46,46,44)
#232422
(35,36,34)
#181A18
(24,26,24)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #7B7472

#7B7472
(123,116,114)
#87807E
(135,128,126)
#938C8A
(147,140,138)
#9F9896
(159,152,150)
#ABA4A2
(171,164,162)
#B7B0AE
(183,176,174)
#C3BCBA
(195,188,186)
#CFC8C6
(207,200,198)
#DBD4D2
(219,212,210)
#E7E0DE
(231,224,222)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7472; }

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

This text font color is #7B7472.


Background Color

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

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

This div background color is #7B7472.


Border color

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

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

This div border color is #7B7472.


Opacity

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

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

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

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

This text has shadow with #7B7472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7472 on black background.


Color preview on white background

This text has color #7B7472 on white background.



Black color preview on #7B7472 background

This text has black color on #7B7472 background.


White color preview on #7B7472 background

This text has white color on #7B7472 background.