COLOR #704D79

HEX: #704D79
RGB: (112,77,121)

Color info

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

RGB color model

#704D79 color RGB value is (112,77,121).

  • red value is 112;
  • green value is 77;
  • blue value is 121.
RGB:
(112,77,121)
(44%,30%,47%)

RGB channels and saturation

R 112 of 255 = 44%
G 77 of 255 = 30%
B 121 of 255 = 47%

112
77
121

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

Portions of RGB colors in percentages

R + G + B =
112 + 77 + 121 = 310 (100%)
R 112 of 310 ~ 36.13%
G 77 of 310 ~ 24.84%
B 121 of 310 ~ 39.03%

%36.13
%24.84
%39.03

CMYK color model

#704D79 color CMYK value is (7,36,0,53).

  • cyan value is 7.44%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(7,36,0,53)
C7M36Y0K53 
(7%,36%,0%,53%)
(0.07/0.36/0.00/0.53)	

CMYK percentages

%7.44
%36.36
%0
%52.55

Codes

Color #704D79 in popluar color models

704D79
RGB11277121
HSL288°22.22%38.82%
HSB/HSV288°36.36%47.45%
CMYK7.44%36.36%0.00%
52.55%

Color #704D79 in popluar number systems.

HEX704D79
Decimal11277121
Binary111000010011011111001
Octal160115171

Shades and tints

Shades of #704D79

#704D79
(112,77,121)
#66466E
(102,70,110)
#5C3F63
(92,63,99)
#523858
(82,56,88)
#48314D
(72,49,77)
#3E2A42
(62,42,66)
#342337
(52,35,55)
#2A1C2C
(42,28,44)
#201521
(32,21,33)
#160E16
(22,14,22)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #704D79

#704D79
(112,77,121)
#7D5D85
(125,93,133)
#8A6D91
(138,109,145)
#977D9D
(151,125,157)
#A48DA9
(164,141,169)
#B19DB5
(177,157,181)
#BEADC1
(190,173,193)
#CBBDCD
(203,189,205)
#D8CDD9
(216,205,217)
#E5DDE5
(229,221,229)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704D79 color. Also use rgb(112,77,121) instead hex code.

Text Font Color

.myTextColor { color: #704D79; }

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

This text font color is #704D79.


Background Color

.myBgColor { background-color: #704D79; }

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

This div background color is #704D79.


Border color

.myBorderColor { border: 1px solid #704D79; }

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

This div border color is #704D79.


Opacity

.myOpacity80 { color: #704D79; opacity: 0.8; }

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

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

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

This text has shadow with #704D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #704D79 on black background.


Color preview on white background

This text has color #704D79 on white background.



Black color preview on #704D79 background

This text has black color on #704D79 background.


White color preview on #704D79 background

This text has white color on #704D79 background.