COLOR #705F77

HEX: #705F77
RGB: (112,95,119)

Color info

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

RGB color model

#705F77 color RGB value is (112,95,119).

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

RGB channels and saturation

R 112 of 255 = 44%
G 95 of 255 = 37%
B 119 of 255 = 47%

112
95
119

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

Portions of RGB colors in percentages

R + G + B =
112 + 95 + 119 = 326 (100%)
R 112 of 326 ~ 34.36%
G 95 of 326 ~ 29.14%
B 119 of 326 ~ 36.5%

%34.36
%29.14
%36.5

CMYK color model

#705F77 color CMYK value is (6,20,0,53).

  • cyan value is 5.88%
  • magenta value is 20.17%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(6,20,0,53)
C6M20Y0K53 
(6%,20%,0%,53%)
(0.06/0.20/0.00/0.53)	

CMYK percentages

%5.88
%20.17
%0
%53.33

Codes

Color #705F77 in popluar color models

705F77
RGB11295119
HSL283°11.21%41.96%
HSB/HSV283°20.17%46.67%
CMYK5.88%20.17%0.00%
53.33%

Color #705F77 in popluar number systems.

HEX705F77
Decimal11295119
Binary111000010111111110111
Octal160137167

Shades and tints

Shades of #705F77

#705F77
(112,95,119)
#66576D
(102,87,109)
#5C4F63
(92,79,99)
#524759
(82,71,89)
#483F4F
(72,63,79)
#3E3745
(62,55,69)
#342F3B
(52,47,59)
#2A2731
(42,39,49)
#201F27
(32,31,39)
#16171D
(22,23,29)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #705F77

#705F77
(112,95,119)
#7D6D83
(125,109,131)
#8A7B8F
(138,123,143)
#97899B
(151,137,155)
#A497A7
(164,151,167)
#B1A5B3
(177,165,179)
#BEB3BF
(190,179,191)
#CBC1CB
(203,193,203)
#D8CFD7
(216,207,215)
#E5DDE3
(229,221,227)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705F77; }

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

This text font color is #705F77.


Background Color

.myBgColor { background-color: #705F77; }

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

This div background color is #705F77.


Border color

.myBorderColor { border: 1px solid #705F77; }

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

This div border color is #705F77.


Opacity

.myOpacity80 { color: #705F77; opacity: 0.8; }

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

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

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

This text has shadow with #705F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705F77 on black background.


Color preview on white background

This text has color #705F77 on white background.



Black color preview on #705F77 background

This text has black color on #705F77 background.


White color preview on #705F77 background

This text has white color on #705F77 background.