COLOR #7B5672

HEX: #7B5672
RGB: (123,86,114)

Color info

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

RGB color model

#7B5672 color RGB value is (123,86,114).

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

RGB channels and saturation

R 123 of 255 = 48%
G 86 of 255 = 34%
B 114 of 255 = 45%

123
86
114

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

Portions of RGB colors in percentages

R + G + B =
123 + 86 + 114 = 323 (100%)
R 123 of 323 ~ 38.08%
G 86 of 323 ~ 26.63%
B 114 of 323 ~ 35.29%

%38.08
%26.63
%35.29

CMYK color model

#7B5672 color CMYK value is (0,30,7,52).

  • cyan value is 0.00%
  • magenta value is 30.08%
  • yellow value is 7.32%
  • key color value is 51.76%
CMYK:
(0,30,7,52)
C0M30Y7K52 
(0%,30%,7%,52%)
(0.00/0.30/0.07/0.52)	

CMYK percentages

%0
%30.08
%7.32
%51.76

Codes

Color #7B5672 in popluar color models

7B5672
RGB12386114
HSL315°17.70%40.98%
HSB/HSV315°30.08%48.24%
CMYK0.00%30.08%7.32%
51.76%

Color #7B5672 in popluar number systems.

HEX7B5672
Decimal12386114
Binary111101110101101110010
Octal173126162

Shades and tints

Shades of #7B5672

#7B5672
(123,86,114)
#704F68
(112,79,104)
#65485E
(101,72,94)
#5A4154
(90,65,84)
#4F3A4A
(79,58,74)
#443340
(68,51,64)
#392C36
(57,44,54)
#2E252C
(46,37,44)
#231E22
(35,30,34)
#181718
(24,23,24)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #7B5672

#7B5672
(123,86,114)
#87657E
(135,101,126)
#93748A
(147,116,138)
#9F8396
(159,131,150)
#AB92A2
(171,146,162)
#B7A1AE
(183,161,174)
#C3B0BA
(195,176,186)
#CFBFC6
(207,191,198)
#DBCED2
(219,206,210)
#E7DDDE
(231,221,222)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5672; }

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

This text font color is #7B5672.


Background Color

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

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

This div background color is #7B5672.


Border color

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

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

This div border color is #7B5672.


Opacity

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

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

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

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

This text has shadow with #7B5672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5672 on black background.


Color preview on white background

This text has color #7B5672 on white background.



Black color preview on #7B5672 background

This text has black color on #7B5672 background.


White color preview on #7B5672 background

This text has white color on #7B5672 background.