COLOR #735D78

HEX: #735D78
RGB: (115,93,120)

Color info

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

RGB color model

#735D78 color RGB value is (115,93,120).

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

RGB channels and saturation

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

115
93
120

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

Portions of RGB colors in percentages

R + G + B =
115 + 93 + 120 = 328 (100%)
R 115 of 328 ~ 35.06%
G 93 of 328 ~ 28.35%
B 120 of 328 ~ 36.59%

%35.06
%28.35
%36.59

CMYK color model

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

  • cyan value is 4.17%
  • magenta value is 22.50%
  • 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
%22.5
%0
%52.94

Codes

Color #735D78 in popluar color models

735D78
RGB11593120
HSL289°12.68%41.76%
HSB/HSV289°22.50%47.06%
CMYK4.17%22.50%0.00%
52.94%

Color #735D78 in popluar number systems.

HEX735D78
Decimal11593120
Binary111001110111011111000
Octal163135170

Shades and tints

Shades of #735D78

#735D78
(115,93,120)
#69556E
(105,85,110)
#5F4D64
(95,77,100)
#55455A
(85,69,90)
#4B3D50
(75,61,80)
#413546
(65,53,70)
#372D3C
(55,45,60)
#2D2532
(45,37,50)
#231D28
(35,29,40)
#19151E
(25,21,30)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #735D78

#735D78
(115,93,120)
#7F6B84
(127,107,132)
#8B7990
(139,121,144)
#97879C
(151,135,156)
#A395A8
(163,149,168)
#AFA3B4
(175,163,180)
#BBB1C0
(187,177,192)
#C7BFCC
(199,191,204)
#D3CDD8
(211,205,216)
#DFDBE4
(223,219,228)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735D78; }

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

This text font color is #735D78.


Background Color

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

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

This div background color is #735D78.


Border color

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

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

This div border color is #735D78.


Opacity

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

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

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

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

This text has shadow with #735D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735D78 on black background.


Color preview on white background

This text has color #735D78 on white background.



Black color preview on #735D78 background

This text has black color on #735D78 background.


White color preview on #735D78 background

This text has white color on #735D78 background.