COLOR #706775

HEX: #706775
RGB: (112,103,117)

Color info

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

RGB color model

#706775 color RGB value is (112,103,117).

  • red value is 112;
  • green value is 103;
  • blue value is 117.
RGB:
(112,103,117)
(44%,40%,46%)

RGB channels and saturation

R 112 of 255 = 44%
G 103 of 255 = 40%
B 117 of 255 = 46%

112
103
117

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

Portions of RGB colors in percentages

R + G + B =
112 + 103 + 117 = 332 (100%)
R 112 of 332 ~ 33.73%
G 103 of 332 ~ 31.02%
B 117 of 332 ~ 35.24%

%33.73
%31.02
%35.24

CMYK color model

#706775 color CMYK value is (4,12,0,54).

  • cyan value is 4.27%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(4,12,0,54)
C4M12Y0K54 
(4%,12%,0%,54%)
(0.04/0.12/0.00/0.54)	

CMYK percentages

%4.27
%11.97
%0
%54.12

Codes

Color #706775 in popluar color models

706775
RGB112103117
HSL279°6.36%43.14%
HSB/HSV279°11.97%45.88%
CMYK4.27%11.97%0.00%
54.12%

Color #706775 in popluar number systems.

HEX706775
Decimal112103117
Binary111000011001111110101
Octal160147165

Shades and tints

Shades of #706775

#706775
(112,103,117)
#665E6B
(102,94,107)
#5C5561
(92,85,97)
#524C57
(82,76,87)
#48434D
(72,67,77)
#3E3A43
(62,58,67)
#343139
(52,49,57)
#2A282F
(42,40,47)
#201F25
(32,31,37)
#16161B
(22,22,27)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #706775

#706775
(112,103,117)
#7D7481
(125,116,129)
#8A818D
(138,129,141)
#978E99
(151,142,153)
#A49BA5
(164,155,165)
#B1A8B1
(177,168,177)
#BEB5BD
(190,181,189)
#CBC2C9
(203,194,201)
#D8CFD5
(216,207,213)
#E5DCE1
(229,220,225)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706775 color. Also use rgb(112,103,117) instead hex code.

Text Font Color

.myTextColor { color: #706775; }

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

This text font color is #706775.


Background Color

.myBgColor { background-color: #706775; }

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

This div background color is #706775.


Border color

.myBorderColor { border: 1px solid #706775; }

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

This div border color is #706775.


Opacity

.myOpacity80 { color: #706775; opacity: 0.8; }

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

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

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

This text has shadow with #706775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706775 on black background.


Color preview on white background

This text has color #706775 on white background.



Black color preview on #706775 background

This text has black color on #706775 background.


White color preview on #706775 background

This text has white color on #706775 background.