COLOR #707A95

HEX: #707A95
RGB: (112,122,149)

Color info

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

RGB color model

#707A95 color RGB value is (112,122,149).

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

RGB channels and saturation

R 112 of 255 = 44%
G 122 of 255 = 48%
B 149 of 255 = 58%

112
122
149

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

Portions of RGB colors in percentages

R + G + B =
112 + 122 + 149 = 383 (100%)
R 112 of 383 ~ 29.24%
G 122 of 383 ~ 31.85%
B 149 of 383 ~ 38.9%

%29.24
%31.85
%38.9

CMYK color model

#707A95 color CMYK value is (25,18,0,42).

  • cyan value is 24.83%
  • magenta value is 18.12%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(25,18,0,42)
C25M18Y0K42 
(25%,18%,0%,42%)
(0.25/0.18/0.00/0.42)	

CMYK percentages

%24.83
%18.12
%0
%41.57

Codes

Color #707A95 in popluar color models

707A95
RGB112122149
HSL224°14.86%51.18%
HSB/HSV224°24.83%58.43%
CMYK24.83%18.12%0.00%
41.57%

Color #707A95 in popluar number systems.

HEX707A95
Decimal112122149
Binary1110000111101010010101
Octal160172225

Shades and tints

Shades of #707A95

#707A95
(112,122,149)
#666F88
(102,111,136)
#5C647B
(92,100,123)
#52596E
(82,89,110)
#484E61
(72,78,97)
#3E4354
(62,67,84)
#343847
(52,56,71)
#2A2D3A
(42,45,58)
#20222D
(32,34,45)
#161720
(22,23,32)
#0C0C13
(12,12,19)
#000000
(0,0,0)

Tints of #707A95

#707A95
(112,122,149)
#7D869E
(125,134,158)
#8A92A7
(138,146,167)
#979EB0
(151,158,176)
#A4AAB9
(164,170,185)
#B1B6C2
(177,182,194)
#BEC2CB
(190,194,203)
#CBCED4
(203,206,212)
#D8DADD
(216,218,221)
#E5E6E6
(229,230,230)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707A95; }

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

This text font color is #707A95.


Background Color

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

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

This div background color is #707A95.


Border color

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

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

This div border color is #707A95.


Opacity

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

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

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

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

This text has shadow with #707A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707A95 on black background.


Color preview on white background

This text has color #707A95 on white background.



Black color preview on #707A95 background

This text has black color on #707A95 background.


White color preview on #707A95 background

This text has white color on #707A95 background.