COLOR #705A74

HEX: #705A74
RGB: (112,90,116)

Color info

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

RGB color model

#705A74 color RGB value is (112,90,116).

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

RGB channels and saturation

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

112
90
116

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

Portions of RGB colors in percentages

R + G + B =
112 + 90 + 116 = 318 (100%)
R 112 of 318 ~ 35.22%
G 90 of 318 ~ 28.3%
B 116 of 318 ~ 36.48%

%35.22
%28.3
%36.48

CMYK color model

#705A74 color CMYK value is (3,22,0,55).

  • cyan value is 3.45%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK: (3,22,0,55) C3M22Y0K55 (3%,22%,0%,55%) (0.03/0.22/0.00/0.55)

CMYK percentages

%3.45
%22.41
%0
%54.51

Codes

Color #705A74 in popluar color models

705A74
RGB11290116
HSL291°12.62%40.39%
HSB/HSV291°22.41%45.49%
CMYK3.45%22.41%0.00%
54.51%

Color #705A74 in popluar number systems.

HEX705A74
Decimal11290116
Binary111000010110101110100
Octal160132164

Shades and tints

Shades of #705A74

#705A74
(112,90,116)
#66526A
(102,82,106)
#5C4A60
(92,74,96)
#524256
(82,66,86)
#483A4C
(72,58,76)
#3E3242
(62,50,66)
#342A38
(52,42,56)
#2A222E
(42,34,46)
#201A24
(32,26,36)
#16121A
(22,18,26)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #705A74

#705A74
(112,90,116)
#7D6980
(125,105,128)
#8A788C
(138,120,140)
#978798
(151,135,152)
#A496A4
(164,150,164)
#B1A5B0
(177,165,176)
#BEB4BC
(190,180,188)
#CBC3C8
(203,195,200)
#D8D2D4
(216,210,212)
#E5E1E0
(229,225,224)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705A74; }

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

This text font color is #705A74.


Background Color

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

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

This div background color is #705A74.


Border color

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

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

This div border color is #705A74.


Opacity

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

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

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

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

This text has shadow with #705A74 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #705A74 on black background.


Color preview on white background

This text has color #705A74 on white background.



Black color preview on #705A74 background

This text has black color on #705A74 background.


White color preview on #705A74 background

This text has white color on #705A74 background.