COLOR #707883

HEX: #707883 RGB: (112,120,131)

Color info

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

RGB color model

#707883 color RGB value is (112,120,131).

RGB: (112,120,131) (44%, 47%, 51%)

RGB channels and saturation

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

112
120
131

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

Portions of RGB colors in percentages

R + G + B = 112 + 120 + 131 = 363 (100%)
R 112 of 363 ~ 30.85%
G 120 of 363 ~ 33.06%
B 131 of 363 ~ 36.09'%

%30.85
%33.06
%36.09

CMYK color model

#707883 color CMYK value is (15,8,0,49).

  • cyan value is 14.50%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (15,8,0,49)
C15M8Y0K49 (15%, 8%, 0%, 49%)
(0.15 / 0.08 / 0.00 / 0.49)

CMYK percentages

%14.5
%8.4
%0
%48.63

Codes

Color #707883 in popluar color models

70 78 83
RGB 112 120 131
HSL 215° 7.82% 47.65%
HSB/HSV 215° 14.50% 51.37%
CMYK 14.50% 8.40% 0.00%
48.63%

Color #707883 in popluar number systems.

HEX 70 78 83
Decimal 112 120 131
Binary 1110000 1111000 10000011
Octal 160 170 203

Shades and tints

Shades of #707883

#707883
(112,120,131)
#666E78
(102,110,120)
#5C646D
(92,100,109)
#525A62
(82,90,98)
#485057
(72,80,87)
#3E464C
(62,70,76)
#343C41
(52,60,65)
#2A3236
(42,50,54)
#20282B
(32,40,43)
#161E20
(22,30,32)
#0C1415
(12,20,21)
#000000
(0,0,0)

Tints of #707883

#707883
(112,120,131)
#7D848E
(125,132,142)
#8A9099
(138,144,153)
#979CA4
(151,156,164)
#A4A8AF
(164,168,175)
#B1B4BA
(177,180,186)
#BEC0C5
(190,192,197)
#CBCCD0
(203,204,208)
#D8D8DB
(216,216,219)
#E5E4E6
(229,228,230)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707883; }

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

This text font color is #707883.

Background Color

.myBgColor { background-color: #707883; }

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

This div background color is #707883.

Border color

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

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

This div border color is #707883.

Opacity

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

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

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

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

This text has shadow with #707883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707883.

Preview

Color preview on black background

This text has color #707883 on black background.


Color preview on white background

This text has color #707883 on white background.


Black color preview on #707883 background

This text has black color on #707883 background.


White color preview on #707883 background

This text has white color on #707883 background.


Related colors

Complementary color

Complementary color for #hex is #8F877C.


I love getcolorcode.com

Triadic colors

1 #837078 and #788370 with #707883 are triadic colors.

2 #837870 and #787083 with #707883 are triadic colors.