COLOR #745876

HEX: #745876
RGB: (116,88,118)

Color info

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

RGB color model

#745876 color RGB value is (116,88,118).

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

RGB channels and saturation

R 116 of 255 = 45%
G 88 of 255 = 35%
B 118 of 255 = 46%

116
88
118

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

Portions of RGB colors in percentages

R + G + B =
116 + 88 + 118 = 322 (100%)
R 116 of 322 ~ 36.02%
G 88 of 322 ~ 27.33%
B 118 of 322 ~ 36.65%

%36.02
%27.33
%36.65

CMYK color model

#745876 color CMYK value is (2,25,0,54).

  • cyan value is 1.69%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(2,25,0,54)
C2M25Y0K54 
(2%,25%,0%,54%)
(0.02/0.25/0.00/0.54)	

CMYK percentages

%1.69
%25.42
%0
%53.73

Codes

Color #745876 in popluar color models

745876
RGB11688118
HSL296°14.56%40.39%
HSB/HSV296°25.42%46.27%
CMYK1.69%25.42%0.00%
53.73%

Color #745876 in popluar number systems.

HEX745876
Decimal11688118
Binary111010010110001110110
Octal164130166

Shades and tints

Shades of #745876

#745876
(116,88,118)
#6A506C
(106,80,108)
#604862
(96,72,98)
#564058
(86,64,88)
#4C384E
(76,56,78)
#423044
(66,48,68)
#38283A
(56,40,58)
#2E2030
(46,32,48)
#241826
(36,24,38)
#1A101C
(26,16,28)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #745876

#745876
(116,88,118)
#806782
(128,103,130)
#8C768E
(140,118,142)
#98859A
(152,133,154)
#A494A6
(164,148,166)
#B0A3B2
(176,163,178)
#BCB2BE
(188,178,190)
#C8C1CA
(200,193,202)
#D4D0D6
(212,208,214)
#E0DFE2
(224,223,226)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745876; }

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

This text font color is #745876.


Background Color

.myBgColor { background-color: #745876; }

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

This div background color is #745876.


Border color

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

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

This div border color is #745876.


Opacity

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

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

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

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

This text has shadow with #745876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745876 on black background.


Color preview on white background

This text has color #745876 on white background.



Black color preview on #745876 background

This text has black color on #745876 background.


White color preview on #745876 background

This text has white color on #745876 background.