COLOR #7B567E

HEX: #7B567E
RGB: (123,86,126)

Color info

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

RGB color model

#7B567E color RGB value is (123,86,126).

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

RGB channels and saturation

R 123 of 255 = 48%
G 86 of 255 = 34%
B 126 of 255 = 49%

123
86
126

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

Portions of RGB colors in percentages

R + G + B =
123 + 86 + 126 = 335 (100%)
R 123 of 335 ~ 36.72%
G 86 of 335 ~ 25.67%
B 126 of 335 ~ 37.61%

%36.72
%25.67
%37.61

CMYK color model

#7B567E color CMYK value is (2,32,0,51).

  • cyan value is 2.38%
  • magenta value is 31.75%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(2,32,0,51)
C2M32Y0K51 
(2%,32%,0%,51%)
(0.02/0.32/0.00/0.51)	

CMYK percentages

%2.38
%31.75
%0
%50.59

Codes

Color #7B567E in popluar color models

7B567E
RGB12386126
HSL296°18.87%41.57%
HSB/HSV296°31.75%49.41%
CMYK2.38%31.75%0.00%
50.59%

Color #7B567E in popluar number systems.

HEX7B567E
Decimal12386126
Binary111101110101101111110
Octal173126176

Shades and tints

Shades of #7B567E

#7B567E
(123,86,126)
#704F73
(112,79,115)
#654868
(101,72,104)
#5A415D
(90,65,93)
#4F3A52
(79,58,82)
#443347
(68,51,71)
#392C3C
(57,44,60)
#2E2531
(46,37,49)
#231E26
(35,30,38)
#18171B
(24,23,27)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #7B567E

#7B567E
(123,86,126)
#876589
(135,101,137)
#937494
(147,116,148)
#9F839F
(159,131,159)
#AB92AA
(171,146,170)
#B7A1B5
(183,161,181)
#C3B0C0
(195,176,192)
#CFBFCB
(207,191,203)
#DBCED6
(219,206,214)
#E7DDE1
(231,221,225)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B567E; }

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

This text font color is #7B567E.


Background Color

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

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

This div background color is #7B567E.


Border color

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

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

This div border color is #7B567E.


Opacity

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

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

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

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

This text has shadow with #7B567E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B567E on black background.


Color preview on white background

This text has color #7B567E on white background.



Black color preview on #7B567E background

This text has black color on #7B567E background.


White color preview on #7B567E background

This text has white color on #7B567E background.