COLOR #7B496E

HEX: #7B496E
RGB: (123,73,110)

Color info

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

RGB color model

#7B496E color RGB value is (123,73,110).

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

RGB channels and saturation

R 123 of 255 = 48%
G 73 of 255 = 29%
B 110 of 255 = 43%

123
73
110

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

Portions of RGB colors in percentages

R + G + B =
123 + 73 + 110 = 306 (100%)
R 123 of 306 ~ 40.2%
G 73 of 306 ~ 23.86%
B 110 of 306 ~ 35.95%

%40.2
%23.86
%35.95

CMYK color model

#7B496E color CMYK value is (0,41,11,52).

  • cyan value is 0.00%
  • magenta value is 40.65%
  • yellow value is 10.57%
  • key color value is 51.76%
CMYK:
(0,41,11,52)
C0M41Y11K52 
(0%,41%,11%,52%)
(0.00/0.41/0.11/0.52)	

CMYK percentages

%0
%40.65
%10.57
%51.76

Codes

Color #7B496E in popluar color models

7B496E
RGB12373110
HSL316°25.51%38.43%
HSB/HSV316°40.65%48.24%
CMYK0.00%40.65%10.57%
51.76%

Color #7B496E in popluar number systems.

HEX7B496E
Decimal12373110
Binary111101110010011101110
Octal173111156

Shades and tints

Shades of #7B496E

#7B496E
(123,73,110)
#704364
(112,67,100)
#653D5A
(101,61,90)
#5A3750
(90,55,80)
#4F3146
(79,49,70)
#442B3C
(68,43,60)
#392532
(57,37,50)
#2E1F28
(46,31,40)
#23191E
(35,25,30)
#181314
(24,19,20)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #7B496E

#7B496E
(123,73,110)
#87597B
(135,89,123)
#936988
(147,105,136)
#9F7995
(159,121,149)
#AB89A2
(171,137,162)
#B799AF
(183,153,175)
#C3A9BC
(195,169,188)
#CFB9C9
(207,185,201)
#DBC9D6
(219,201,214)
#E7D9E3
(231,217,227)
#F3E9F0
(243,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B496E; }

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

This text font color is #7B496E.


Background Color

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

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

This div background color is #7B496E.


Border color

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

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

This div border color is #7B496E.


Opacity

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

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

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

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

This text has shadow with #7B496E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B496E on black background.


Color preview on white background

This text has color #7B496E on white background.



Black color preview on #7B496E background

This text has black color on #7B496E background.


White color preview on #7B496E background

This text has white color on #7B496E background.