COLOR #745564

HEX: #745564
RGB: (116,85,100)

Color info

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

RGB color model

#745564 color RGB value is (116,85,100).

  • red value is 116;
  • green value is 85;
  • blue value is 100.
RGB:
(116,85,100)
(45%,33%,39%)

RGB channels and saturation

R 116 of 255 = 45%
G 85 of 255 = 33%
B 100 of 255 = 39%

116
85
100

R + G + B ~ 39%. #745564 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 85 + 100 = 301 (100%)
R 116 of 301 ~ 38.54%
G 85 of 301 ~ 28.24%
B 100 of 301 ~ 33.22%

%38.54
%28.24
%33.22

CMYK color model

#745564 color CMYK value is (0,27,14,55).

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 13.79%
  • key color value is 54.51%
CMYK:
(0,27,14,55)
C0M27Y14K55 
(0%,27%,14%,55%)
(0.00/0.27/0.14/0.55)	

CMYK percentages

%0
%26.72
%13.79
%54.51

Codes

Color #745564 in popluar color models

745564
RGB11685100
HSL331°15.42%39.41%
HSB/HSV331°26.72%45.49%
CMYK0.00%26.72%13.79%
54.51%

Color #745564 in popluar number systems.

HEX745564
Decimal11685100
Binary111010010101011100100
Octal164125144

Shades and tints

Shades of #745564

#745564
(116,85,100)
#6A4E5B
(106,78,91)
#604752
(96,71,82)
#564049
(86,64,73)
#4C3940
(76,57,64)
#423237
(66,50,55)
#382B2E
(56,43,46)
#2E2425
(46,36,37)
#241D1C
(36,29,28)
#1A1613
(26,22,19)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #745564

#745564
(116,85,100)
#806472
(128,100,114)
#8C7380
(140,115,128)
#98828E
(152,130,142)
#A4919C
(164,145,156)
#B0A0AA
(176,160,170)
#BCAFB8
(188,175,184)
#C8BEC6
(200,190,198)
#D4CDD4
(212,205,212)
#E0DCE2
(224,220,226)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745564 color. Also use rgb(116,85,100) instead hex code.

Text Font Color

.myTextColor { color: #745564; }

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

This text font color is #745564.


Background Color

.myBgColor { background-color: #745564; }

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

This div background color is #745564.


Border color

.myBorderColor { border: 1px solid #745564; }

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

This div border color is #745564.


Opacity

.myOpacity80 { color: #745564; opacity: 0.8; }

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

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

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

This text has shadow with #745564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745564 on black background.


Color preview on white background

This text has color #745564 on white background.



Black color preview on #745564 background

This text has black color on #745564 background.


White color preview on #745564 background

This text has white color on #745564 background.