COLOR #705A76

HEX: #705A76 RGB: (112,90,118)

Color info

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

RGB color model

#705A76 color RGB value is (112,90,118).

RGB: (112,90,118) (44%, 35%, 46%)

RGB channels and saturation

R 112 of 255 = 44%
G 90 of 255 = 35%
B 118 of 255 = 46%

112
90
118

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

Portions of RGB colors in percentages

R + G + B = 112 + 90 + 118 = 320 (100%)
R 112 of 320 ~ 35%
G 90 of 320 ~ 28.13%
B 118 of 320 ~ 36.88'%

%35
%28.13
%36.88

CMYK color model

#705A76 color CMYK value is (5,24,0,54).

  • cyan value is 5.08%
  • magenta value is 23.73%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK: (5,24,0,54) C5M24Y0K54 (5%,24%,0%,54%) (0.05/0.24/0.00/0.54) 

CMYK percentages

%5.08
%23.73
%0
%53.73

Codes

Color #705A76 in popluar color models

70 5A 76
RGB 112 90 118
HSL 287° 13.46% 40.78%
HSB/HSV 287° 23.73% 46.27%
CMYK 5.08% 23.73% 0.00%
53.73%

Color #705A76 in popluar number systems.

HEX 70 5A 76
Decimal 112 90 118
Binary 1110000 1011010 1110110
Octal 160 132 166

Shades and tints

Shades of #705A76

#705A76
(112,90,118)
#66526C
(102,82,108)
#5C4A62
(92,74,98)
#524258
(82,66,88)
#483A4E
(72,58,78)
#3E3244
(62,50,68)
#342A3A
(52,42,58)
#2A2230
(42,34,48)
#201A26
(32,26,38)
#16121C
(22,18,28)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #705A76

#705A76
(112,90,118)
#7D6982
(125,105,130)
#8A788E
(138,120,142)
#97879A
(151,135,154)
#A496A6
(164,150,166)
#B1A5B2
(177,165,178)
#BEB4BE
(190,180,190)
#CBC3CA
(203,195,202)
#D8D2D6
(216,210,214)
#E5E1E2
(229,225,226)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705A76; }

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

This text font color is #705A76.

Background Color

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

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

This div background color is #705A76.

Border color

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

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

This div border color is #705A76.

Opacity

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

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

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

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

This text has shadow with #705A76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #705A76.

Preview

Color preview on black background

This text has color #705A76 on black background.


Color preview on white background

This text has color #705A76 on white background.


Black color preview on #705A76 background

This text has black color on #705A76 background.


White color preview on #705A76 background

This text has white color on #705A76 background.


Related colors

Complementary color

Complementary color for #hex is #8FA589.


I love getcolorcode.com

Triadic colors

1 #76705A and #5A7670 with #705A76 are triadic colors.

2 #765A70 and #5A7076 with #705A76 are triadic colors.