COLOR #7B5C6D

HEX: #7B5C6D RGB: (123,92,109)

Color info

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

RGB color model

#7B5C6D color RGB value is (123,92,109).

RGB: (123,92,109) (48%, 36%, 43%)

RGB channels and saturation

R 123 of 255 = 48%
G 92 of 255 = 36%
B 109 of 255 = 43%

123
92
109

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

Portions of RGB colors in percentages

R + G + B = 123 + 92 + 109 = 324 (100%)
R 123 of 324 ~ 37.96%
G 92 of 324 ~ 28.4%
B 109 of 324 ~ 33.64'%

%37.96
%28.4
%33.64

CMYK color model

#7B5C6D color CMYK value is (0,25,11,52).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 11.38%
  • key color value is 51.76%

CMYK: (0,25,11,52)
C0M25Y11K52 (0%, 25%, 11%, 52%)
(0.00 / 0.25 / 0.11 / 0.52)

CMYK percentages

%0
%25.2
%11.38
%51.76

Codes

Color #7B5C6D in popluar color models

7B 5C 6D
RGB 123 92 109
HSL 327° 14.42% 42.16%
HSB/HSV 327° 25.20% 48.24%
CMYK 0.00% 25.20% 11.38%
51.76%

Color #7B5C6D in popluar number systems.

HEX 7B 5C 6D
Decimal 123 92 109
Binary 1111011 1011100 1101101
Octal 173 134 155

Shades and tints

Shades of #7B5C6D

#7B5C6D
(123,92,109)
#705464
(112,84,100)
#654C5B
(101,76,91)
#5A4452
(90,68,82)
#4F3C49
(79,60,73)
#443440
(68,52,64)
#392C37
(57,44,55)
#2E242E
(46,36,46)
#231C25
(35,28,37)
#18141C
(24,20,28)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #7B5C6D

#7B5C6D
(123,92,109)
#876A7A
(135,106,122)
#937887
(147,120,135)
#9F8694
(159,134,148)
#AB94A1
(171,148,161)
#B7A2AE
(183,162,174)
#C3B0BB
(195,176,187)
#CFBEC8
(207,190,200)
#DBCCD5
(219,204,213)
#E7DAE2
(231,218,226)
#F3E8EF
(243,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5C6D; }

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

This text font color is #7B5C6D.

Background Color

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

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

This div background color is #7B5C6D.

Border color

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

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

This div border color is #7B5C6D.

Opacity

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

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

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

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

This text has shadow with #7B5C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5C6D.

Preview

Color preview on black background

This text has color #7B5C6D on black background.


Color preview on white background

This text has color #7B5C6D on white background.


Black color preview on #7B5C6D background

This text has black color on #7B5C6D background.


White color preview on #7B5C6D background

This text has white color on #7B5C6D background.


Related colors

Complementary color

Complementary color for #hex is #84A392.


I love getcolorcode.com

Triadic colors

1 #6D7B5C and #5C6D7B with #7B5C6D are triadic colors.

2 #6D5C7B and #5C7B6D with #7B5C6D are triadic colors.