COLOR #7B74C0

HEX: #7B74C0
RGB: (123,116,192)

Color info

#7B74C0 contains mainly blue color. Web safe color of #7B74C0 is #6666CC (or #66C).

RGB color model

#7B74C0 color RGB value is (123,116,192).

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

RGB channels and saturation

R 123 of 255 = 48%
G 116 of 255 = 45%
B 192 of 255 = 75%

123
116
192

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

Portions of RGB colors in percentages

R + G + B =
123 + 116 + 192 = 431 (100%)
R 123 of 431 ~ 28.54%
G 116 of 431 ~ 26.91%
B 192 of 431 ~ 44.55%

%28.54
%26.91
%44.55

CMYK color model

#7B74C0 color CMYK value is (36,40,0,25).

  • cyan value is 35.94%
  • magenta value is 39.58%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(36,40,0,25)
C36M40Y0K25 
(36%,40%,0%,25%)
(0.36/0.40/0.00/0.25)	

CMYK percentages

%35.94
%39.58
%0
%24.71

Codes

Color #7B74C0 in popluar color models

7B74C0
RGB123116192
HSL246°37.62%60.39%
HSB/HSV246°39.58%75.29%
CMYK35.94%39.58%0.00%
24.71%

Color #7B74C0 in popluar number systems.

HEX7B74C0
Decimal123116192
Binary1111011111010011000000
Octal173164300

Shades and tints

Shades of #7B74C0

#7B74C0
(123,116,192)
#706AAF
(112,106,175)
#65609E
(101,96,158)
#5A568D
(90,86,141)
#4F4C7C
(79,76,124)
#44426B
(68,66,107)
#39385A
(57,56,90)
#2E2E49
(46,46,73)
#232438
(35,36,56)
#181A27
(24,26,39)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #7B74C0

#7B74C0
(123,116,192)
#8780C5
(135,128,197)
#938CCA
(147,140,202)
#9F98CF
(159,152,207)
#ABA4D4
(171,164,212)
#B7B0D9
(183,176,217)
#C3BCDE
(195,188,222)
#CFC8E3
(207,200,227)
#DBD4E8
(219,212,232)
#E7E0ED
(231,224,237)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B74C0; }

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

This text font color is #7B74C0.


Background Color

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

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

This div background color is #7B74C0.


Border color

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

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

This div border color is #7B74C0.


Opacity

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

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

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

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

This text has shadow with #7B74C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B74C0 on black background.


Color preview on white background

This text has color #7B74C0 on white background.



Black color preview on #7B74C0 background

This text has black color on #7B74C0 background.


White color preview on #7B74C0 background

This text has white color on #7B74C0 background.