COLOR #7B466D

HEX: #7B466D
RGB: (123,70,109)

Color info

#7B466D contains red, green and blue colors in about the same proportion. Web safe color of #7B466D is #663366 (or #636).

RGB color model

#7B466D color RGB value is (123,70,109).

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

RGB channels and saturation

R 123 of 255 = 48%
G 70 of 255 = 27%
B 109 of 255 = 43%

123
70
109

R + G + B ~ 39%. #7B466D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 70 + 109 = 302 (100%)
R 123 of 302 ~ 40.73%
G 70 of 302 ~ 23.18%
B 109 of 302 ~ 36.09%

%40.73
%23.18
%36.09

CMYK color model

#7B466D color CMYK value is (0,43,11,52).

  • cyan value is 0.00%
  • magenta value is 43.09%
  • yellow value is 11.38%
  • key color value is 51.76%
CMYK:
(0,43,11,52)
C0M43Y11K52 
(0%,43%,11%,52%)
(0.00/0.43/0.11/0.52)	

CMYK percentages

%0
%43.09
%11.38
%51.76

Codes

Color #7B466D in popluar color models

7B466D
RGB12370109
HSL316°27.46%37.84%
HSB/HSV316°43.09%48.24%
CMYK0.00%43.09%11.38%
51.76%

Color #7B466D in popluar number systems.

HEX7B466D
Decimal12370109
Binary111101110001101101101
Octal173106155

Shades and tints

Shades of #7B466D

#7B466D
(123,70,109)
#704064
(112,64,100)
#653A5B
(101,58,91)
#5A3452
(90,52,82)
#4F2E49
(79,46,73)
#442840
(68,40,64)
#392237
(57,34,55)
#2E1C2E
(46,28,46)
#231625
(35,22,37)
#18101C
(24,16,28)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #7B466D

#7B466D
(123,70,109)
#87567A
(135,86,122)
#936687
(147,102,135)
#9F7694
(159,118,148)
#AB86A1
(171,134,161)
#B796AE
(183,150,174)
#C3A6BB
(195,166,187)
#CFB6C8
(207,182,200)
#DBC6D5
(219,198,213)
#E7D6E2
(231,214,226)
#F3E6EF
(243,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B466D; }

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

This text font color is #7B466D.


Background Color

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

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

This div background color is #7B466D.


Border color

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

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

This div border color is #7B466D.


Opacity

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

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

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

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

This text has shadow with #7B466D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B466D on black background.


Color preview on white background

This text has color #7B466D on white background.



Black color preview on #7B466D background

This text has black color on #7B466D background.


White color preview on #7B466D background

This text has white color on #7B466D background.