COLOR #707783

HEX: #707783
RGB: (112,119,131)

Color info

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

RGB color model

#707783 color RGB value is (112,119,131).

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

RGB channels and saturation

R 112 of 255 = 44%
G 119 of 255 = 47%
B 131 of 255 = 51%

112
119
131

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

Portions of RGB colors in percentages

R + G + B =
112 + 119 + 131 = 362 (100%)
R 112 of 362 ~ 30.94%
G 119 of 362 ~ 32.87%
B 131 of 362 ~ 36.19%

%30.94
%32.87
%36.19

CMYK color model

#707783 color CMYK value is (15,9,0,49).

  • cyan value is 14.50%
  • magenta value is 9.16%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(15,9,0,49)
C15M9Y0K49 
(15%,9%,0%,49%)
(0.15/0.09/0.00/0.49)	

CMYK percentages

%14.5
%9.16
%0
%48.63

Codes

Color #707783 in popluar color models

707783
RGB112119131
HSL218°7.82%47.65%
HSB/HSV218°14.50%51.37%
CMYK14.50%9.16%0.00%
48.63%

Color #707783 in popluar number systems.

HEX707783
Decimal112119131
Binary1110000111011110000011
Octal160167203

Shades and tints

Shades of #707783

#707783
(112,119,131)
#666D78
(102,109,120)
#5C636D
(92,99,109)
#525962
(82,89,98)
#484F57
(72,79,87)
#3E454C
(62,69,76)
#343B41
(52,59,65)
#2A3136
(42,49,54)
#20272B
(32,39,43)
#161D20
(22,29,32)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #707783

#707783
(112,119,131)
#7D838E
(125,131,142)
#8A8F99
(138,143,153)
#979BA4
(151,155,164)
#A4A7AF
(164,167,175)
#B1B3BA
(177,179,186)
#BEBFC5
(190,191,197)
#CBCBD0
(203,203,208)
#D8D7DB
(216,215,219)
#E5E3E6
(229,227,230)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707783; }

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

This text font color is #707783.


Background Color

.myBgColor { background-color: #707783; }

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

This div background color is #707783.


Border color

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

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

This div border color is #707783.


Opacity

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

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

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

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

This text has shadow with #707783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707783 on black background.


Color preview on white background

This text has color #707783 on white background.



Black color preview on #707783 background

This text has black color on #707783 background.


White color preview on #707783 background

This text has white color on #707783 background.