COLOR #706575

HEX: #706575 RGB: (112,101,117)

Color info

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

RGB color model

#706575 color RGB value is (112,101,117).

RGB: (112,101,117) (44%, 40%, 46%)

RGB channels and saturation

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

112
101
117

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

Portions of RGB colors in percentages

R + G + B = 112 + 101 + 117 = 330 (100%)
R 112 of 330 ~ 33.94%
G 101 of 330 ~ 30.61%
B 117 of 330 ~ 35.45'%

%33.94
%30.61
%35.45

CMYK color model

#706575 color CMYK value is (4,14,0,54).

  • cyan value is 4.27%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK: (4,14,0,54) C4M14Y0K54 (4%,14%,0%,54%) (0.04/0.14/0.00/0.54) 

CMYK percentages

%4.27
%13.68
%0
%54.12

Codes

Color #706575 in popluar color models

70 65 75
RGB 112 101 117
HSL 281° 7.34% 42.75%
HSB/HSV 281° 13.68% 45.88%
CMYK 4.27% 13.68% 0.00%
54.12%

Color #706575 in popluar number systems.

HEX 70 65 75
Decimal 112 101 117
Binary 1110000 1100101 1110101
Octal 160 145 165

Shades and tints

Shades of #706575

#706575
(112,101,117)
#665C6B
(102,92,107)
#5C5361
(92,83,97)
#524A57
(82,74,87)
#48414D
(72,65,77)
#3E3843
(62,56,67)
#342F39
(52,47,57)
#2A262F
(42,38,47)
#201D25
(32,29,37)
#16141B
(22,20,27)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #706575

#706575
(112,101,117)
#7D7381
(125,115,129)
#8A818D
(138,129,141)
#978F99
(151,143,153)
#A49DA5
(164,157,165)
#B1ABB1
(177,171,177)
#BEB9BD
(190,185,189)
#CBC7C9
(203,199,201)
#D8D5D5
(216,213,213)
#E5E3E1
(229,227,225)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706575; }

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

This text font color is #706575.

Background Color

.myBgColor { background-color: #706575; }

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

This div background color is #706575.

Border color

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

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

This div border color is #706575.

Opacity

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

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

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

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

This text has shadow with #706575 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706575.

Preview

Color preview on black background

This text has color #706575 on black background.


Color preview on white background

This text has color #706575 on white background.


Black color preview on #706575 background

This text has black color on #706575 background.


White color preview on #706575 background

This text has white color on #706575 background.


Related colors

Complementary color

Complementary color for #hex is #8F9A8A.


I love getcolorcode.com

Triadic colors

1 #757065 and #657570 with #706575 are triadic colors.

2 #756570 and #657075 with #706575 are triadic colors.