COLOR #745C88

HEX: #745C88 RGB: (116,92,136)

Color info

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

RGB color model

#745C88 color RGB value is (116,92,136).

RGB: (116,92,136) (45%, 36%, 53%)

RGB channels and saturation

R 116 of 255 = 45%
G 92 of 255 = 36%
B 136 of 255 = 53%

116
92
136

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

Portions of RGB colors in percentages

R + G + B = 116 + 92 + 136 = 344 (100%)
R 116 of 344 ~ 33.72%
G 92 of 344 ~ 26.74%
B 136 of 344 ~ 39.53'%

%33.72
%26.74
%39.53

CMYK color model

#745C88 color CMYK value is (15,32,0,47).

  • cyan value is 14.71%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (15,32,0,47)
C15M32Y0K47 (15%, 32%, 0%, 47%)
(0.15 / 0.32 / 0.00 / 0.47)

CMYK percentages

%14.71
%32.35
%0
%46.67

Codes

Color #745C88 in popluar color models

74 5C 88
RGB 116 92 136
HSL 273° 19.30% 44.71%
HSB/HSV 273° 32.35% 53.33%
CMYK 14.71% 32.35% 0.00%
46.67%

Color #745C88 in popluar number systems.

HEX 74 5C 88
Decimal 116 92 136
Binary 1110100 1011100 10001000
Octal 164 134 210

Shades and tints

Shades of #745C88

#745C88
(116,92,136)
#6A547C
(106,84,124)
#604C70
(96,76,112)
#564464
(86,68,100)
#4C3C58
(76,60,88)
#42344C
(66,52,76)
#382C40
(56,44,64)
#2E2434
(46,36,52)
#241C28
(36,28,40)
#1A141C
(26,20,28)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #745C88

#745C88
(116,92,136)
#806A92
(128,106,146)
#8C789C
(140,120,156)
#9886A6
(152,134,166)
#A494B0
(164,148,176)
#B0A2BA
(176,162,186)
#BCB0C4
(188,176,196)
#C8BECE
(200,190,206)
#D4CCD8
(212,204,216)
#E0DAE2
(224,218,226)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745C88 color. Also use rgb(116,92,136) instead hex code.

Text Font Color

.myTextColor { color: #745C88; }

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

This text font color is #745C88.

Background Color

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

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

This div background color is #745C88.

Border color

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

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

This div border color is #745C88.

Opacity

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

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

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

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

This text has shadow with #745C88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #745C88.

Preview

Color preview on black background

This text has color #745C88 on black background.


Color preview on white background

This text has color #745C88 on white background.


Black color preview on #745C88 background

This text has black color on #745C88 background.


White color preview on #745C88 background

This text has white color on #745C88 background.


Related colors

Complementary color

Complementary color for #hex is #8BA377.


I love getcolorcode.com

Triadic colors

1 #88745C and #5C8874 with #745C88 are triadic colors.

2 #885C74 and #5C7488 with #745C88 are triadic colors.