COLOR #7B556D

HEX: #7B556D
RGB: (123,85,109)

Color info

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

RGB color model

#7B556D color RGB value is (123,85,109).

  • red value is 123;
  • green value is 85;
  • blue value is 109.
RGB:
(123,85,109)
(48%,33%,43%)

RGB channels and saturation

R 123 of 255 = 48%
G 85 of 255 = 33%
B 109 of 255 = 43%

123
85
109

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

Portions of RGB colors in percentages

R + G + B =
123 + 85 + 109 = 317 (100%)
R 123 of 317 ~ 38.8%
G 85 of 317 ~ 26.81%
B 109 of 317 ~ 34.38%

%38.8
%26.81
%34.38

CMYK color model

#7B556D color CMYK value is (0,31,11,52).

  • cyan value is 0.00%
  • magenta value is 30.89%
  • yellow value is 11.38%
  • key color value is 51.76%
CMYK:
(0,31,11,52)
C0M31Y11K52 
(0%,31%,11%,52%)
(0.00/0.31/0.11/0.52)	

CMYK percentages

%0
%30.89
%11.38
%51.76

Codes

Color #7B556D in popluar color models

7B556D
RGB12385109
HSL322°18.27%40.78%
HSB/HSV322°30.89%48.24%
CMYK0.00%30.89%11.38%
51.76%

Color #7B556D in popluar number systems.

HEX7B556D
Decimal12385109
Binary111101110101011101101
Octal173125155

Shades and tints

Shades of #7B556D

#7B556D
(123,85,109)
#704E64
(112,78,100)
#65475B
(101,71,91)
#5A4052
(90,64,82)
#4F3949
(79,57,73)
#443240
(68,50,64)
#392B37
(57,43,55)
#2E242E
(46,36,46)
#231D25
(35,29,37)
#18161C
(24,22,28)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #7B556D

#7B556D
(123,85,109)
#87647A
(135,100,122)
#937387
(147,115,135)
#9F8294
(159,130,148)
#AB91A1
(171,145,161)
#B7A0AE
(183,160,174)
#C3AFBB
(195,175,187)
#CFBEC8
(207,190,200)
#DBCDD5
(219,205,213)
#E7DCE2
(231,220,226)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B556D; }

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

This text font color is #7B556D.


Background Color

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

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

This div background color is #7B556D.


Border color

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

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

This div border color is #7B556D.


Opacity

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

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

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

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

This text has shadow with #7B556D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B556D on black background.


Color preview on white background

This text has color #7B556D on white background.



Black color preview on #7B556D background

This text has black color on #7B556D background.


White color preview on #7B556D background

This text has white color on #7B556D background.