COLOR #7B466E

HEX: #7B466E
RGB: (123,70,110)

Color info

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

RGB color model

#7B466E color RGB value is (123,70,110).

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

RGB channels and saturation

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

123
70
110

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

Portions of RGB colors in percentages

R + G + B =
123 + 70 + 110 = 303 (100%)
R 123 of 303 ~ 40.59%
G 70 of 303 ~ 23.1%
B 110 of 303 ~ 36.3%

%40.59
%23.1
%36.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.09%
  • yellow value is 10.57%
  • 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
%10.57
%51.76

Codes

Color #7B466E in popluar color models

7B466E
RGB12370110
HSL315°27.46%37.84%
HSB/HSV315°43.09%48.24%
CMYK0.00%43.09%10.57%
51.76%

Color #7B466E in popluar number systems.

HEX7B466E
Decimal12370110
Binary111101110001101101110
Octal173106156

Shades and tints

Shades of #7B466E

#7B466E
(123,70,110)
#704064
(112,64,100)
#653A5A
(101,58,90)
#5A3450
(90,52,80)
#4F2E46
(79,46,70)
#44283C
(68,40,60)
#392232
(57,34,50)
#2E1C28
(46,28,40)
#23161E
(35,22,30)
#181014
(24,16,20)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #7B466E

#7B466E
(123,70,110)
#87567B
(135,86,123)
#936688
(147,102,136)
#9F7695
(159,118,149)
#AB86A2
(171,134,162)
#B796AF
(183,150,175)
#C3A6BC
(195,166,188)
#CFB6C9
(207,182,201)
#DBC6D6
(219,198,214)
#E7D6E3
(231,214,227)
#F3E6F0
(243,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B466E; }

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

This text font color is #7B466E.


Background Color

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

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

This div background color is #7B466E.


Border color

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

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

This div border color is #7B466E.


Opacity

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

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

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

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

This text has shadow with #7B466E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B466E on black background.


Color preview on white background

This text has color #7B466E on white background.



Black color preview on #7B466E background

This text has black color on #7B466E background.


White color preview on #7B466E background

This text has white color on #7B466E background.