COLOR #745866

HEX: #745866
RGB: (116,88,102)

Color info

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

RGB color model

#745866 color RGB value is (116,88,102).

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

RGB channels and saturation

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

116
88
102

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

Portions of RGB colors in percentages

R + G + B =
116 + 88 + 102 = 306 (100%)
R 116 of 306 ~ 37.91%
G 88 of 306 ~ 28.76%
B 102 of 306 ~ 33.33%

%37.91
%28.76
%33.33

CMYK color model

#745866 color CMYK value is (0,24,12,55).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 12.07%
  • key color value is 54.51%
CMYK:
(0,24,12,55)
C0M24Y12K55 
(0%,24%,12%,55%)
(0.00/0.24/0.12/0.55)	

CMYK percentages

%0
%24.14
%12.07
%54.51

Codes

Color #745866 in popluar color models

745866
RGB11688102
HSL330°13.73%40.00%
HSB/HSV330°24.14%45.49%
CMYK0.00%24.14%12.07%
54.51%

Color #745866 in popluar number systems.

HEX745866
Decimal11688102
Binary111010010110001100110
Octal164130146

Shades and tints

Shades of #745866

#745866
(116,88,102)
#6A505D
(106,80,93)
#604854
(96,72,84)
#56404B
(86,64,75)
#4C3842
(76,56,66)
#423039
(66,48,57)
#382830
(56,40,48)
#2E2027
(46,32,39)
#24181E
(36,24,30)
#1A1015
(26,16,21)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #745866

#745866
(116,88,102)
#806773
(128,103,115)
#8C7680
(140,118,128)
#98858D
(152,133,141)
#A4949A
(164,148,154)
#B0A3A7
(176,163,167)
#BCB2B4
(188,178,180)
#C8C1C1
(200,193,193)
#D4D0CE
(212,208,206)
#E0DFDB
(224,223,219)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745866; }

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

This text font color is #745866.


Background Color

.myBgColor { background-color: #745866; }

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

This div background color is #745866.


Border color

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

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

This div border color is #745866.


Opacity

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

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

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

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

This text has shadow with #745866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745866 on black background.


Color preview on white background

This text has color #745866 on white background.



Black color preview on #745866 background

This text has black color on #745866 background.


White color preview on #745866 background

This text has white color on #745866 background.