COLOR #707788

HEX: #707788
RGB: (112,119,136)

Color info

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

RGB color model

#707788 color RGB value is (112,119,136).

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

RGB channels and saturation

R 112 of 255 = 44%
G 119 of 255 = 47%
B 136 of 255 = 53%

112
119
136

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

Portions of RGB colors in percentages

R + G + B =
112 + 119 + 136 = 367 (100%)
R 112 of 367 ~ 30.52%
G 119 of 367 ~ 32.43%
B 136 of 367 ~ 37.06%

%30.52
%32.43
%37.06

CMYK color model

#707788 color CMYK value is (18,13,0,47).

  • cyan value is 17.65%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(18,13,0,47)
C18M13Y0K47 
(18%,13%,0%,47%)
(0.18/0.13/0.00/0.47)	

CMYK percentages

%17.65
%12.5
%0
%46.67

Codes

Color #707788 in popluar color models

707788
RGB112119136
HSL223°9.68%48.63%
HSB/HSV223°17.65%53.33%
CMYK17.65%12.50%0.00%
46.67%

Color #707788 in popluar number systems.

HEX707788
Decimal112119136
Binary1110000111011110001000
Octal160167210

Shades and tints

Shades of #707788

#707788
(112,119,136)
#666D7C
(102,109,124)
#5C6370
(92,99,112)
#525964
(82,89,100)
#484F58
(72,79,88)
#3E454C
(62,69,76)
#343B40
(52,59,64)
#2A3134
(42,49,52)
#202728
(32,39,40)
#161D1C
(22,29,28)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #707788

#707788
(112,119,136)
#7D8392
(125,131,146)
#8A8F9C
(138,143,156)
#979BA6
(151,155,166)
#A4A7B0
(164,167,176)
#B1B3BA
(177,179,186)
#BEBFC4
(190,191,196)
#CBCBCE
(203,203,206)
#D8D7D8
(216,215,216)
#E5E3E2
(229,227,226)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707788; }

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

This text font color is #707788.


Background Color

.myBgColor { background-color: #707788; }

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

This div background color is #707788.


Border color

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

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

This div border color is #707788.


Opacity

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

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

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

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

This text has shadow with #707788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707788 on black background.


Color preview on white background

This text has color #707788 on white background.



Black color preview on #707788 background

This text has black color on #707788 background.


White color preview on #707788 background

This text has white color on #707788 background.