COLOR #707888

HEX: #707888
RGB: (112,120,136)

Color info

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

RGB color model

#707888 color RGB value is (112,120,136).

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

RGB channels and saturation

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

112
120
136

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

Portions of RGB colors in percentages

R + G + B =
112 + 120 + 136 = 368 (100%)
R 112 of 368 ~ 30.43%
G 120 of 368 ~ 32.61%
B 136 of 368 ~ 36.96%

%30.43
%32.61
%36.96

CMYK color model

#707888 color CMYK value is (18,12,0,47).

  • cyan value is 17.65%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(18,12,0,47)
C18M12Y0K47 
(18%,12%,0%,47%)
(0.18/0.12/0.00/0.47)	

CMYK percentages

%17.65
%11.76
%0
%46.67

Codes

Color #707888 in popluar color models

707888
RGB112120136
HSL220°9.68%48.63%
HSB/HSV220°17.65%53.33%
CMYK17.65%11.76%0.00%
46.67%

Color #707888 in popluar number systems.

HEX707888
Decimal112120136
Binary1110000111100010001000
Octal160170210

Shades and tints

Shades of #707888

#707888
(112,120,136)
#666E7C
(102,110,124)
#5C6470
(92,100,112)
#525A64
(82,90,100)
#485058
(72,80,88)
#3E464C
(62,70,76)
#343C40
(52,60,64)
#2A3234
(42,50,52)
#202828
(32,40,40)
#161E1C
(22,30,28)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #707888

#707888
(112,120,136)
#7D8492
(125,132,146)
#8A909C
(138,144,156)
#979CA6
(151,156,166)
#A4A8B0
(164,168,176)
#B1B4BA
(177,180,186)
#BEC0C4
(190,192,196)
#CBCCCE
(203,204,206)
#D8D8D8
(216,216,216)
#E5E4E2
(229,228,226)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707888; }

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

This text font color is #707888.


Background Color

.myBgColor { background-color: #707888; }

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

This div background color is #707888.


Border color

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

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

This div border color is #707888.


Opacity

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

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

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

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

This text has shadow with #707888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707888 on black background.


Color preview on white background

This text has color #707888 on white background.



Black color preview on #707888 background

This text has black color on #707888 background.


White color preview on #707888 background

This text has white color on #707888 background.