COLOR #7B516D

HEX: #7B516D RGB: (123,81,109)

Color info

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

RGB color model

#7B516D color RGB value is (123,81,109).

RGB: (123,81,109) (48%, 32%, 43%)

RGB channels and saturation

R 123 of 255 = 48%
G 81 of 255 = 32%
B 109 of 255 = 43%

123
81
109

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

Portions of RGB colors in percentages

R + G + B = 123 + 81 + 109 = 313 (100%)
R 123 of 313 ~ 39.3%
G 81 of 313 ~ 25.88%
B 109 of 313 ~ 34.82'%

%39.3
%25.88
%34.82

CMYK color model

#7B516D color CMYK value is (0,34,11,52).

  • cyan value is 0.00%
  • magenta value is 34.15%
  • yellow value is 11.38%
  • key color value is 51.76%
CMYK: (0,34,11,52) C0M34Y11K52 (0%,34%,11%,52%) (0.00/0.34/0.11/0.52) 

CMYK percentages

%0
%34.15
%11.38
%51.76

Codes

Color #7B516D in popluar color models

7B 51 6D
RGB 123 81 109
HSL 320° 20.59% 40.00%
HSB/HSV 320° 34.15% 48.24%
CMYK 0.00% 34.15% 11.38%
51.76%

Color #7B516D in popluar number systems.

HEX 7B 51 6D
Decimal 123 81 109
Binary 1111011 1010001 1101101
Octal 173 121 155

Shades and tints

Shades of #7B516D

#7B516D
(123,81,109)
#704A64
(112,74,100)
#65435B
(101,67,91)
#5A3C52
(90,60,82)
#4F3549
(79,53,73)
#442E40
(68,46,64)
#392737
(57,39,55)
#2E202E
(46,32,46)
#231925
(35,25,37)
#18121C
(24,18,28)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #7B516D

#7B516D
(123,81,109)
#87607A
(135,96,122)
#936F87
(147,111,135)
#9F7E94
(159,126,148)
#AB8DA1
(171,141,161)
#B79CAE
(183,156,174)
#C3ABBB
(195,171,187)
#CFBAC8
(207,186,200)
#DBC9D5
(219,201,213)
#E7D8E2
(231,216,226)
#F3E7EF
(243,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B516D color. Also use rgb(123,81,109) instead hex code.

Text Font Color

.myTextColor { color: #7B516D; }

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

This text font color is #7B516D.

Background Color

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

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

This div background color is #7B516D.

Border color

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

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

This div border color is #7B516D.

Opacity

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

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

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

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

This text has shadow with #7B516D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B516D.

Preview

Color preview on black background

This text has color #7B516D on black background.


Color preview on white background

This text has color #7B516D on white background.


Black color preview on #7B516D background

This text has black color on #7B516D background.


White color preview on #7B516D background

This text has white color on #7B516D background.


Related colors

Complementary color

Complementary color for #hex is #84AE92.


I love getcolorcode.com

Triadic colors

1 #6D7B51 and #516D7B with #7B516D are triadic colors.

2 #6D517B and #517B6D with #7B516D are triadic colors.