COLOR #745A68

HEX: #745A68
RGB: (116,90,104)

Color info

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

RGB color model

#745A68 color RGB value is (116,90,104).

  • red value is 116;
  • green value is 90;
  • blue value is 104.
RGB:
(116,90,104)
(45%,35%,41%)

RGB channels and saturation

R 116 of 255 = 45%
G 90 of 255 = 35%
B 104 of 255 = 41%

116
90
104

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

Portions of RGB colors in percentages

R + G + B =
116 + 90 + 104 = 310 (100%)
R 116 of 310 ~ 37.42%
G 90 of 310 ~ 29.03%
B 104 of 310 ~ 33.55%

%37.42
%29.03
%33.55

CMYK color model

#745A68 color CMYK value is (0,22,10,55).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 10.34%
  • key color value is 54.51%
CMYK:
(0,22,10,55)
C0M22Y10K55 
(0%,22%,10%,55%)
(0.00/0.22/0.10/0.55)	

CMYK percentages

%0
%22.41
%10.34
%54.51

Codes

Color #745A68 in popluar color models

745A68
RGB11690104
HSL328°12.62%40.39%
HSB/HSV328°22.41%45.49%
CMYK0.00%22.41%10.34%
54.51%

Color #745A68 in popluar number systems.

HEX745A68
Decimal11690104
Binary111010010110101101000
Octal164132150

Shades and tints

Shades of #745A68

#745A68
(116,90,104)
#6A525F
(106,82,95)
#604A56
(96,74,86)
#56424D
(86,66,77)
#4C3A44
(76,58,68)
#42323B
(66,50,59)
#382A32
(56,42,50)
#2E2229
(46,34,41)
#241A20
(36,26,32)
#1A1217
(26,18,23)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #745A68

#745A68
(116,90,104)
#806975
(128,105,117)
#8C7882
(140,120,130)
#98878F
(152,135,143)
#A4969C
(164,150,156)
#B0A5A9
(176,165,169)
#BCB4B6
(188,180,182)
#C8C3C3
(200,195,195)
#D4D2D0
(212,210,208)
#E0E1DD
(224,225,221)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745A68 color. Also use rgb(116,90,104) instead hex code.

Text Font Color

.myTextColor { color: #745A68; }

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

This text font color is #745A68.


Background Color

.myBgColor { background-color: #745A68; }

<div style="background-color:#745A68">Inner text</div>

This div background color is #745A68.


Border color

.myBorderColor { border: 1px solid #745A68; }

<div style="border:3px solid #745A68">Div</div>

This div border color is #745A68.


Opacity

.myOpacity80 { color: #745A68; opacity: 0.8; }

<p style="color:#745A68;opacity:0.8;">80%</p>

Text with #745A68 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 #745A68;}

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

This text has shadow with #745A68 color.

.textShadow {text-shadow: 3px 3px 1px #745A68, 3px 3px 1px red;}

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

This text has shadow with #745A68 primary color and red secondary color.


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

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

This text has shadow with #745A68 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745A68 on black background.


Color preview on white background

This text has color #745A68 on white background.



Black color preview on #745A68 background

This text has black color on #745A68 background.


White color preview on #745A68 background

This text has white color on #745A68 background.