COLOR #744F70

HEX: #744F70 RGB: (116,79,112)

Color info

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

RGB color model

#744F70 color RGB value is (116,79,112).

RGB: (116,79,112) (45%, 31%, 44%)

RGB channels and saturation

R 116 of 255 = 45%
G 79 of 255 = 31%
B 112 of 255 = 44%

116
79
112

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

Portions of RGB colors in percentages

R + G + B = 116 + 79 + 112 = 307 (100%)
R 116 of 307 ~ 37.79%
G 79 of 307 ~ 25.73%
B 112 of 307 ~ 36.48'%

%37.79
%25.73
%36.48

CMYK color model

#744F70 color CMYK value is (0,32,3,55).

  • cyan value is 0.00%
  • magenta value is 31.90%
  • yellow value is 3.45%
  • key color value is 54.51%

CMYK: (0,32,3,55)
C0M32Y3K55 (0%, 32%, 3%, 55%)
(0.00 / 0.32 / 0.03 / 0.55)

CMYK percentages

%0
%31.9
%3.45
%54.51

Codes

Color #744F70 in popluar color models

74 4F 70
RGB 116 79 112
HSL 306° 18.97% 38.24%
HSB/HSV 306° 31.90% 45.49%
CMYK 0.00% 31.90% 3.45%
54.51%

Color #744F70 in popluar number systems.

HEX 74 4F 70
Decimal 116 79 112
Binary 1110100 1001111 1110000
Octal 164 117 160

Shades and tints

Shades of #744F70

#744F70
(116,79,112)
#6A4866
(106,72,102)
#60415C
(96,65,92)
#563A52
(86,58,82)
#4C3348
(76,51,72)
#422C3E
(66,44,62)
#382534
(56,37,52)
#2E1E2A
(46,30,42)
#241720
(36,23,32)
#1A1016
(26,16,22)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #744F70

#744F70
(116,79,112)
#805F7D
(128,95,125)
#8C6F8A
(140,111,138)
#987F97
(152,127,151)
#A48FA4
(164,143,164)
#B09FB1
(176,159,177)
#BCAFBE
(188,175,190)
#C8BFCB
(200,191,203)
#D4CFD8
(212,207,216)
#E0DFE5
(224,223,229)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744F70 color. Also use rgb(116,79,112) instead hex code.

Text Font Color

.myTextColor { color: #744F70; }

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

This text font color is #744F70.

Background Color

.myBgColor { background-color: #744F70; }

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

This div background color is #744F70.

Border color

.myBorderColor { border: 1px solid #744F70; }

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

This div border color is #744F70.

Opacity

.myOpacity80 { color: #744F70; opacity: 0.8; }

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

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

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

This text has shadow with #744F70 color.


.textShadow {text-shadow: 3px 3px 1px #744F70', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #744F70; -webkit-box-shadow: 1px 1px 3px 2px #744F70; box-shadow:1px 1px 3px 2px #744F70;">
Div content here
</div>

This div box has shadow with color #744F70.

Preview

Color preview on black background

This text has color #744F70 on black background.


Color preview on white background

This text has color #744F70 on white background.


Black color preview on #744F70 background

This text has black color on #744F70 background.


White color preview on #744F70 background

This text has white color on #744F70 background.


Related colors

Complementary color

Complementary color for #hex is #8BB08F.


I love getcolorcode.com

Triadic colors

1 #70744F and #4F7074 with #744F70 are triadic colors.

2 #704F74 and #4F7470 with #744F70 are triadic colors.