COLOR #734C7B

HEX: #734C7B
RGB: (115,76,123)

Color info

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

RGB color model

#734C7B color RGB value is (115,76,123).

  • red value is 115;
  • green value is 76;
  • blue value is 123.
RGB:
(115,76,123)
(45%,30%,48%)

RGB channels and saturation

R 115 of 255 = 45%
G 76 of 255 = 30%
B 123 of 255 = 48%

115
76
123

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

Portions of RGB colors in percentages

R + G + B =
115 + 76 + 123 = 314 (100%)
R 115 of 314 ~ 36.62%
G 76 of 314 ~ 24.2%
B 123 of 314 ~ 39.17%

%36.62
%24.2
%39.17

CMYK color model

#734C7B color CMYK value is (7,38,0,52).

  • cyan value is 6.50%
  • magenta value is 38.21%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(7,38,0,52)
C7M38Y0K52 
(7%,38%,0%,52%)
(0.07/0.38/0.00/0.52)	

CMYK percentages

%6.5
%38.21
%0
%51.76

Codes

Color #734C7B in popluar color models

734C7B
RGB11576123
HSL290°23.62%39.02%
HSB/HSV290°38.21%48.24%
CMYK6.50%38.21%0.00%
51.76%

Color #734C7B in popluar number systems.

HEX734C7B
Decimal11576123
Binary111001110011001111011
Octal163114173

Shades and tints

Shades of #734C7B

#734C7B
(115,76,123)
#694670
(105,70,112)
#5F4065
(95,64,101)
#553A5A
(85,58,90)
#4B344F
(75,52,79)
#412E44
(65,46,68)
#372839
(55,40,57)
#2D222E
(45,34,46)
#231C23
(35,28,35)
#191618
(25,22,24)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #734C7B

#734C7B
(115,76,123)
#7F5C87
(127,92,135)
#8B6C93
(139,108,147)
#977C9F
(151,124,159)
#A38CAB
(163,140,171)
#AF9CB7
(175,156,183)
#BBACC3
(187,172,195)
#C7BCCF
(199,188,207)
#D3CCDB
(211,204,219)
#DFDCE7
(223,220,231)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734C7B color. Also use rgb(115,76,123) instead hex code.

Text Font Color

.myTextColor { color: #734C7B; }

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

This text font color is #734C7B.


Background Color

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

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

This div background color is #734C7B.


Border color

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

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

This div border color is #734C7B.


Opacity

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

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

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

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

This text has shadow with #734C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734C7B on black background.


Color preview on white background

This text has color #734C7B on white background.



Black color preview on #734C7B background

This text has black color on #734C7B background.


White color preview on #734C7B background

This text has white color on #734C7B background.