COLOR #744765

HEX: #744765
RGB: (116,71,101)

Color info

#744765 contains red, green and blue colors in about the same proportion. Web safe color of #744765 is #663366 (or #636).

RGB color model

#744765 color RGB value is (116,71,101).

  • red value is 116;
  • green value is 71;
  • blue value is 101.
RGB:
(116,71,101)
(45%,28%,40%)

RGB channels and saturation

R 116 of 255 = 45%
G 71 of 255 = 28%
B 101 of 255 = 40%

116
71
101

R + G + B ~ 38%. #744765 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 71 + 101 = 288 (100%)
R 116 of 288 ~ 40.28%
G 71 of 288 ~ 24.65%
B 101 of 288 ~ 35.07%

%40.28
%24.65
%35.07

CMYK color model

#744765 color CMYK value is (0,39,13,55).

  • cyan value is 0.00%
  • magenta value is 38.79%
  • yellow value is 12.93%
  • key color value is 54.51%
CMYK:
(0,39,13,55)
C0M39Y13K55 
(0%,39%,13%,55%)
(0.00/0.39/0.13/0.55)	

CMYK percentages

%0
%38.79
%12.93
%54.51

Codes

Color #744765 in popluar color models

744765
RGB11671101
HSL320°24.06%36.67%
HSB/HSV320°38.79%45.49%
CMYK0.00%38.79%12.93%
54.51%

Color #744765 in popluar number systems.

HEX744765
Decimal11671101
Binary111010010001111100101
Octal164107145

Shades and tints

Shades of #744765

#744765
(116,71,101)
#6A415C
(106,65,92)
#603B53
(96,59,83)
#56354A
(86,53,74)
#4C2F41
(76,47,65)
#422938
(66,41,56)
#38232F
(56,35,47)
#2E1D26
(46,29,38)
#24171D
(36,23,29)
#1A1114
(26,17,20)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #744765

#744765
(116,71,101)
#805773
(128,87,115)
#8C6781
(140,103,129)
#98778F
(152,119,143)
#A4879D
(164,135,157)
#B097AB
(176,151,171)
#BCA7B9
(188,167,185)
#C8B7C7
(200,183,199)
#D4C7D5
(212,199,213)
#E0D7E3
(224,215,227)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744765 color. Also use rgb(116,71,101) instead hex code.

Text Font Color

.myTextColor { color: #744765; }

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

This text font color is #744765.


Background Color

.myBgColor { background-color: #744765; }

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

This div background color is #744765.


Border color

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

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

This div border color is #744765.


Opacity

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

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

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

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

This text has shadow with #744765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744765 on black background.


Color preview on white background

This text has color #744765 on white background.



Black color preview on #744765 background

This text has black color on #744765 background.


White color preview on #744765 background

This text has white color on #744765 background.