COLOR #744867

HEX: #744867
RGB: (116,72,103)

Color info

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

RGB color model

#744867 color RGB value is (116,72,103).

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

RGB channels and saturation

R 116 of 255 = 45%
G 72 of 255 = 28%
B 103 of 255 = 40%

116
72
103

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

Portions of RGB colors in percentages

R + G + B =
116 + 72 + 103 = 291 (100%)
R 116 of 291 ~ 39.86%
G 72 of 291 ~ 24.74%
B 103 of 291 ~ 35.4%

%39.86
%24.74
%35.4

CMYK color model

#744867 color CMYK value is (0,38,11,55).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 11.21%
  • key color value is 54.51%
CMYK:
(0,38,11,55)
C0M38Y11K55 
(0%,38%,11%,55%)
(0.00/0.38/0.11/0.55)	

CMYK percentages

%0
%37.93
%11.21
%54.51

Codes

Color #744867 in popluar color models

744867
RGB11672103
HSL318°23.40%36.86%
HSB/HSV318°37.93%45.49%
CMYK0.00%37.93%11.21%
54.51%

Color #744867 in popluar number systems.

HEX744867
Decimal11672103
Binary111010010010001100111
Octal164110147

Shades and tints

Shades of #744867

#744867
(116,72,103)
#6A425E
(106,66,94)
#603C55
(96,60,85)
#56364C
(86,54,76)
#4C3043
(76,48,67)
#422A3A
(66,42,58)
#382431
(56,36,49)
#2E1E28
(46,30,40)
#24181F
(36,24,31)
#1A1216
(26,18,22)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #744867

#744867
(116,72,103)
#805874
(128,88,116)
#8C6881
(140,104,129)
#98788E
(152,120,142)
#A4889B
(164,136,155)
#B098A8
(176,152,168)
#BCA8B5
(188,168,181)
#C8B8C2
(200,184,194)
#D4C8CF
(212,200,207)
#E0D8DC
(224,216,220)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744867 color. Also use rgb(116,72,103) instead hex code.

Text Font Color

.myTextColor { color: #744867; }

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

This text font color is #744867.


Background Color

.myBgColor { background-color: #744867; }

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

This div background color is #744867.


Border color

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

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

This div border color is #744867.


Opacity

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

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

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

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

This text has shadow with #744867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744867 on black background.


Color preview on white background

This text has color #744867 on white background.



Black color preview on #744867 background

This text has black color on #744867 background.


White color preview on #744867 background

This text has white color on #744867 background.