COLOR #735B78

HEX: #735B78
RGB: (115,91,120)

Color info

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

RGB color model

#735B78 color RGB value is (115,91,120).

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

RGB channels and saturation

R 115 of 255 = 45%
G 91 of 255 = 36%
B 120 of 255 = 47%

115
91
120

R + G + B ~ 43%. #735B78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 91 + 120 = 326 (100%)
R 115 of 326 ~ 35.28%
G 91 of 326 ~ 27.91%
B 120 of 326 ~ 36.81%

%35.28
%27.91
%36.81

CMYK color model

#735B78 color CMYK value is (4,24,0,53).

  • cyan value is 4.17%
  • magenta value is 24.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(4,24,0,53)
C4M24Y0K53 
(4%,24%,0%,53%)
(0.04/0.24/0.00/0.53)	

CMYK percentages

%4.17
%24.17
%0
%52.94

Codes

Color #735B78 in popluar color models

735B78
RGB11591120
HSL290°13.74%41.37%
HSB/HSV290°24.17%47.06%
CMYK4.17%24.17%0.00%
52.94%

Color #735B78 in popluar number systems.

HEX735B78
Decimal11591120
Binary111001110110111111000
Octal163133170

Shades and tints

Shades of #735B78

#735B78
(115,91,120)
#69536E
(105,83,110)
#5F4B64
(95,75,100)
#55435A
(85,67,90)
#4B3B50
(75,59,80)
#413346
(65,51,70)
#372B3C
(55,43,60)
#2D2332
(45,35,50)
#231B28
(35,27,40)
#19131E
(25,19,30)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #735B78

#735B78
(115,91,120)
#7F6984
(127,105,132)
#8B7790
(139,119,144)
#97859C
(151,133,156)
#A393A8
(163,147,168)
#AFA1B4
(175,161,180)
#BBAFC0
(187,175,192)
#C7BDCC
(199,189,204)
#D3CBD8
(211,203,216)
#DFD9E4
(223,217,228)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735B78 color. Also use rgb(115,91,120) instead hex code.

Text Font Color

.myTextColor { color: #735B78; }

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

This text font color is #735B78.


Background Color

.myBgColor { background-color: #735B78; }

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

This div background color is #735B78.


Border color

.myBorderColor { border: 1px solid #735B78; }

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

This div border color is #735B78.


Opacity

.myOpacity80 { color: #735B78; opacity: 0.8; }

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

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

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

This text has shadow with #735B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735B78 on black background.


Color preview on white background

This text has color #735B78 on white background.



Black color preview on #735B78 background

This text has black color on #735B78 background.


White color preview on #735B78 background

This text has white color on #735B78 background.