COLOR #705D7C

HEX: #705D7C RGB: (112,93,124)

Color info

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

RGB color model

#705D7C color RGB value is (112,93,124).

RGB: (112,93,124) (44%, 36%, 49%)

RGB channels and saturation

R 112 of 255 = 44%
G 93 of 255 = 36%
B 124 of 255 = 49%

112
93
124

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

Portions of RGB colors in percentages

R + G + B = 112 + 93 + 124 = 329 (100%)
R 112 of 329 ~ 34.04%
G 93 of 329 ~ 28.27%
B 124 of 329 ~ 37.69'%

%34.04
%28.27
%37.69

CMYK color model

#705D7C color CMYK value is (10,25,0,51).

  • cyan value is 9.68%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (10,25,0,51)
C10M25Y0K51 (10%, 25%, 0%, 51%)
(0.10 / 0.25 / 0.00 / 0.51)

CMYK percentages

%9.68
%25
%0
%51.37

Codes

Color #705D7C in popluar color models

70 5D 7C
RGB 112 93 124
HSL 277° 14.29% 42.55%
HSB/HSV 277° 25.00% 48.63%
CMYK 9.68% 25.00% 0.00%
51.37%

Color #705D7C in popluar number systems.

HEX 70 5D 7C
Decimal 112 93 124
Binary 1110000 1011101 1111100
Octal 160 135 174

Shades and tints

Shades of #705D7C

#705D7C
(112,93,124)
#665571
(102,85,113)
#5C4D66
(92,77,102)
#52455B
(82,69,91)
#483D50
(72,61,80)
#3E3545
(62,53,69)
#342D3A
(52,45,58)
#2A252F
(42,37,47)
#201D24
(32,29,36)
#161519
(22,21,25)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #705D7C

#705D7C
(112,93,124)
#7D6B87
(125,107,135)
#8A7992
(138,121,146)
#97879D
(151,135,157)
#A495A8
(164,149,168)
#B1A3B3
(177,163,179)
#BEB1BE
(190,177,190)
#CBBFC9
(203,191,201)
#D8CDD4
(216,205,212)
#E5DBDF
(229,219,223)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705D7C color. Also use rgb(112,93,124) instead hex code.

Text Font Color

.myTextColor { color: #705D7C; }

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

This text font color is #705D7C.

Background Color

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

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

This div background color is #705D7C.

Border color

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

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

This div border color is #705D7C.

Opacity

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

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

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

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

This text has shadow with #705D7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #705D7C.

Preview

Color preview on black background

This text has color #705D7C on black background.


Color preview on white background

This text has color #705D7C on white background.


Black color preview on #705D7C background

This text has black color on #705D7C background.


White color preview on #705D7C background

This text has white color on #705D7C background.


Related colors

Complementary color

Complementary color for #hex is #8FA283.


I love getcolorcode.com

Triadic colors

1 #7C705D and #5D7C70 with #705D7C are triadic colors.

2 #7C5D70 and #5D707C with #705D7C are triadic colors.