COLOR #707A86

HEX: #707A86
RGB: (112,122,134)

Color info

#707A86 contains red, green and blue colors in about the same proportion. Web safe color of #707A86 is #666699 (or #669).

RGB color model

#707A86 color RGB value is (112,122,134).

  • red value is 112;
  • green value is 122;
  • blue value is 134.
RGB:
(112,122,134)
(44%,48%,53%)

RGB channels and saturation

R 112 of 255 = 44%
G 122 of 255 = 48%
B 134 of 255 = 53%

112
122
134

R + G + B ~ 48%. #707A86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 122 + 134 = 368 (100%)
R 112 of 368 ~ 30.43%
G 122 of 368 ~ 33.15%
B 134 of 368 ~ 36.41%

%30.43
%33.15
%36.41

CMYK color model

#707A86 color CMYK value is (16,9,0,47).

  • cyan value is 16.42%
  • magenta value is 8.96%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(16,9,0,47)
C16M9Y0K47 
(16%,9%,0%,47%)
(0.16/0.09/0.00/0.47)	

CMYK percentages

%16.42
%8.96
%0
%47.45

Codes

Color #707A86 in popluar color models

707A86
RGB112122134
HSL213°8.94%48.24%
HSB/HSV213°16.42%52.55%
CMYK16.42%8.96%0.00%
47.45%

Color #707A86 in popluar number systems.

HEX707A86
Decimal112122134
Binary1110000111101010000110
Octal160172206

Shades and tints

Shades of #707A86

#707A86
(112,122,134)
#666F7A
(102,111,122)
#5C646E
(92,100,110)
#525962
(82,89,98)
#484E56
(72,78,86)
#3E434A
(62,67,74)
#34383E
(52,56,62)
#2A2D32
(42,45,50)
#202226
(32,34,38)
#16171A
(22,23,26)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #707A86

#707A86
(112,122,134)
#7D8691
(125,134,145)
#8A929C
(138,146,156)
#979EA7
(151,158,167)
#A4AAB2
(164,170,178)
#B1B6BD
(177,182,189)
#BEC2C8
(190,194,200)
#CBCED3
(203,206,211)
#D8DADE
(216,218,222)
#E5E6E9
(229,230,233)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707A86 color. Also use rgb(112,122,134) instead hex code.

Text Font Color

.myTextColor { color: #707A86; }

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

This text font color is #707A86.


Background Color

.myBgColor { background-color: #707A86; }

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

This div background color is #707A86.


Border color

.myBorderColor { border: 1px solid #707A86; }

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

This div border color is #707A86.


Opacity

.myOpacity80 { color: #707A86; opacity: 0.8; }

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

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

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

This text has shadow with #707A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707A86 on black background.


Color preview on white background

This text has color #707A86 on white background.



Black color preview on #707A86 background

This text has black color on #707A86 background.


White color preview on #707A86 background

This text has white color on #707A86 background.