COLOR #744656

HEX: #744656
RGB: (116,70,86)

Color info

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

RGB color model

#744656 color RGB value is (116,70,86).

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

RGB channels and saturation

R 116 of 255 = 45%
G 70 of 255 = 27%
B 86 of 255 = 34%

116
70
86

R + G + B ~ 35%. #744656 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 70 + 86 = 272 (100%)
R 116 of 272 ~ 42.65%
G 70 of 272 ~ 25.74%
B 86 of 272 ~ 31.62%

%42.65
%25.74
%31.62

CMYK color model

#744656 color CMYK value is (0,40,26,55).

  • cyan value is 0.00%
  • magenta value is 39.66%
  • yellow value is 25.86%
  • key color value is 54.51%
CMYK:
(0,40,26,55)
C0M40Y26K55 
(0%,40%,26%,55%)
(0.00/0.40/0.26/0.55)	

CMYK percentages

%0
%39.66
%25.86
%54.51

Codes

Color #744656 in popluar color models

744656
RGB1167086
HSL339°24.73%36.47%
HSB/HSV339°39.66%45.49%
CMYK0.00%39.66%25.86%
54.51%

Color #744656 in popluar number systems.

HEX744656
Decimal1167086
Binary111010010001101010110
Octal164106126

Shades and tints

Shades of #744656

#744656
(116,70,86)
#6A404F
(106,64,79)
#603A48
(96,58,72)
#563441
(86,52,65)
#4C2E3A
(76,46,58)
#422833
(66,40,51)
#38222C
(56,34,44)
#2E1C25
(46,28,37)
#24161E
(36,22,30)
#1A1017
(26,16,23)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #744656

#744656
(116,70,86)
#805665
(128,86,101)
#8C6674
(140,102,116)
#987683
(152,118,131)
#A48692
(164,134,146)
#B096A1
(176,150,161)
#BCA6B0
(188,166,176)
#C8B6BF
(200,182,191)
#D4C6CE
(212,198,206)
#E0D6DD
(224,214,221)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744656; }

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

This text font color is #744656.


Background Color

.myBgColor { background-color: #744656; }

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

This div background color is #744656.


Border color

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

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

This div border color is #744656.


Opacity

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

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

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

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

This text has shadow with #744656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744656 on black background.


Color preview on white background

This text has color #744656 on white background.



Black color preview on #744656 background

This text has black color on #744656 background.


White color preview on #744656 background

This text has white color on #744656 background.