COLOR #745865

HEX: #745865
RGB: (116,88,101)

Color info

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

RGB color model

#745865 color RGB value is (116,88,101).

  • red value is 116;
  • green value is 88;
  • blue value is 101.
RGB: (116,88,101) (45%,35%,40%)

RGB channels and saturation

R 116 of 255 = 45%
G 88 of 255 = 35%
B 101 of 255 = 40%

116
88
101

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

Portions of RGB colors in percentages

R + G + B =
116 + 88 + 101 = 305 (100%)
R 116 of 305 ~ 38.03%
G 88 of 305 ~ 28.85%
B 101 of 305 ~ 33.11%

%38.03
%28.85
%33.11

CMYK color model

#745865 color CMYK value is (0,24,13,55).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 12.93%
  • key color value is 54.51%
CMYK: (0,24,13,55) C0M24Y13K55 (0%,24%,13%,55%) (0.00/0.24/0.13/0.55)

CMYK percentages

%0
%24.14
%12.93
%54.51

Codes

Color #745865 in popluar color models

745865
RGB11688101
HSL332°13.73%40.00%
HSB/HSV332°24.14%45.49%
CMYK0.00%24.14%12.93%
54.51%

Color #745865 in popluar number systems.

HEX745865
Decimal11688101
Binary111010010110001100101
Octal164130145

Shades and tints

Shades of #745865

#745865
(116,88,101)
#6A505C
(106,80,92)
#604853
(96,72,83)
#56404A
(86,64,74)
#4C3841
(76,56,65)
#423038
(66,48,56)
#38282F
(56,40,47)
#2E2026
(46,32,38)
#24181D
(36,24,29)
#1A1014
(26,16,20)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #745865

#745865
(116,88,101)
#806773
(128,103,115)
#8C7681
(140,118,129)
#98858F
(152,133,143)
#A4949D
(164,148,157)
#B0A3AB
(176,163,171)
#BCB2B9
(188,178,185)
#C8C1C7
(200,193,199)
#D4D0D5
(212,208,213)
#E0DFE3
(224,223,227)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745865 color. Also use rgb(116,88,101) instead hex code.

Text Font Color

.myTextColor { color: #745865; }

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

This text font color is #745865.


Background Color

.myBgColor { background-color: #745865; }

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

This div background color is #745865.


Border color

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

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

This div border color is #745865.


Opacity

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

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

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

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

This text has shadow with #745865 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #745865 on black background.


Color preview on white background

This text has color #745865 on white background.



Black color preview on #745865 background

This text has black color on #745865 background.


White color preview on #745865 background

This text has white color on #745865 background.