COLOR #705769

HEX: #705769
RGB: (112,87,105)

Color info

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

RGB color model

#705769 color RGB value is (112,87,105).

  • red value is 112;
  • green value is 87;
  • blue value is 105.
RGB:
(112,87,105)
(44%,34%,41%)

RGB channels and saturation

R 112 of 255 = 44%
G 87 of 255 = 34%
B 105 of 255 = 41%

112
87
105

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

Portions of RGB colors in percentages

R + G + B =
112 + 87 + 105 = 304 (100%)
R 112 of 304 ~ 36.84%
G 87 of 304 ~ 28.62%
B 105 of 304 ~ 34.54%

%36.84
%28.62
%34.54

CMYK color model

#705769 color CMYK value is (0,22,6,56).

  • cyan value is 0.00%
  • magenta value is 22.32%
  • yellow value is 6.25%
  • key color value is 56.08%
CMYK:
(0,22,6,56)
C0M22Y6K56 
(0%,22%,6%,56%)
(0.00/0.22/0.06/0.56)	

CMYK percentages

%0
%22.32
%6.25
%56.08

Codes

Color #705769 in popluar color models

705769
RGB11287105
HSL317°12.56%39.02%
HSB/HSV317°22.32%43.92%
CMYK0.00%22.32%6.25%
56.08%

Color #705769 in popluar number systems.

HEX705769
Decimal11287105
Binary111000010101111101001
Octal160127151

Shades and tints

Shades of #705769

#705769
(112,87,105)
#665060
(102,80,96)
#5C4957
(92,73,87)
#52424E
(82,66,78)
#483B45
(72,59,69)
#3E343C
(62,52,60)
#342D33
(52,45,51)
#2A262A
(42,38,42)
#201F21
(32,31,33)
#161818
(22,24,24)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #705769

#705769
(112,87,105)
#7D6676
(125,102,118)
#8A7583
(138,117,131)
#978490
(151,132,144)
#A4939D
(164,147,157)
#B1A2AA
(177,162,170)
#BEB1B7
(190,177,183)
#CBC0C4
(203,192,196)
#D8CFD1
(216,207,209)
#E5DEDE
(229,222,222)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705769 color. Also use rgb(112,87,105) instead hex code.

Text Font Color

.myTextColor { color: #705769; }

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

This text font color is #705769.


Background Color

.myBgColor { background-color: #705769; }

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

This div background color is #705769.


Border color

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

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

This div border color is #705769.


Opacity

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

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

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

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

This text has shadow with #705769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705769 on black background.


Color preview on white background

This text has color #705769 on white background.



Black color preview on #705769 background

This text has black color on #705769 background.


White color preview on #705769 background

This text has white color on #705769 background.