COLOR #7B749F

HEX: #7B749F
RGB: (123,116,159)

Color info

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

RGB color model

#7B749F color RGB value is (123,116,159).

  • red value is 123;
  • green value is 116;
  • blue value is 159.
RGB:
(123,116,159)
(48%,45%,62%)

RGB channels and saturation

R 123 of 255 = 48%
G 116 of 255 = 45%
B 159 of 255 = 62%

123
116
159

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

Portions of RGB colors in percentages

R + G + B =
123 + 116 + 159 = 398 (100%)
R 123 of 398 ~ 30.9%
G 116 of 398 ~ 29.15%
B 159 of 398 ~ 39.95%

%30.9
%29.15
%39.95

CMYK color model

#7B749F color CMYK value is (23,27,0,38).

  • cyan value is 22.64%
  • magenta value is 27.04%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(23,27,0,38)
C23M27Y0K38 
(23%,27%,0%,38%)
(0.23/0.27/0.00/0.38)	

CMYK percentages

%22.64
%27.04
%0
%37.65

Codes

Color #7B749F in popluar color models

7B749F
RGB123116159
HSL250°18.30%53.92%
HSB/HSV250°27.04%62.35%
CMYK22.64%27.04%0.00%
37.65%

Color #7B749F in popluar number systems.

HEX7B749F
Decimal123116159
Binary1111011111010010011111
Octal173164237

Shades and tints

Shades of #7B749F

#7B749F
(123,116,159)
#706A91
(112,106,145)
#656083
(101,96,131)
#5A5675
(90,86,117)
#4F4C67
(79,76,103)
#444259
(68,66,89)
#39384B
(57,56,75)
#2E2E3D
(46,46,61)
#23242F
(35,36,47)
#181A21
(24,26,33)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #7B749F

#7B749F
(123,116,159)
#8780A7
(135,128,167)
#938CAF
(147,140,175)
#9F98B7
(159,152,183)
#ABA4BF
(171,164,191)
#B7B0C7
(183,176,199)
#C3BCCF
(195,188,207)
#CFC8D7
(207,200,215)
#DBD4DF
(219,212,223)
#E7E0E7
(231,224,231)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B749F; }

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

This text font color is #7B749F.


Background Color

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

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

This div background color is #7B749F.


Border color

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

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

This div border color is #7B749F.


Opacity

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

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

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

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

This text has shadow with #7B749F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B749F on black background.


Color preview on white background

This text has color #7B749F on white background.



Black color preview on #7B749F background

This text has black color on #7B749F background.


White color preview on #7B749F background

This text has white color on #7B749F background.