COLOR #707795

HEX: #707795
RGB: (112,119,149)

Color info

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

RGB color model

#707795 color RGB value is (112,119,149).

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

RGB channels and saturation

R 112 of 255 = 44%
G 119 of 255 = 47%
B 149 of 255 = 58%

112
119
149

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

Portions of RGB colors in percentages

R + G + B =
112 + 119 + 149 = 380 (100%)
R 112 of 380 ~ 29.47%
G 119 of 380 ~ 31.32%
B 149 of 380 ~ 39.21%

%29.47
%31.32
%39.21

CMYK color model

#707795 color CMYK value is (25,20,0,42).

  • cyan value is 24.83%
  • magenta value is 20.13%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (25,20,0,42) C25M20Y0K42 (25%,20%,0%,42%) (0.25/0.20/0.00/0.42)

CMYK percentages

%24.83
%20.13
%0
%41.57

Codes

Color #707795 in popluar color models

707795
RGB112119149
HSL229°14.86%51.18%
HSB/HSV229°24.83%58.43%
CMYK24.83%20.13%0.00%
41.57%

Color #707795 in popluar number systems.

HEX707795
Decimal112119149
Binary1110000111011110010101
Octal160167225

Shades and tints

Shades of #707795

#707795
(112,119,149)
#666D88
(102,109,136)
#5C637B
(92,99,123)
#52596E
(82,89,110)
#484F61
(72,79,97)
#3E4554
(62,69,84)
#343B47
(52,59,71)
#2A313A
(42,49,58)
#20272D
(32,39,45)
#161D20
(22,29,32)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #707795

#707795
(112,119,149)
#7D839E
(125,131,158)
#8A8FA7
(138,143,167)
#979BB0
(151,155,176)
#A4A7B9
(164,167,185)
#B1B3C2
(177,179,194)
#BEBFCB
(190,191,203)
#CBCBD4
(203,203,212)
#D8D7DD
(216,215,221)
#E5E3E6
(229,227,230)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707795; }

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

This text font color is #707795.


Background Color

.myBgColor { background-color: #707795; }

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

This div background color is #707795.


Border color

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

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

This div border color is #707795.


Opacity

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

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

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

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

This text has shadow with #707795 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #707795 on black background.


Color preview on white background

This text has color #707795 on white background.



Black color preview on #707795 background

This text has black color on #707795 background.


White color preview on #707795 background

This text has white color on #707795 background.