COLOR #704A7F

HEX: #704A7F RGB: (112,74,127)

Color info

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

RGB color model

#704A7F color RGB value is (112,74,127).

RGB: (112,74,127) (44%, 29%, 50%)

RGB channels and saturation

R 112 of 255 = 44%
G 74 of 255 = 29%
B 127 of 255 = 50%

112
74
127

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

Portions of RGB colors in percentages

R + G + B = 112 + 74 + 127 = 313 (100%)
R 112 of 313 ~ 35.78%
G 74 of 313 ~ 23.64%
B 127 of 313 ~ 40.58'%

%35.78
%23.64
%40.58

CMYK color model

#704A7F color CMYK value is (12,42,0,50).

  • cyan value is 11.81%
  • magenta value is 41.73%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (12,42,0,50) C12M42Y0K50 (12%,42%,0%,50%) (0.12/0.42/0.00/0.50) 

CMYK percentages

%11.81
%41.73
%0
%50.2

Codes

Color #704A7F in popluar color models

70 4A 7F
RGB 112 74 127
HSL 283° 26.37% 39.41%
HSB/HSV 283° 41.73% 49.80%
CMYK 11.81% 41.73% 0.00%
50.20%

Color #704A7F in popluar number systems.

HEX 70 4A 7F
Decimal 112 74 127
Binary 1110000 1001010 1111111
Octal 160 112 177

Shades and tints

Shades of #704A7F

#704A7F
(112,74,127)
#664474
(102,68,116)
#5C3E69
(92,62,105)
#52385E
(82,56,94)
#483253
(72,50,83)
#3E2C48
(62,44,72)
#34263D
(52,38,61)
#2A2032
(42,32,50)
#201A27
(32,26,39)
#16141C
(22,20,28)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #704A7F

#704A7F
(112,74,127)
#7D5A8A
(125,90,138)
#8A6A95
(138,106,149)
#977AA0
(151,122,160)
#A48AAB
(164,138,171)
#B19AB6
(177,154,182)
#BEAAC1
(190,170,193)
#CBBACC
(203,186,204)
#D8CAD7
(216,202,215)
#E5DAE2
(229,218,226)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704A7F color. Also use rgb(112,74,127) instead hex code.

Text Font Color

.myTextColor { color: #704A7F; }

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

This text font color is #704A7F.

Background Color

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

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

This div background color is #704A7F.

Border color

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

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

This div border color is #704A7F.

Opacity

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

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

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

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

This text has shadow with #704A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704A7F.

Preview

Color preview on black background

This text has color #704A7F on black background.


Color preview on white background

This text has color #704A7F on white background.


Black color preview on #704A7F background

This text has black color on #704A7F background.


White color preview on #704A7F background

This text has white color on #704A7F background.


Related colors

Complementary color

Complementary color for #hex is #8FB580.


I love getcolorcode.com

Triadic colors

1 #7F704A and #4A7F70 with #704A7F are triadic colors.

2 #7F4A70 and #4A707F with #704A7F are triadic colors.