COLOR #744675

HEX: #744675
RGB: (116,70,117)

Color info

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

RGB color model

#744675 color RGB value is (116,70,117).

  • red value is 116;
  • green value is 70;
  • blue value is 117.
RGB:
(116,70,117)
(45%,27%,46%)

RGB channels and saturation

R 116 of 255 = 45%
G 70 of 255 = 27%
B 117 of 255 = 46%

116
70
117

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

Portions of RGB colors in percentages

R + G + B =
116 + 70 + 117 = 303 (100%)
R 116 of 303 ~ 38.28%
G 70 of 303 ~ 23.1%
B 117 of 303 ~ 38.61%

%38.28
%23.1
%38.61

CMYK color model

#744675 color CMYK value is (1,40,0,54).

  • cyan value is 0.85%
  • magenta value is 40.17%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(1,40,0,54)
C1M40Y0K54 
(1%,40%,0%,54%)
(0.01/0.40/0.00/0.54)	

CMYK percentages

%0.85
%40.17
%0
%54.12

Codes

Color #744675 in popluar color models

744675
RGB11670117
HSL299°25.13%36.67%
HSB/HSV299°40.17%45.88%
CMYK0.85%40.17%0.00%
54.12%

Color #744675 in popluar number systems.

HEX744675
Decimal11670117
Binary111010010001101110101
Octal164106165

Shades and tints

Shades of #744675

#744675
(116,70,117)
#6A406B
(106,64,107)
#603A61
(96,58,97)
#563457
(86,52,87)
#4C2E4D
(76,46,77)
#422843
(66,40,67)
#382239
(56,34,57)
#2E1C2F
(46,28,47)
#241625
(36,22,37)
#1A101B
(26,16,27)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #744675

#744675
(116,70,117)
#805681
(128,86,129)
#8C668D
(140,102,141)
#987699
(152,118,153)
#A486A5
(164,134,165)
#B096B1
(176,150,177)
#BCA6BD
(188,166,189)
#C8B6C9
(200,182,201)
#D4C6D5
(212,198,213)
#E0D6E1
(224,214,225)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744675 color. Also use rgb(116,70,117) instead hex code.

Text Font Color

.myTextColor { color: #744675; }

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

This text font color is #744675.


Background Color

.myBgColor { background-color: #744675; }

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

This div background color is #744675.


Border color

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

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

This div border color is #744675.


Opacity

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

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

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

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

This text has shadow with #744675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744675 on black background.


Color preview on white background

This text has color #744675 on white background.



Black color preview on #744675 background

This text has black color on #744675 background.


White color preview on #744675 background

This text has white color on #744675 background.