COLOR #7B5B72

HEX: #7B5B72
RGB: (123,91,114)

Color info

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

RGB color model

#7B5B72 color RGB value is (123,91,114).

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

RGB channels and saturation

R 123 of 255 = 48%
G 91 of 255 = 36%
B 114 of 255 = 45%

123
91
114

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

Portions of RGB colors in percentages

R + G + B =
123 + 91 + 114 = 328 (100%)
R 123 of 328 ~ 37.5%
G 91 of 328 ~ 27.74%
B 114 of 328 ~ 34.76%

%37.5
%27.74
%34.76

CMYK color model

#7B5B72 color CMYK value is (0,26,7,52).

  • cyan value is 0.00%
  • magenta value is 26.02%
  • yellow value is 7.32%
  • key color value is 51.76%
CMYK:
(0,26,7,52)
C0M26Y7K52 
(0%,26%,7%,52%)
(0.00/0.26/0.07/0.52)	

CMYK percentages

%0
%26.02
%7.32
%51.76

Codes

Color #7B5B72 in popluar color models

7B5B72
RGB12391114
HSL317°14.95%41.96%
HSB/HSV317°26.02%48.24%
CMYK0.00%26.02%7.32%
51.76%

Color #7B5B72 in popluar number systems.

HEX7B5B72
Decimal12391114
Binary111101110110111110010
Octal173133162

Shades and tints

Shades of #7B5B72

#7B5B72
(123,91,114)
#705368
(112,83,104)
#654B5E
(101,75,94)
#5A4354
(90,67,84)
#4F3B4A
(79,59,74)
#443340
(68,51,64)
#392B36
(57,43,54)
#2E232C
(46,35,44)
#231B22
(35,27,34)
#181318
(24,19,24)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #7B5B72

#7B5B72
(123,91,114)
#87697E
(135,105,126)
#93778A
(147,119,138)
#9F8596
(159,133,150)
#AB93A2
(171,147,162)
#B7A1AE
(183,161,174)
#C3AFBA
(195,175,186)
#CFBDC6
(207,189,198)
#DBCBD2
(219,203,210)
#E7D9DE
(231,217,222)
#F3E7EA
(243,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5B72; }

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

This text font color is #7B5B72.


Background Color

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

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

This div background color is #7B5B72.


Border color

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

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

This div border color is #7B5B72.


Opacity

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

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

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

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

This text has shadow with #7B5B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5B72 on black background.


Color preview on white background

This text has color #7B5B72 on white background.



Black color preview on #7B5B72 background

This text has black color on #7B5B72 background.


White color preview on #7B5B72 background

This text has white color on #7B5B72 background.