COLOR #7B638C

HEX: #7B638C
RGB: (123,99,140)

Color info

#7B638C contains red, green and blue colors in about the same proportion. Web safe color of #7B638C is #666699 (or #669).

RGB color model

#7B638C color RGB value is (123,99,140).

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

RGB channels and saturation

R 123 of 255 = 48%
G 99 of 255 = 39%
B 140 of 255 = 55%

123
99
140

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

Portions of RGB colors in percentages

R + G + B =
123 + 99 + 140 = 362 (100%)
R 123 of 362 ~ 33.98%
G 99 of 362 ~ 27.35%
B 140 of 362 ~ 38.67%

%33.98
%27.35
%38.67

CMYK color model

#7B638C color CMYK value is (12,29,0,45).

  • cyan value is 12.14%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(12,29,0,45)
C12M29Y0K45 
(12%,29%,0%,45%)
(0.12/0.29/0.00/0.45)	

CMYK percentages

%12.14
%29.29
%0
%45.1

Codes

Color #7B638C in popluar color models

7B638C
RGB12399140
HSL275°17.15%46.86%
HSB/HSV275°29.29%54.90%
CMYK12.14%29.29%0.00%
45.10%

Color #7B638C in popluar number systems.

HEX7B638C
Decimal12399140
Binary1111011110001110001100
Octal173143214

Shades and tints

Shades of #7B638C

#7B638C
(123,99,140)
#705A80
(112,90,128)
#655174
(101,81,116)
#5A4868
(90,72,104)
#4F3F5C
(79,63,92)
#443650
(68,54,80)
#392D44
(57,45,68)
#2E2438
(46,36,56)
#231B2C
(35,27,44)
#181220
(24,18,32)
#0D0914
(13,9,20)
#000000
(0,0,0)

Tints of #7B638C

#7B638C
(123,99,140)
#877196
(135,113,150)
#937FA0
(147,127,160)
#9F8DAA
(159,141,170)
#AB9BB4
(171,155,180)
#B7A9BE
(183,169,190)
#C3B7C8
(195,183,200)
#CFC5D2
(207,197,210)
#DBD3DC
(219,211,220)
#E7E1E6
(231,225,230)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B638C; }

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

This text font color is #7B638C.


Background Color

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

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

This div background color is #7B638C.


Border color

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

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

This div border color is #7B638C.


Opacity

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

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

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

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

This text has shadow with #7B638C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B638C on black background.


Color preview on white background

This text has color #7B638C on white background.



Black color preview on #7B638C background

This text has black color on #7B638C background.


White color preview on #7B638C background

This text has white color on #7B638C background.