COLOR #735C78

HEX: #735C78
RGB: (115,92,120)

Color info

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

RGB color model

#735C78 color RGB value is (115,92,120).

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

RGB channels and saturation

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

115
92
120

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

Portions of RGB colors in percentages

R + G + B =
115 + 92 + 120 = 327 (100%)
R 115 of 327 ~ 35.17%
G 92 of 327 ~ 28.13%
B 120 of 327 ~ 36.7%

%35.17
%28.13
%36.7

CMYK color model

#735C78 color CMYK value is (4,23,0,53).

  • cyan value is 4.17%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(4,23,0,53)
C4M23Y0K53 
(4%,23%,0%,53%)
(0.04/0.23/0.00/0.53)	

CMYK percentages

%4.17
%23.33
%0
%52.94

Codes

Color #735C78 in popluar color models

735C78
RGB11592120
HSL289°13.21%41.57%
HSB/HSV289°23.33%47.06%
CMYK4.17%23.33%0.00%
52.94%

Color #735C78 in popluar number systems.

HEX735C78
Decimal11592120
Binary111001110111001111000
Octal163134170

Shades and tints

Shades of #735C78

#735C78
(115,92,120)
#69546E
(105,84,110)
#5F4C64
(95,76,100)
#55445A
(85,68,90)
#4B3C50
(75,60,80)
#413446
(65,52,70)
#372C3C
(55,44,60)
#2D2432
(45,36,50)
#231C28
(35,28,40)
#19141E
(25,20,30)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #735C78

#735C78
(115,92,120)
#7F6A84
(127,106,132)
#8B7890
(139,120,144)
#97869C
(151,134,156)
#A394A8
(163,148,168)
#AFA2B4
(175,162,180)
#BBB0C0
(187,176,192)
#C7BECC
(199,190,204)
#D3CCD8
(211,204,216)
#DFDAE4
(223,218,228)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735C78; }

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

This text font color is #735C78.


Background Color

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

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

This div background color is #735C78.


Border color

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

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

This div border color is #735C78.


Opacity

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

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

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

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

This text has shadow with #735C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735C78 on black background.


Color preview on white background

This text has color #735C78 on white background.



Black color preview on #735C78 background

This text has black color on #735C78 background.


White color preview on #735C78 background

This text has white color on #735C78 background.