COLOR #705A72

HEX: #705A72
RGB: (112,90,114)

Color info

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

RGB color model

#705A72 color RGB value is (112,90,114).

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

RGB channels and saturation

R 112 of 255 = 44%
G 90 of 255 = 35%
B 114 of 255 = 45%

112
90
114

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

Portions of RGB colors in percentages

R + G + B =
112 + 90 + 114 = 316 (100%)
R 112 of 316 ~ 35.44%
G 90 of 316 ~ 28.48%
B 114 of 316 ~ 36.08%

%35.44
%28.48
%36.08

CMYK color model

#705A72 color CMYK value is (2,21,0,55).

  • cyan value is 1.75%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(2,21,0,55)
C2M21Y0K55 
(2%,21%,0%,55%)
(0.02/0.21/0.00/0.55)	

CMYK percentages

%1.75
%21.05
%0
%55.29

Codes

Color #705A72 in popluar color models

705A72
RGB11290114
HSL295°11.76%40.00%
HSB/HSV295°21.05%44.71%
CMYK1.75%21.05%0.00%
55.29%

Color #705A72 in popluar number systems.

HEX705A72
Decimal11290114
Binary111000010110101110010
Octal160132162

Shades and tints

Shades of #705A72

#705A72
(112,90,114)
#665268
(102,82,104)
#5C4A5E
(92,74,94)
#524254
(82,66,84)
#483A4A
(72,58,74)
#3E3240
(62,50,64)
#342A36
(52,42,54)
#2A222C
(42,34,44)
#201A22
(32,26,34)
#161218
(22,18,24)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #705A72

#705A72
(112,90,114)
#7D697E
(125,105,126)
#8A788A
(138,120,138)
#978796
(151,135,150)
#A496A2
(164,150,162)
#B1A5AE
(177,165,174)
#BEB4BA
(190,180,186)
#CBC3C6
(203,195,198)
#D8D2D2
(216,210,210)
#E5E1DE
(229,225,222)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705A72; }

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

This text font color is #705A72.


Background Color

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

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

This div background color is #705A72.


Border color

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

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

This div border color is #705A72.


Opacity

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

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

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

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

This text has shadow with #705A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705A72 on black background.


Color preview on white background

This text has color #705A72 on white background.



Black color preview on #705A72 background

This text has black color on #705A72 background.


White color preview on #705A72 background

This text has white color on #705A72 background.