COLOR #7B4663

HEX: #7B4663
RGB: (123,70,99)

Color info

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

RGB color model

#7B4663 color RGB value is (123,70,99).

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

RGB channels and saturation

R 123 of 255 = 48%
G 70 of 255 = 27%
B 99 of 255 = 39%

123
70
99

R + G + B ~ 38%. #7B4663 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 70 + 99 = 292 (100%)
R 123 of 292 ~ 42.12%
G 70 of 292 ~ 23.97%
B 99 of 292 ~ 33.9%

%42.12
%23.97
%33.9

CMYK color model

#7B4663 color CMYK value is (0,43,20,52).

  • cyan value is 0.00%
  • magenta value is 43.09%
  • yellow value is 19.51%
  • key color value is 51.76%
CMYK:
(0,43,20,52)
C0M43Y20K52 
(0%,43%,20%,52%)
(0.00/0.43/0.20/0.52)	

CMYK percentages

%0
%43.09
%19.51
%51.76

Codes

Color #7B4663 in popluar color models

7B4663
RGB1237099
HSL327°27.46%37.84%
HSB/HSV327°43.09%48.24%
CMYK0.00%43.09%19.51%
51.76%

Color #7B4663 in popluar number systems.

HEX7B4663
Decimal1237099
Binary111101110001101100011
Octal173106143

Shades and tints

Shades of #7B4663

#7B4663
(123,70,99)
#70405A
(112,64,90)
#653A51
(101,58,81)
#5A3448
(90,52,72)
#4F2E3F
(79,46,63)
#442836
(68,40,54)
#39222D
(57,34,45)
#2E1C24
(46,28,36)
#23161B
(35,22,27)
#181012
(24,16,18)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #7B4663

#7B4663
(123,70,99)
#875671
(135,86,113)
#93667F
(147,102,127)
#9F768D
(159,118,141)
#AB869B
(171,134,155)
#B796A9
(183,150,169)
#C3A6B7
(195,166,183)
#CFB6C5
(207,182,197)
#DBC6D3
(219,198,211)
#E7D6E1
(231,214,225)
#F3E6EF
(243,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4663; }

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

This text font color is #7B4663.


Background Color

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

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

This div background color is #7B4663.


Border color

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

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

This div border color is #7B4663.


Opacity

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

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

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

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

This text has shadow with #7B4663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4663 on black background.


Color preview on white background

This text has color #7B4663 on white background.



Black color preview on #7B4663 background

This text has black color on #7B4663 background.


White color preview on #7B4663 background

This text has white color on #7B4663 background.