COLOR #706B7B

HEX: #706B7B RGB: (112,107,123)

Color info

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

RGB color model

#706B7B color RGB value is (112,107,123).

RGB: (112,107,123) (44%, 42%, 48%)

RGB channels and saturation

R 112 of 255 = 44%
G 107 of 255 = 42%
B 123 of 255 = 48%

112
107
123

R + G + B ~ 45%. #706B7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 107 + 123 = 342 (100%)
R 112 of 342 ~ 32.75%
G 107 of 342 ~ 31.29%
B 123 of 342 ~ 35.96'%

%32.75
%31.29
%35.96

CMYK color model

#706B7B color CMYK value is (9,13,0,52).

  • cyan value is 8.94%
  • magenta value is 13.01%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (9,13,0,52)
C9M13Y0K52 (9%, 13%, 0%, 52%)
(0.09 / 0.13 / 0.00 / 0.52)

CMYK percentages

%8.94
%13.01
%0
%51.76

Codes

Color #706B7B in popluar color models

70 6B 7B
RGB 112 107 123
HSL 259° 6.96% 45.10%
HSB/HSV 259° 13.01% 48.24%
CMYK 8.94% 13.01% 0.00%
51.76%

Color #706B7B in popluar number systems.

HEX 70 6B 7B
Decimal 112 107 123
Binary 1110000 1101011 1111011
Octal 160 153 173

Shades and tints

Shades of #706B7B

#706B7B
(112,107,123)
#666270
(102,98,112)
#5C5965
(92,89,101)
#52505A
(82,80,90)
#48474F
(72,71,79)
#3E3E44
(62,62,68)
#343539
(52,53,57)
#2A2C2E
(42,44,46)
#202323
(32,35,35)
#161A18
(22,26,24)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #706B7B

#706B7B
(112,107,123)
#7D7887
(125,120,135)
#8A8593
(138,133,147)
#97929F
(151,146,159)
#A49FAB
(164,159,171)
#B1ACB7
(177,172,183)
#BEB9C3
(190,185,195)
#CBC6CF
(203,198,207)
#D8D3DB
(216,211,219)
#E5E0E7
(229,224,231)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706B7B color. Also use rgb(112,107,123) instead hex code.

Text Font Color

.myTextColor { color: #706B7B; }

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

This text font color is #706B7B.

Background Color

.myBgColor { background-color: #706B7B; }

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

This div background color is #706B7B.

Border color

.myBorderColor { border: 1px solid #706B7B; }

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

This div border color is #706B7B.

Opacity

.myOpacity80 { color: #706B7B; opacity: 0.8; }

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

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

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

This text has shadow with #706B7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706B7B.

Preview

Color preview on black background

This text has color #706B7B on black background.


Color preview on white background

This text has color #706B7B on white background.


Black color preview on #706B7B background

This text has black color on #706B7B background.


White color preview on #706B7B background

This text has white color on #706B7B background.


Related colors

Complementary color

Complementary color for #hex is #8F9484.


I love getcolorcode.com

Triadic colors

1 #7B706B and #6B7B70 with #706B7B are triadic colors.

2 #7B6B70 and #6B707B with #706B7B are triadic colors.