COLOR #706077

HEX: #706077
RGB: (112,96,119)

Color info

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

RGB color model

#706077 color RGB value is (112,96,119).

  • red value is 112;
  • green value is 96;
  • blue value is 119.
RGB:
(112,96,119)
(44%,38%,47%)

RGB channels and saturation

R 112 of 255 = 44%
G 96 of 255 = 38%
B 119 of 255 = 47%

112
96
119

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

Portions of RGB colors in percentages

R + G + B =
112 + 96 + 119 = 327 (100%)
R 112 of 327 ~ 34.25%
G 96 of 327 ~ 29.36%
B 119 of 327 ~ 36.39%

%34.25
%29.36
%36.39

CMYK color model

#706077 color CMYK value is (6,19,0,53).

  • cyan value is 5.88%
  • magenta value is 19.33%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(6,19,0,53)
C6M19Y0K53 
(6%,19%,0%,53%)
(0.06/0.19/0.00/0.53)	

CMYK percentages

%5.88
%19.33
%0
%53.33

Codes

Color #706077 in popluar color models

706077
RGB11296119
HSL282°10.70%42.16%
HSB/HSV282°19.33%46.67%
CMYK5.88%19.33%0.00%
53.33%

Color #706077 in popluar number systems.

HEX706077
Decimal11296119
Binary111000011000001110111
Octal160140167

Shades and tints

Shades of #706077

#706077
(112,96,119)
#66586D
(102,88,109)
#5C5063
(92,80,99)
#524859
(82,72,89)
#48404F
(72,64,79)
#3E3845
(62,56,69)
#34303B
(52,48,59)
#2A2831
(42,40,49)
#202027
(32,32,39)
#16181D
(22,24,29)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #706077

#706077
(112,96,119)
#7D6E83
(125,110,131)
#8A7C8F
(138,124,143)
#978A9B
(151,138,155)
#A498A7
(164,152,167)
#B1A6B3
(177,166,179)
#BEB4BF
(190,180,191)
#CBC2CB
(203,194,203)
#D8D0D7
(216,208,215)
#E5DEE3
(229,222,227)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706077 color. Also use rgb(112,96,119) instead hex code.

Text Font Color

.myTextColor { color: #706077; }

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

This text font color is #706077.


Background Color

.myBgColor { background-color: #706077; }

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

This div background color is #706077.


Border color

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

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

This div border color is #706077.


Opacity

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

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

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

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

This text has shadow with #706077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706077 on black background.


Color preview on white background

This text has color #706077 on white background.



Black color preview on #706077 background

This text has black color on #706077 background.


White color preview on #706077 background

This text has white color on #706077 background.