COLOR #734E78

HEX: #734E78
RGB: (115,78,120)

Color info

#734E78 contains red, green and blue colors in about the same proportion. Web safe color of #734E78 is #666666 (or #666).

RGB color model

#734E78 color RGB value is (115,78,120).

  • red value is 115;
  • green value is 78;
  • blue value is 120.
RGB:
(115,78,120)
(45%,31%,47%)

RGB channels and saturation

R 115 of 255 = 45%
G 78 of 255 = 31%
B 120 of 255 = 47%

115
78
120

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

Portions of RGB colors in percentages

R + G + B =
115 + 78 + 120 = 313 (100%)
R 115 of 313 ~ 36.74%
G 78 of 313 ~ 24.92%
B 120 of 313 ~ 38.34%

%36.74
%24.92
%38.34

CMYK color model

#734E78 color CMYK value is (4,35,0,53).

  • cyan value is 4.17%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(4,35,0,53)
C4M35Y0K53 
(4%,35%,0%,53%)
(0.04/0.35/0.00/0.53)	

CMYK percentages

%4.17
%35
%0
%52.94

Codes

Color #734E78 in popluar color models

734E78
RGB11578120
HSL293°21.21%38.82%
HSB/HSV293°35.00%47.06%
CMYK4.17%35.00%0.00%
52.94%

Color #734E78 in popluar number systems.

HEX734E78
Decimal11578120
Binary111001110011101111000
Octal163116170

Shades and tints

Shades of #734E78

#734E78
(115,78,120)
#69476E
(105,71,110)
#5F4064
(95,64,100)
#55395A
(85,57,90)
#4B3250
(75,50,80)
#412B46
(65,43,70)
#37243C
(55,36,60)
#2D1D32
(45,29,50)
#231628
(35,22,40)
#190F1E
(25,15,30)
#0F0814
(15,8,20)
#000000
(0,0,0)

Tints of #734E78

#734E78
(115,78,120)
#7F5E84
(127,94,132)
#8B6E90
(139,110,144)
#977E9C
(151,126,156)
#A38EA8
(163,142,168)
#AF9EB4
(175,158,180)
#BBAEC0
(187,174,192)
#C7BECC
(199,190,204)
#D3CED8
(211,206,216)
#DFDEE4
(223,222,228)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734E78 color. Also use rgb(115,78,120) instead hex code.

Text Font Color

.myTextColor { color: #734E78; }

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

This text font color is #734E78.


Background Color

.myBgColor { background-color: #734E78; }

<div style="background-color:#734E78">Inner text</div>

This div background color is #734E78.


Border color

.myBorderColor { border: 1px solid #734E78; }

<div style="border:3px solid #734E78">Div</div>

This div border color is #734E78.


Opacity

.myOpacity80 { color: #734E78; opacity: 0.8; }

<p style="color:#734E78;opacity:0.8;">80%</p>

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

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

This text has shadow with #734E78 color.

.textShadow {text-shadow: 3px 3px 1px #734E78, 3px 3px 1px red;}

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

This text has shadow with #734E78 primary color and red secondary color.


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

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

This text has shadow with #734E78 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734E78 on black background.


Color preview on white background

This text has color #734E78 on white background.



Black color preview on #734E78 background

This text has black color on #734E78 background.


White color preview on #734E78 background

This text has white color on #734E78 background.