COLOR #734772

HEX: #734772
RGB: (115,71,114)

Color info

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

RGB color model

#734772 color RGB value is (115,71,114).

  • red value is 115;
  • green value is 71;
  • blue value is 114.
RGB:
(115,71,114)
(45%,28%,45%)

RGB channels and saturation

R 115 of 255 = 45%
G 71 of 255 = 28%
B 114 of 255 = 45%

115
71
114

R + G + B ~ 39%. #734772 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 71 + 114 = 300 (100%)
R 115 of 300 ~ 38.33%
G 71 of 300 ~ 23.67%
B 114 of 300 ~ 38%

%38.33
%23.67
%38

CMYK color model

#734772 color CMYK value is (0,38,1,55).

  • cyan value is 0.00%
  • magenta value is 38.26%
  • yellow value is 0.87%
  • key color value is 54.90%
CMYK:
(0,38,1,55)
C0M38Y1K55 
(0%,38%,1%,55%)
(0.00/0.38/0.01/0.55)	

CMYK percentages

%0
%38.26
%0.87
%54.9

Codes

Color #734772 in popluar color models

734772
RGB11571114
HSL301°23.66%36.47%
HSB/HSV301°38.26%45.10%
CMYK0.00%38.26%0.87%
54.90%

Color #734772 in popluar number systems.

HEX734772
Decimal11571114
Binary111001110001111110010
Octal163107162

Shades and tints

Shades of #734772

#734772
(115,71,114)
#694168
(105,65,104)
#5F3B5E
(95,59,94)
#553554
(85,53,84)
#4B2F4A
(75,47,74)
#412940
(65,41,64)
#372336
(55,35,54)
#2D1D2C
(45,29,44)
#231722
(35,23,34)
#191118
(25,17,24)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #734772

#734772
(115,71,114)
#7F577E
(127,87,126)
#8B678A
(139,103,138)
#977796
(151,119,150)
#A387A2
(163,135,162)
#AF97AE
(175,151,174)
#BBA7BA
(187,167,186)
#C7B7C6
(199,183,198)
#D3C7D2
(211,199,210)
#DFD7DE
(223,215,222)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734772 color. Also use rgb(115,71,114) instead hex code.

Text Font Color

.myTextColor { color: #734772; }

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

This text font color is #734772.


Background Color

.myBgColor { background-color: #734772; }

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

This div background color is #734772.


Border color

.myBorderColor { border: 1px solid #734772; }

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

This div border color is #734772.


Opacity

.myOpacity80 { color: #734772; opacity: 0.8; }

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

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

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

This text has shadow with #734772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734772 on black background.


Color preview on white background

This text has color #734772 on white background.



Black color preview on #734772 background

This text has black color on #734772 background.


White color preview on #734772 background

This text has white color on #734772 background.