COLOR #704F78

HEX: #704F78 RGB: (112,79,120)

Color info

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

RGB color model

#704F78 color RGB value is (112,79,120).

RGB: (112,79,120) (44%, 31%, 47%)

RGB channels and saturation

R 112 of 255 = 44%
G 79 of 255 = 31%
B 120 of 255 = 47%

112
79
120

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

Portions of RGB colors in percentages

R + G + B = 112 + 79 + 120 = 311 (100%)
R 112 of 311 ~ 36.01%
G 79 of 311 ~ 25.4%
B 120 of 311 ~ 38.59'%

%36.01
%25.4
%38.59

CMYK color model

#704F78 color CMYK value is (7,34,0,53).

  • cyan value is 6.67%
  • magenta value is 34.17%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (7,34,0,53)
C7M34Y0K53 (7%, 34%, 0%, 53%)
(0.07 / 0.34 / 0.00 / 0.53)

CMYK percentages

%6.67
%34.17
%0
%52.94

Codes

Color #704F78 in popluar color models

70 4F 78
RGB 112 79 120
HSL 288° 20.60% 39.02%
HSB/HSV 288° 34.17% 47.06%
CMYK 6.67% 34.17% 0.00%
52.94%

Color #704F78 in popluar number systems.

HEX 70 4F 78
Decimal 112 79 120
Binary 1110000 1001111 1111000
Octal 160 117 170

Shades and tints

Shades of #704F78

#704F78
(112,79,120)
#66486E
(102,72,110)
#5C4164
(92,65,100)
#523A5A
(82,58,90)
#483350
(72,51,80)
#3E2C46
(62,44,70)
#34253C
(52,37,60)
#2A1E32
(42,30,50)
#201728
(32,23,40)
#16101E
(22,16,30)
#0C0914
(12,9,20)
#000000
(0,0,0)

Tints of #704F78

#704F78
(112,79,120)
#7D5F84
(125,95,132)
#8A6F90
(138,111,144)
#977F9C
(151,127,156)
#A48FA8
(164,143,168)
#B19FB4
(177,159,180)
#BEAFC0
(190,175,192)
#CBBFCC
(203,191,204)
#D8CFD8
(216,207,216)
#E5DFE4
(229,223,228)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #704F78 color. Also use rgb(112,79,120) instead hex code.

Text Font Color

.myTextColor { color: #704F78; }

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

This text font color is #704F78.

Background Color

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

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

This div background color is #704F78.

Border color

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

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

This div border color is #704F78.

Opacity

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

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

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

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

This text has shadow with #704F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #704F78.

Preview

Color preview on black background

This text has color #704F78 on black background.


Color preview on white background

This text has color #704F78 on white background.


Black color preview on #704F78 background

This text has black color on #704F78 background.


White color preview on #704F78 background

This text has white color on #704F78 background.


Related colors

Complementary color

Complementary color for #hex is #8FB087.


I love getcolorcode.com

Triadic colors

1 #78704F and #4F7870 with #704F78 are triadic colors.

2 #784F70 and #4F7078 with #704F78 are triadic colors.