COLOR #7B3F66

HEX: #7B3F66
RGB: (123,63,102)

Color info

#7B3F66 contains mainly red and blue colors. Web safe color of #7B3F66 is #663366 (or #636).

RGB color model

#7B3F66 color RGB value is (123,63,102).

  • red value is 123;
  • green value is 63;
  • blue value is 102.
RGB:
(123,63,102)
(48%,25%,40%)

RGB channels and saturation

R 123 of 255 = 48%
G 63 of 255 = 25%
B 102 of 255 = 40%

123
63
102

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

Portions of RGB colors in percentages

R + G + B =
123 + 63 + 102 = 288 (100%)
R 123 of 288 ~ 42.71%
G 63 of 288 ~ 21.88%
B 102 of 288 ~ 35.42%

%42.71
%21.88
%35.42

CMYK color model

#7B3F66 color CMYK value is (0,49,17,52).

  • cyan value is 0.00%
  • magenta value is 48.78%
  • yellow value is 17.07%
  • key color value is 51.76%
CMYK:
(0,49,17,52)
C0M49Y17K52 
(0%,49%,17%,52%)
(0.00/0.49/0.17/0.52)	

CMYK percentages

%0
%48.78
%17.07
%51.76

Codes

Color #7B3F66 in popluar color models

7B3F66
RGB12363102
HSL321°32.26%36.47%
HSB/HSV321°48.78%48.24%
CMYK0.00%48.78%17.07%
51.76%

Color #7B3F66 in popluar number systems.

HEX7B3F66
Decimal12363102
Binary11110111111111100110
Octal17377146

Shades and tints

Shades of #7B3F66

#7B3F66
(123,63,102)
#703A5D
(112,58,93)
#653554
(101,53,84)
#5A304B
(90,48,75)
#4F2B42
(79,43,66)
#442639
(68,38,57)
#392130
(57,33,48)
#2E1C27
(46,28,39)
#23171E
(35,23,30)
#181215
(24,18,21)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #7B3F66

#7B3F66
(123,63,102)
#875073
(135,80,115)
#936180
(147,97,128)
#9F728D
(159,114,141)
#AB839A
(171,131,154)
#B794A7
(183,148,167)
#C3A5B4
(195,165,180)
#CFB6C1
(207,182,193)
#DBC7CE
(219,199,206)
#E7D8DB
(231,216,219)
#F3E9E8
(243,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B3F66 color. Also use rgb(123,63,102) instead hex code.

Text Font Color

.myTextColor { color: #7B3F66; }

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

This text font color is #7B3F66.


Background Color

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

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

This div background color is #7B3F66.


Border color

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

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

This div border color is #7B3F66.


Opacity

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

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

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

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

This text has shadow with #7B3F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B3F66 on black background.


Color preview on white background

This text has color #7B3F66 on white background.



Black color preview on #7B3F66 background

This text has black color on #7B3F66 background.


White color preview on #7B3F66 background

This text has white color on #7B3F66 background.