COLOR #705B7D

HEX: #705B7D
RGB: (112,91,125)

Color info

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

RGB color model

#705B7D color RGB value is (112,91,125).

  • red value is 112;
  • green value is 91;
  • blue value is 125.
RGB:
(112,91,125)
(44%,36%,49%)

RGB channels and saturation

R 112 of 255 = 44%
G 91 of 255 = 36%
B 125 of 255 = 49%

112
91
125

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

Portions of RGB colors in percentages

R + G + B =
112 + 91 + 125 = 328 (100%)
R 112 of 328 ~ 34.15%
G 91 of 328 ~ 27.74%
B 125 of 328 ~ 38.11%

%34.15
%27.74
%38.11

CMYK color model

#705B7D color CMYK value is (10,27,0,51).

  • cyan value is 10.40%
  • magenta value is 27.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(10,27,0,51)
C10M27Y0K51 
(10%,27%,0%,51%)
(0.10/0.27/0.00/0.51)	

CMYK percentages

%10.4
%27.2
%0
%50.98

Codes

Color #705B7D in popluar color models

705B7D
RGB11291125
HSL277°15.74%42.35%
HSB/HSV277°27.20%49.02%
CMYK10.40%27.20%0.00%
50.98%

Color #705B7D in popluar number systems.

HEX705B7D
Decimal11291125
Binary111000010110111111101
Octal160133175

Shades and tints

Shades of #705B7D

#705B7D
(112,91,125)
#665372
(102,83,114)
#5C4B67
(92,75,103)
#52435C
(82,67,92)
#483B51
(72,59,81)
#3E3346
(62,51,70)
#342B3B
(52,43,59)
#2A2330
(42,35,48)
#201B25
(32,27,37)
#16131A
(22,19,26)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #705B7D

#705B7D
(112,91,125)
#7D6988
(125,105,136)
#8A7793
(138,119,147)
#97859E
(151,133,158)
#A493A9
(164,147,169)
#B1A1B4
(177,161,180)
#BEAFBF
(190,175,191)
#CBBDCA
(203,189,202)
#D8CBD5
(216,203,213)
#E5D9E0
(229,217,224)
#F2E7EB
(242,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705B7D color. Also use rgb(112,91,125) instead hex code.

Text Font Color

.myTextColor { color: #705B7D; }

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

This text font color is #705B7D.


Background Color

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

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

This div background color is #705B7D.


Border color

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

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

This div border color is #705B7D.


Opacity

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

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

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

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

This text has shadow with #705B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #705B7D on black background.


Color preview on white background

This text has color #705B7D on white background.



Black color preview on #705B7D background

This text has black color on #705B7D background.


White color preview on #705B7D background

This text has white color on #705B7D background.