COLOR #7B427B

HEX: #7B427B
RGB: (123,66,123)

Color info

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

RGB color model

#7B427B color RGB value is (123,66,123).

  • red value is 123;
  • green value is 66;
  • blue value is 123.
RGB:
(123,66,123)
(48%,26%,48%)

RGB channels and saturation

R 123 of 255 = 48%
G 66 of 255 = 26%
B 123 of 255 = 48%

123
66
123

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

Portions of RGB colors in percentages

R + G + B =
123 + 66 + 123 = 312 (100%)
R 123 of 312 ~ 39.42%
G 66 of 312 ~ 21.15%
B 123 of 312 ~ 39.42%

%39.42
%21.15
%39.42

CMYK color model

#7B427B color CMYK value is (0,46,0,52).

  • cyan value is 0.00%
  • magenta value is 46.34%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(0,46,0,52)
C0M46Y0K52 
(0%,46%,0%,52%)
(0.00/0.46/0.00/0.52)	

CMYK percentages

%0
%46.34
%0
%51.76

Codes

Color #7B427B in popluar color models

7B427B
RGB12366123
HSL300°30.16%37.06%
HSB/HSV300°46.34%48.24%
CMYK0.00%46.34%0.00%
51.76%

Color #7B427B in popluar number systems.

HEX7B427B
Decimal12366123
Binary111101110000101111011
Octal173102173

Shades and tints

Shades of #7B427B

#7B427B
(123,66,123)
#703C70
(112,60,112)
#653665
(101,54,101)
#5A305A
(90,48,90)
#4F2A4F
(79,42,79)
#442444
(68,36,68)
#391E39
(57,30,57)
#2E182E
(46,24,46)
#231223
(35,18,35)
#180C18
(24,12,24)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #7B427B

#7B427B
(123,66,123)
#875387
(135,83,135)
#936493
(147,100,147)
#9F759F
(159,117,159)
#AB86AB
(171,134,171)
#B797B7
(183,151,183)
#C3A8C3
(195,168,195)
#CFB9CF
(207,185,207)
#DBCADB
(219,202,219)
#E7DBE7
(231,219,231)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B427B; }

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

This text font color is #7B427B.


Background Color

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

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

This div background color is #7B427B.


Border color

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

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

This div border color is #7B427B.


Opacity

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

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

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

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

This text has shadow with #7B427B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B427B on black background.


Color preview on white background

This text has color #7B427B on white background.



Black color preview on #7B427B background

This text has black color on #7B427B background.


White color preview on #7B427B background

This text has white color on #7B427B background.