COLOR #735A72

HEX: #735A72 RGB: (115,90,114)

Color info

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

RGB color model

#735A72 color RGB value is (115,90,114).

RGB: (115,90,114) (45%, 35%, 45%)

RGB channels and saturation

R 115 of 255 = 45%
G 90 of 255 = 35%
B 114 of 255 = 45%

115
90
114

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

Portions of RGB colors in percentages

R + G + B = 115 + 90 + 114 = 319 (100%)
R 115 of 319 ~ 36.05%
G 90 of 319 ~ 28.21%
B 114 of 319 ~ 35.74'%

%36.05
%28.21
%35.74

CMYK color model

#735A72 color CMYK value is (0,22,1,55).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 0.87%
  • key color value is 54.90%

CMYK: (0,22,1,55)
C0M22Y1K55 (0%, 22%, 1%, 55%)
(0.00 / 0.22 / 0.01 / 0.55)

CMYK percentages

%0
%21.74
%0.87
%54.9

Codes

Color #735A72 in popluar color models

73 5A 72
RGB 115 90 114
HSL 302° 12.20% 40.20%
HSB/HSV 302° 21.74% 45.10%
CMYK 0.00% 21.74% 0.87%
54.90%

Color #735A72 in popluar number systems.

HEX 73 5A 72
Decimal 115 90 114
Binary 1110011 1011010 1110010
Octal 163 132 162

Shades and tints

Shades of #735A72

#735A72
(115,90,114)
#695268
(105,82,104)
#5F4A5E
(95,74,94)
#554254
(85,66,84)
#4B3A4A
(75,58,74)
#413240
(65,50,64)
#372A36
(55,42,54)
#2D222C
(45,34,44)
#231A22
(35,26,34)
#191218
(25,18,24)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #735A72

#735A72
(115,90,114)
#7F697E
(127,105,126)
#8B788A
(139,120,138)
#978796
(151,135,150)
#A396A2
(163,150,162)
#AFA5AE
(175,165,174)
#BBB4BA
(187,180,186)
#C7C3C6
(199,195,198)
#D3D2D2
(211,210,210)
#DFE1DE
(223,225,222)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735A72; }

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

This text font color is #735A72.

Background Color

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

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

This div background color is #735A72.

Border color

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

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

This div border color is #735A72.

Opacity

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

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

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

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

This text has shadow with #735A72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #735A72.

Preview

Color preview on black background

This text has color #735A72 on black background.


Color preview on white background

This text has color #735A72 on white background.


Black color preview on #735A72 background

This text has black color on #735A72 background.


White color preview on #735A72 background

This text has white color on #735A72 background.


Related colors

Complementary color

Complementary color for #hex is #8CA58D.


I love getcolorcode.com

Triadic colors

1 #72735A and #5A7273 with #735A72 are triadic colors.

2 #725A73 and #5A7372 with #735A72 are triadic colors.