COLOR #745F81

HEX: #745F81
RGB: (116,95,129)

Color info

#745F81 contains red, green and blue colors in about the same proportion. Web safe color of #745F81 is #666699 (or #669).

RGB color model

#745F81 color RGB value is (116,95,129).

  • red value is 116;
  • green value is 95;
  • blue value is 129.
RGB:
(116,95,129)
(45%,37%,51%)

RGB channels and saturation

R 116 of 255 = 45%
G 95 of 255 = 37%
B 129 of 255 = 51%

116
95
129

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

Portions of RGB colors in percentages

R + G + B =
116 + 95 + 129 = 340 (100%)
R 116 of 340 ~ 34.12%
G 95 of 340 ~ 27.94%
B 129 of 340 ~ 37.94%

%34.12
%27.94
%37.94

CMYK color model

#745F81 color CMYK value is (10,26,0,49).

  • cyan value is 10.08%
  • magenta value is 26.36%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(10,26,0,49)
C10M26Y0K49 
(10%,26%,0%,49%)
(0.10/0.26/0.00/0.49)	

CMYK percentages

%10.08
%26.36
%0
%49.41

Codes

Color #745F81 in popluar color models

745F81
RGB11695129
HSL277°15.18%43.92%
HSB/HSV277°26.36%50.59%
CMYK10.08%26.36%0.00%
49.41%

Color #745F81 in popluar number systems.

HEX745F81
Decimal11695129
Binary1110100101111110000001
Octal164137201

Shades and tints

Shades of #745F81

#745F81
(116,95,129)
#6A5776
(106,87,118)
#604F6B
(96,79,107)
#564760
(86,71,96)
#4C3F55
(76,63,85)
#42374A
(66,55,74)
#382F3F
(56,47,63)
#2E2734
(46,39,52)
#241F29
(36,31,41)
#1A171E
(26,23,30)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #745F81

#745F81
(116,95,129)
#806D8C
(128,109,140)
#8C7B97
(140,123,151)
#9889A2
(152,137,162)
#A497AD
(164,151,173)
#B0A5B8
(176,165,184)
#BCB3C3
(188,179,195)
#C8C1CE
(200,193,206)
#D4CFD9
(212,207,217)
#E0DDE4
(224,221,228)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745F81 color. Also use rgb(116,95,129) instead hex code.

Text Font Color

.myTextColor { color: #745F81; }

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

This text font color is #745F81.


Background Color

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

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

This div background color is #745F81.


Border color

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

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

This div border color is #745F81.


Opacity

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

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

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

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

This text has shadow with #745F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745F81 on black background.


Color preview on white background

This text has color #745F81 on white background.



Black color preview on #745F81 background

This text has black color on #745F81 background.


White color preview on #745F81 background

This text has white color on #745F81 background.