COLOR #7B507D

HEX: #7B507D RGB: (123,80,125)

Color info

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

RGB color model

#7B507D color RGB value is (123,80,125).

RGB: (123,80,125) (48%, 31%, 49%)

RGB channels and saturation

R 123 of 255 = 48%
G 80 of 255 = 31%
B 125 of 255 = 49%

123
80
125

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

Portions of RGB colors in percentages

R + G + B = 123 + 80 + 125 = 328 (100%)
R 123 of 328 ~ 37.5%
G 80 of 328 ~ 24.39%
B 125 of 328 ~ 38.11'%

%37.5
%24.39
%38.11

CMYK color model

#7B507D color CMYK value is (2,36,0,51).

  • cyan value is 1.60%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (2,36,0,51)
C2M36Y0K51 (2%, 36%, 0%, 51%)
(0.02 / 0.36 / 0.00 / 0.51)

CMYK percentages

%1.6
%36
%0
%50.98

Codes

Color #7B507D in popluar color models

7B 50 7D
RGB 123 80 125
HSL 297° 21.95% 40.20%
HSB/HSV 297° 36.00% 49.02%
CMYK 1.60% 36.00% 0.00%
50.98%

Color #7B507D in popluar number systems.

HEX 7B 50 7D
Decimal 123 80 125
Binary 1111011 1010000 1111101
Octal 173 120 175

Shades and tints

Shades of #7B507D

#7B507D
(123,80,125)
#704972
(112,73,114)
#654267
(101,66,103)
#5A3B5C
(90,59,92)
#4F3451
(79,52,81)
#442D46
(68,45,70)
#39263B
(57,38,59)
#2E1F30
(46,31,48)
#231825
(35,24,37)
#18111A
(24,17,26)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #7B507D

#7B507D
(123,80,125)
#875F88
(135,95,136)
#936E93
(147,110,147)
#9F7D9E
(159,125,158)
#AB8CA9
(171,140,169)
#B79BB4
(183,155,180)
#C3AABF
(195,170,191)
#CFB9CA
(207,185,202)
#DBC8D5
(219,200,213)
#E7D7E0
(231,215,224)
#F3E6EB
(243,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B507D color. Also use rgb(123,80,125) instead hex code.

Text Font Color

.myTextColor { color: #7B507D; }

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

This text font color is #7B507D.

Background Color

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

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

This div background color is #7B507D.

Border color

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

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

This div border color is #7B507D.

Opacity

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

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

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

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

This text has shadow with #7B507D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B507D.

Preview

Color preview on black background

This text has color #7B507D on black background.


Color preview on white background

This text has color #7B507D on white background.


Black color preview on #7B507D background

This text has black color on #7B507D background.


White color preview on #7B507D background

This text has white color on #7B507D background.


Related colors

Complementary color

Complementary color for #hex is #84AF82.


I love getcolorcode.com

Triadic colors

1 #7D7B50 and #507D7B with #7B507D are triadic colors.

2 #7D507B and #507B7D with #7B507D are triadic colors.