COLOR #705772

HEX: #705772
RGB: (112,87,114)

Color info

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

RGB color model

#705772 color RGB value is (112,87,114).

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

RGB channels and saturation

R 112 of 255 = 44%
G 87 of 255 = 34%
B 114 of 255 = 45%

112
87
114

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

Portions of RGB colors in percentages

R + G + B =
112 + 87 + 114 = 313 (100%)
R 112 of 313 ~ 35.78%
G 87 of 313 ~ 27.8%
B 114 of 313 ~ 36.42%

%35.78
%27.8
%36.42

CMYK color model

#705772 color CMYK value is (2,24,0,55).

  • cyan value is 1.75%
  • magenta value is 23.68%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(2,24,0,55)
C2M24Y0K55 
(2%,24%,0%,55%)
(0.02/0.24/0.00/0.55)	

CMYK percentages

%1.75
%23.68
%0
%55.29

Codes

Color #705772 in popluar color models

705772
RGB11287114
HSL296°13.43%39.41%
HSB/HSV296°23.68%44.71%
CMYK1.75%23.68%0.00%
55.29%

Color #705772 in popluar number systems.

HEX705772
Decimal11287114
Binary111000010101111110010
Octal160127162

Shades and tints

Shades of #705772

#705772
(112,87,114)
#665068
(102,80,104)
#5C495E
(92,73,94)
#524254
(82,66,84)
#483B4A
(72,59,74)
#3E3440
(62,52,64)
#342D36
(52,45,54)
#2A262C
(42,38,44)
#201F22
(32,31,34)
#161818
(22,24,24)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #705772

#705772
(112,87,114)
#7D667E
(125,102,126)
#8A758A
(138,117,138)
#978496
(151,132,150)
#A493A2
(164,147,162)
#B1A2AE
(177,162,174)
#BEB1BA
(190,177,186)
#CBC0C6
(203,192,198)
#D8CFD2
(216,207,210)
#E5DEDE
(229,222,222)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705772; }

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

This text font color is #705772.


Background Color

.myBgColor { background-color: #705772; }

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

This div background color is #705772.


Border color

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

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

This div border color is #705772.


Opacity

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

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

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

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

This text has shadow with #705772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705772 on black background.


Color preview on white background

This text has color #705772 on white background.



Black color preview on #705772 background

This text has black color on #705772 background.


White color preview on #705772 background

This text has white color on #705772 background.