COLOR #735E78

HEX: #735E78 RGB: (115,94,120)

Color info

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

RGB color model

#735E78 color RGB value is (115,94,120).

RGB: (115,94,120) (45%, 37%, 47%)

RGB channels and saturation

R 115 of 255 = 45%
G 94 of 255 = 37%
B 120 of 255 = 47%

115
94
120

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

Portions of RGB colors in percentages

R + G + B = 115 + 94 + 120 = 329 (100%)
R 115 of 329 ~ 34.95%
G 94 of 329 ~ 28.57%
B 120 of 329 ~ 36.47'%

%34.95
%28.57
%36.47

CMYK color model

#735E78 color CMYK value is (4,22,0,53).

  • cyan value is 4.17%
  • magenta value is 21.67%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (4,22,0,53)
C4M22Y0K53 (4%, 22%, 0%, 53%)
(0.04 / 0.22 / 0.00 / 0.53)

CMYK percentages

%4.17
%21.67
%0
%52.94

Codes

Color #735E78 in popluar color models

73 5E 78
RGB 115 94 120
HSL 288° 12.15% 41.96%
HSB/HSV 288° 21.67% 47.06%
CMYK 4.17% 21.67% 0.00%
52.94%

Color #735E78 in popluar number systems.

HEX 73 5E 78
Decimal 115 94 120
Binary 1110011 1011110 1111000
Octal 163 136 170

Shades and tints

Shades of #735E78

#735E78
(115,94,120)
#69566E
(105,86,110)
#5F4E64
(95,78,100)
#55465A
(85,70,90)
#4B3E50
(75,62,80)
#413646
(65,54,70)
#372E3C
(55,46,60)
#2D2632
(45,38,50)
#231E28
(35,30,40)
#19161E
(25,22,30)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #735E78

#735E78
(115,94,120)
#7F6C84
(127,108,132)
#8B7A90
(139,122,144)
#97889C
(151,136,156)
#A396A8
(163,150,168)
#AFA4B4
(175,164,180)
#BBB2C0
(187,178,192)
#C7C0CC
(199,192,204)
#D3CED8
(211,206,216)
#DFDCE4
(223,220,228)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735E78; }

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

This text font color is #735E78.

Background Color

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

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

This div background color is #735E78.

Border color

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

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

This div border color is #735E78.

Opacity

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

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

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

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

This text has shadow with #735E78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #735E78.

Preview

Color preview on black background

This text has color #735E78 on black background.


Color preview on white background

This text has color #735E78 on white background.


Black color preview on #735E78 background

This text has black color on #735E78 background.


White color preview on #735E78 background

This text has white color on #735E78 background.


Related colors

Complementary color

Complementary color for #hex is #8CA187.


I love getcolorcode.com

Triadic colors

1 #78735E and #5E7873 with #735E78 are triadic colors.

2 #785E73 and #5E7378 with #735E78 are triadic colors.