COLOR #745066

HEX: #745066
RGB: (116,80,102)

Color info

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

RGB color model

#745066 color RGB value is (116,80,102).

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

RGB channels and saturation

R 116 of 255 = 45%
G 80 of 255 = 31%
B 102 of 255 = 40%

116
80
102

R + G + B ~ 39%. #745066 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 80 + 102 = 298 (100%)
R 116 of 298 ~ 38.93%
G 80 of 298 ~ 26.85%
B 102 of 298 ~ 34.23%

%38.93
%26.85
%34.23

CMYK color model

#745066 color CMYK value is (0,31,12,55).

  • cyan value is 0.00%
  • magenta value is 31.03%
  • yellow value is 12.07%
  • key color value is 54.51%
CMYK:
(0,31,12,55)
C0M31Y12K55 
(0%,31%,12%,55%)
(0.00/0.31/0.12/0.55)	

CMYK percentages

%0
%31.03
%12.07
%54.51

Codes

Color #745066 in popluar color models

745066
RGB11680102
HSL323°18.37%38.43%
HSB/HSV323°31.03%45.49%
CMYK0.00%31.03%12.07%
54.51%

Color #745066 in popluar number systems.

HEX745066
Decimal11680102
Binary111010010100001100110
Octal164120146

Shades and tints

Shades of #745066

#745066
(116,80,102)
#6A495D
(106,73,93)
#604254
(96,66,84)
#563B4B
(86,59,75)
#4C3442
(76,52,66)
#422D39
(66,45,57)
#382630
(56,38,48)
#2E1F27
(46,31,39)
#24181E
(36,24,30)
#1A1115
(26,17,21)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #745066

#745066
(116,80,102)
#805F73
(128,95,115)
#8C6E80
(140,110,128)
#987D8D
(152,125,141)
#A48C9A
(164,140,154)
#B09BA7
(176,155,167)
#BCAAB4
(188,170,180)
#C8B9C1
(200,185,193)
#D4C8CE
(212,200,206)
#E0D7DB
(224,215,219)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745066; }

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

This text font color is #745066.


Background Color

.myBgColor { background-color: #745066; }

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

This div background color is #745066.


Border color

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

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

This div border color is #745066.


Opacity

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

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

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

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

This text has shadow with #745066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745066 on black background.


Color preview on white background

This text has color #745066 on white background.



Black color preview on #745066 background

This text has black color on #745066 background.


White color preview on #745066 background

This text has white color on #745066 background.