COLOR #735A66

HEX: #735A66
RGB: (115,90,102)

Color info

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

RGB color model

#735A66 color RGB value is (115,90,102).

  • red value is 115;
  • green value is 90;
  • blue value is 102.
RGB:
(115,90,102)
(45%,35%,40%)

RGB channels and saturation

R 115 of 255 = 45%
G 90 of 255 = 35%
B 102 of 255 = 40%

115
90
102

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

Portions of RGB colors in percentages

R + G + B =
115 + 90 + 102 = 307 (100%)
R 115 of 307 ~ 37.46%
G 90 of 307 ~ 29.32%
B 102 of 307 ~ 33.22%

%37.46
%29.32
%33.22

CMYK color model

#735A66 color CMYK value is (0,22,11,55).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 11.30%
  • key color value is 54.90%
CMYK:
(0,22,11,55)
C0M22Y11K55 
(0%,22%,11%,55%)
(0.00/0.22/0.11/0.55)	

CMYK percentages

%0
%21.74
%11.3
%54.9

Codes

Color #735A66 in popluar color models

735A66
RGB11590102
HSL331°12.20%40.20%
HSB/HSV331°21.74%45.10%
CMYK0.00%21.74%11.30%
54.90%

Color #735A66 in popluar number systems.

HEX735A66
Decimal11590102
Binary111001110110101100110
Octal163132146

Shades and tints

Shades of #735A66

#735A66
(115,90,102)
#69525D
(105,82,93)
#5F4A54
(95,74,84)
#55424B
(85,66,75)
#4B3A42
(75,58,66)
#413239
(65,50,57)
#372A30
(55,42,48)
#2D2227
(45,34,39)
#231A1E
(35,26,30)
#191215
(25,18,21)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #735A66

#735A66
(115,90,102)
#7F6973
(127,105,115)
#8B7880
(139,120,128)
#97878D
(151,135,141)
#A3969A
(163,150,154)
#AFA5A7
(175,165,167)
#BBB4B4
(187,180,180)
#C7C3C1
(199,195,193)
#D3D2CE
(211,210,206)
#DFE1DB
(223,225,219)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735A66; }

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

This text font color is #735A66.


Background Color

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

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

This div background color is #735A66.


Border color

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

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

This div border color is #735A66.


Opacity

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

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

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

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

This text has shadow with #735A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735A66 on black background.


Color preview on white background

This text has color #735A66 on white background.



Black color preview on #735A66 background

This text has black color on #735A66 background.


White color preview on #735A66 background

This text has white color on #735A66 background.