COLOR #706179

HEX: #706179 RGB: (112,97,121)

Color info

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

RGB color model

#706179 color RGB value is (112,97,121).

RGB: (112,97,121) (44%, 38%, 47%)

RGB channels and saturation

R 112 of 255 = 44%
G 97 of 255 = 38%
B 121 of 255 = 47%

112
97
121

R + G + B ~ 43%. #706179 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 97 + 121 = 330 (100%)
R 112 of 330 ~ 33.94%
G 97 of 330 ~ 29.39%
B 121 of 330 ~ 36.67'%

%33.94
%29.39
%36.67

CMYK color model

#706179 color CMYK value is (7,20,0,53).

  • cyan value is 7.44%
  • magenta value is 19.83%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (7,20,0,53)
C7M20Y0K53 (7%, 20%, 0%, 53%)
(0.07 / 0.20 / 0.00 / 0.53)

CMYK percentages

%7.44
%19.83
%0
%52.55

Codes

Color #706179 in popluar color models

70 61 79
RGB 112 97 121
HSL 278° 11.01% 42.75%
HSB/HSV 278° 19.83% 47.45%
CMYK 7.44% 19.83% 0.00%
52.55%

Color #706179 in popluar number systems.

HEX 70 61 79
Decimal 112 97 121
Binary 1110000 1100001 1111001
Octal 160 141 171

Shades and tints

Shades of #706179

#706179
(112,97,121)
#66596E
(102,89,110)
#5C5163
(92,81,99)
#524958
(82,73,88)
#48414D
(72,65,77)
#3E3942
(62,57,66)
#343137
(52,49,55)
#2A292C
(42,41,44)
#202121
(32,33,33)
#161916
(22,25,22)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #706179

#706179
(112,97,121)
#7D6F85
(125,111,133)
#8A7D91
(138,125,145)
#978B9D
(151,139,157)
#A499A9
(164,153,169)
#B1A7B5
(177,167,181)
#BEB5C1
(190,181,193)
#CBC3CD
(203,195,205)
#D8D1D9
(216,209,217)
#E5DFE5
(229,223,229)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706179; }

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

This text font color is #706179.

Background Color

.myBgColor { background-color: #706179; }

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

This div background color is #706179.

Border color

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

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

This div border color is #706179.

Opacity

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

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

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

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

This text has shadow with #706179 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706179.

Preview

Color preview on black background

This text has color #706179 on black background.


Color preview on white background

This text has color #706179 on white background.


Black color preview on #706179 background

This text has black color on #706179 background.


White color preview on #706179 background

This text has white color on #706179 background.


Related colors

Complementary color

Complementary color for #hex is #8F9E86.


I love getcolorcode.com

Triadic colors

1 #797061 and #617970 with #706179 are triadic colors.

2 #796170 and #617079 with #706179 are triadic colors.