COLOR #707B9C

HEX: #707B9C RGB: (112,123,156)

Color info

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

RGB color model

#707B9C color RGB value is (112,123,156).

RGB: (112,123,156) (44%, 48%, 61%)

RGB channels and saturation

R 112 of 255 = 44%
G 123 of 255 = 48%
B 156 of 255 = 61%

112
123
156

R + G + B ~ 51%. #707B9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 123 + 156 = 391 (100%)
R 112 of 391 ~ 28.64%
G 123 of 391 ~ 31.46%
B 156 of 391 ~ 39.9'%

%28.64
%31.46
%39.9

CMYK color model

#707B9C color CMYK value is (28,21,0,39).

  • cyan value is 28.21%
  • magenta value is 21.15%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (28,21,0,39)
C28M21Y0K39 (28%, 21%, 0%, 39%)
(0.28 / 0.21 / 0.00 / 0.39)

CMYK percentages

%28.21
%21.15
%0
%38.82

Codes

Color #707B9C in popluar color models

70 7B 9C
RGB 112 123 156
HSL 225° 18.18% 52.55%
HSB/HSV 225° 28.21% 61.18%
CMYK 28.21% 21.15% 0.00%
38.82%

Color #707B9C in popluar number systems.

HEX 70 7B 9C
Decimal 112 123 156
Binary 1110000 1111011 10011100
Octal 160 173 234

Shades and tints

Shades of #707B9C

#707B9C
(112,123,156)
#66708E
(102,112,142)
#5C6580
(92,101,128)
#525A72
(82,90,114)
#484F64
(72,79,100)
#3E4456
(62,68,86)
#343948
(52,57,72)
#2A2E3A
(42,46,58)
#20232C
(32,35,44)
#16181E
(22,24,30)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #707B9C

#707B9C
(112,123,156)
#7D87A5
(125,135,165)
#8A93AE
(138,147,174)
#979FB7
(151,159,183)
#A4ABC0
(164,171,192)
#B1B7C9
(177,183,201)
#BEC3D2
(190,195,210)
#CBCFDB
(203,207,219)
#D8DBE4
(216,219,228)
#E5E7ED
(229,231,237)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707B9C color. Also use rgb(112,123,156) instead hex code.

Text Font Color

.myTextColor { color: #707B9C; }

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

This text font color is #707B9C.

Background Color

.myBgColor { background-color: #707B9C; }

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

This div background color is #707B9C.

Border color

.myBorderColor { border: 1px solid #707B9C; }

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

This div border color is #707B9C.

Opacity

.myOpacity80 { color: #707B9C; opacity: 0.8; }

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

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

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

This text has shadow with #707B9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707B9C.

Preview

Color preview on black background

This text has color #707B9C on black background.


Color preview on white background

This text has color #707B9C on white background.


Black color preview on #707B9C background

This text has black color on #707B9C background.


White color preview on #707B9C background

This text has white color on #707B9C background.


Related colors

Complementary color

Complementary color for #hex is #8F8463.


I love getcolorcode.com

Triadic colors

1 #9C707B and #7B9C70 with #707B9C are triadic colors.

2 #9C7B70 and #7B709C with #707B9C are triadic colors.