COLOR #7B486E

HEX: #7B486E
RGB: (123,72,110)

Color info

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

RGB color model

#7B486E color RGB value is (123,72,110).

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

RGB channels and saturation

R 123 of 255 = 48%
G 72 of 255 = 28%
B 110 of 255 = 43%

123
72
110

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

Portions of RGB colors in percentages

R + G + B =
123 + 72 + 110 = 305 (100%)
R 123 of 305 ~ 40.33%
G 72 of 305 ~ 23.61%
B 110 of 305 ~ 36.07%

%40.33
%23.61
%36.07

CMYK color model

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

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

Codes

Color #7B486E in popluar color models

7B486E
RGB12372110
HSL315°26.15%38.24%
HSB/HSV315°41.46%48.24%
CMYK0.00%41.46%10.57%
51.76%

Color #7B486E in popluar number systems.

HEX7B486E
Decimal12372110
Binary111101110010001101110
Octal173110156

Shades and tints

Shades of #7B486E

#7B486E
(123,72,110)
#704264
(112,66,100)
#653C5A
(101,60,90)
#5A3650
(90,54,80)
#4F3046
(79,48,70)
#442A3C
(68,42,60)
#392432
(57,36,50)
#2E1E28
(46,30,40)
#23181E
(35,24,30)
#181214
(24,18,20)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #7B486E

#7B486E
(123,72,110)
#87587B
(135,88,123)
#936888
(147,104,136)
#9F7895
(159,120,149)
#AB88A2
(171,136,162)
#B798AF
(183,152,175)
#C3A8BC
(195,168,188)
#CFB8C9
(207,184,201)
#DBC8D6
(219,200,214)
#E7D8E3
(231,216,227)
#F3E8F0
(243,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B486E; }

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

This text font color is #7B486E.


Background Color

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

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

This div background color is #7B486E.


Border color

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

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

This div border color is #7B486E.


Opacity

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

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

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

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

This text has shadow with #7B486E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B486E on black background.


Color preview on white background

This text has color #7B486E on white background.



Black color preview on #7B486E background

This text has black color on #7B486E background.


White color preview on #7B486E background

This text has white color on #7B486E background.