COLOR #734F75

HEX: #734F75
RGB: (115,79,117)

Color info

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

RGB color model

#734F75 color RGB value is (115,79,117).

  • red value is 115;
  • green value is 79;
  • blue value is 117.
RGB:
(115,79,117)
(45%,31%,46%)

RGB channels and saturation

R 115 of 255 = 45%
G 79 of 255 = 31%
B 117 of 255 = 46%

115
79
117

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

Portions of RGB colors in percentages

R + G + B =
115 + 79 + 117 = 311 (100%)
R 115 of 311 ~ 36.98%
G 79 of 311 ~ 25.4%
B 117 of 311 ~ 37.62%

%36.98
%25.4
%37.62

CMYK color model

#734F75 color CMYK value is (2,32,0,54).

  • cyan value is 1.71%
  • magenta value is 32.48%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(2,32,0,54)
C2M32Y0K54 
(2%,32%,0%,54%)
(0.02/0.32/0.00/0.54)	

CMYK percentages

%1.71
%32.48
%0
%54.12

Codes

Color #734F75 in popluar color models

734F75
RGB11579117
HSL297°19.39%38.43%
HSB/HSV297°32.48%45.88%
CMYK1.71%32.48%0.00%
54.12%

Color #734F75 in popluar number systems.

HEX734F75
Decimal11579117
Binary111001110011111110101
Octal163117165

Shades and tints

Shades of #734F75

#734F75
(115,79,117)
#69486B
(105,72,107)
#5F4161
(95,65,97)
#553A57
(85,58,87)
#4B334D
(75,51,77)
#412C43
(65,44,67)
#372539
(55,37,57)
#2D1E2F
(45,30,47)
#231725
(35,23,37)
#19101B
(25,16,27)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #734F75

#734F75
(115,79,117)
#7F5F81
(127,95,129)
#8B6F8D
(139,111,141)
#977F99
(151,127,153)
#A38FA5
(163,143,165)
#AF9FB1
(175,159,177)
#BBAFBD
(187,175,189)
#C7BFC9
(199,191,201)
#D3CFD5
(211,207,213)
#DFDFE1
(223,223,225)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734F75 color. Also use rgb(115,79,117) instead hex code.

Text Font Color

.myTextColor { color: #734F75; }

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

This text font color is #734F75.


Background Color

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

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

This div background color is #734F75.


Border color

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

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

This div border color is #734F75.


Opacity

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

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

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

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

This text has shadow with #734F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734F75 on black background.


Color preview on white background

This text has color #734F75 on white background.



Black color preview on #734F75 background

This text has black color on #734F75 background.


White color preview on #734F75 background

This text has white color on #734F75 background.