COLOR #735B72

HEX: #735B72
RGB: (115,91,114)

Color info

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

RGB color model

#735B72 color RGB value is (115,91,114).

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

RGB channels and saturation

R 115 of 255 = 45%
G 91 of 255 = 36%
B 114 of 255 = 45%

115
91
114

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

Portions of RGB colors in percentages

R + G + B =
115 + 91 + 114 = 320 (100%)
R 115 of 320 ~ 35.94%
G 91 of 320 ~ 28.44%
B 114 of 320 ~ 35.63%

%35.94
%28.44
%35.63

CMYK color model

#735B72 color CMYK value is (0,21,1,55).

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 0.87%
  • key color value is 54.90%
CMYK:
(0,21,1,55)
C0M21Y1K55 
(0%,21%,1%,55%)
(0.00/0.21/0.01/0.55)	

CMYK percentages

%0
%20.87
%0.87
%54.9

Codes

Color #735B72 in popluar color models

735B72
RGB11591114
HSL303°11.65%40.39%
HSB/HSV303°20.87%45.10%
CMYK0.00%20.87%0.87%
54.90%

Color #735B72 in popluar number systems.

HEX735B72
Decimal11591114
Binary111001110110111110010
Octal163133162

Shades and tints

Shades of #735B72

#735B72
(115,91,114)
#695368
(105,83,104)
#5F4B5E
(95,75,94)
#554354
(85,67,84)
#4B3B4A
(75,59,74)
#413340
(65,51,64)
#372B36
(55,43,54)
#2D232C
(45,35,44)
#231B22
(35,27,34)
#191318
(25,19,24)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #735B72

#735B72
(115,91,114)
#7F697E
(127,105,126)
#8B778A
(139,119,138)
#978596
(151,133,150)
#A393A2
(163,147,162)
#AFA1AE
(175,161,174)
#BBAFBA
(187,175,186)
#C7BDC6
(199,189,198)
#D3CBD2
(211,203,210)
#DFD9DE
(223,217,222)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735B72; }

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

This text font color is #735B72.


Background Color

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

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

This div background color is #735B72.


Border color

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

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

This div border color is #735B72.


Opacity

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

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

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

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

This text has shadow with #735B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735B72 on black background.


Color preview on white background

This text has color #735B72 on white background.



Black color preview on #735B72 background

This text has black color on #735B72 background.


White color preview on #735B72 background

This text has white color on #735B72 background.