COLOR #7B5664

HEX: #7B5664
RGB: (123,86,100)

Color info

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

RGB color model

#7B5664 color RGB value is (123,86,100).

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

RGB channels and saturation

R 123 of 255 = 48%
G 86 of 255 = 34%
B 100 of 255 = 39%

123
86
100

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

Portions of RGB colors in percentages

R + G + B =
123 + 86 + 100 = 309 (100%)
R 123 of 309 ~ 39.81%
G 86 of 309 ~ 27.83%
B 100 of 309 ~ 32.36%

%39.81
%27.83
%32.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.08%
  • yellow value is 18.70%
  • key color value is 51.76%
CMYK:
(0,30,19,52)
C0M30Y19K52 
(0%,30%,19%,52%)
(0.00/0.30/0.19/0.52)	

CMYK percentages

%0
%30.08
%18.7
%51.76

Codes

Color #7B5664 in popluar color models

7B5664
RGB12386100
HSL337°17.70%40.98%
HSB/HSV337°30.08%48.24%
CMYK0.00%30.08%18.70%
51.76%

Color #7B5664 in popluar number systems.

HEX7B5664
Decimal12386100
Binary111101110101101100100
Octal173126144

Shades and tints

Shades of #7B5664

#7B5664
(123,86,100)
#704F5B
(112,79,91)
#654852
(101,72,82)
#5A4149
(90,65,73)
#4F3A40
(79,58,64)
#443337
(68,51,55)
#392C2E
(57,44,46)
#2E2525
(46,37,37)
#231E1C
(35,30,28)
#181713
(24,23,19)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #7B5664

#7B5664
(123,86,100)
#876572
(135,101,114)
#937480
(147,116,128)
#9F838E
(159,131,142)
#AB929C
(171,146,156)
#B7A1AA
(183,161,170)
#C3B0B8
(195,176,184)
#CFBFC6
(207,191,198)
#DBCED4
(219,206,212)
#E7DDE2
(231,221,226)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5664; }

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

This text font color is #7B5664.


Background Color

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

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

This div background color is #7B5664.


Border color

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

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

This div border color is #7B5664.


Opacity

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

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

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

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

This text has shadow with #7B5664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5664 on black background.


Color preview on white background

This text has color #7B5664 on white background.



Black color preview on #7B5664 background

This text has black color on #7B5664 background.


White color preview on #7B5664 background

This text has white color on #7B5664 background.