COLOR #7B5870

HEX: #7B5870
RGB: (123,88,112)

Color info

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

RGB color model

#7B5870 color RGB value is (123,88,112).

  • red value is 123;
  • green value is 88;
  • blue value is 112.
RGB: (123,88,112) (48%,35%,44%)

RGB channels and saturation

R 123 of 255 = 48%
G 88 of 255 = 35%
B 112 of 255 = 44%

123
88
112

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

Portions of RGB colors in percentages

R + G + B =
123 + 88 + 112 = 323 (100%)
R 123 of 323 ~ 38.08%
G 88 of 323 ~ 27.24%
B 112 of 323 ~ 34.67%

%38.08
%27.24
%34.67

CMYK color model

#7B5870 color CMYK value is (0,28,9,52).

  • cyan value is 0.00%
  • magenta value is 28.46%
  • yellow value is 8.94%
  • key color value is 51.76%
CMYK: (0,28,9,52) C0M28Y9K52 (0%,28%,9%,52%) (0.00/0.28/0.09/0.52)

CMYK percentages

%0
%28.46
%8.94
%51.76

Codes

Color #7B5870 in popluar color models

7B5870
RGB12388112
HSL319°16.59%41.37%
HSB/HSV319°28.46%48.24%
CMYK0.00%28.46%8.94%
51.76%

Color #7B5870 in popluar number systems.

HEX7B5870
Decimal12388112
Binary111101110110001110000
Octal173130160

Shades and tints

Shades of #7B5870

#7B5870
(123,88,112)
#705066
(112,80,102)
#65485C
(101,72,92)
#5A4052
(90,64,82)
#4F3848
(79,56,72)
#44303E
(68,48,62)
#392834
(57,40,52)
#2E202A
(46,32,42)
#231820
(35,24,32)
#181016
(24,16,22)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #7B5870

#7B5870
(123,88,112)
#87677D
(135,103,125)
#93768A
(147,118,138)
#9F8597
(159,133,151)
#AB94A4
(171,148,164)
#B7A3B1
(183,163,177)
#C3B2BE
(195,178,190)
#CFC1CB
(207,193,203)
#DBD0D8
(219,208,216)
#E7DFE5
(231,223,229)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5870 color. Also use rgb(123,88,112) instead hex code.

Text Font Color

.myTextColor { color: #7B5870; }

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

This text font color is #7B5870.


Background Color

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

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

This div background color is #7B5870.


Border color

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

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

This div border color is #7B5870.


Opacity

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

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

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

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

This text has shadow with #7B5870 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7B5870 on black background.


Color preview on white background

This text has color #7B5870 on white background.



Black color preview on #7B5870 background

This text has black color on #7B5870 background.


White color preview on #7B5870 background

This text has white color on #7B5870 background.