COLOR #7B568A

HEX: #7B568A RGB: (123,86,138)

Color info

#7B568A contains red, green and blue colors in about the same proportion. Web safe color of #7B568A is #666699 (or #669).

RGB color model

#7B568A color RGB value is (123,86,138).

RGB: (123,86,138) (48%, 34%, 54%)

RGB channels and saturation

R 123 of 255 = 48%
G 86 of 255 = 34%
B 138 of 255 = 54%

123
86
138

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

Portions of RGB colors in percentages

R + G + B = 123 + 86 + 138 = 347 (100%)
R 123 of 347 ~ 35.45%
G 86 of 347 ~ 24.78%
B 138 of 347 ~ 39.77'%

%35.45
%24.78
%39.77

CMYK color model

#7B568A color CMYK value is (11,38,0,46).

  • cyan value is 10.87%
  • magenta value is 37.68%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (11,38,0,46)
C11M38Y0K46 (11%, 38%, 0%, 46%)
(0.11 / 0.38 / 0.00 / 0.46)

CMYK percentages

%10.87
%37.68
%0
%45.88

Codes

Color #7B568A in popluar color models

7B 56 8A
RGB 123 86 138
HSL 283° 23.21% 43.92%
HSB/HSV 283° 37.68% 54.12%
CMYK 10.87% 37.68% 0.00%
45.88%

Color #7B568A in popluar number systems.

HEX 7B 56 8A
Decimal 123 86 138
Binary 1111011 1010110 10001010
Octal 173 126 212

Shades and tints

Shades of #7B568A

#7B568A
(123,86,138)
#704F7E
(112,79,126)
#654872
(101,72,114)
#5A4166
(90,65,102)
#4F3A5A
(79,58,90)
#44334E
(68,51,78)
#392C42
(57,44,66)
#2E2536
(46,37,54)
#231E2A
(35,30,42)
#18171E
(24,23,30)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #7B568A

#7B568A
(123,86,138)
#876594
(135,101,148)
#93749E
(147,116,158)
#9F83A8
(159,131,168)
#AB92B2
(171,146,178)
#B7A1BC
(183,161,188)
#C3B0C6
(195,176,198)
#CFBFD0
(207,191,208)
#DBCEDA
(219,206,218)
#E7DDE4
(231,221,228)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B568A; }

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

This text font color is #7B568A.

Background Color

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

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

This div background color is #7B568A.

Border color

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

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

This div border color is #7B568A.

Opacity

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

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

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

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

This text has shadow with #7B568A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B568A.

Preview

Color preview on black background

This text has color #7B568A on black background.


Color preview on white background

This text has color #7B568A on white background.


Black color preview on #7B568A background

This text has black color on #7B568A background.


White color preview on #7B568A background

This text has white color on #7B568A background.


Related colors

Complementary color

Complementary color for #hex is #84A975.


I love getcolorcode.com

Triadic colors

1 #8A7B56 and #568A7B with #7B568A are triadic colors.

2 #8A567B and #567B8A with #7B568A are triadic colors.