COLOR #707CAC

HEX: #707CAC RGB: (112,124,172)

Color info

#707CAC contains mainly green and blue colors. Web safe color of #707CAC is #666699 (or #669).

RGB color model

#707CAC color RGB value is (112,124,172).

RGB: (112,124,172) (44%, 49%, 67%)

RGB channels and saturation

R 112 of 255 = 44%
G 124 of 255 = 49%
B 172 of 255 = 67%

112
124
172

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

Portions of RGB colors in percentages

R + G + B = 112 + 124 + 172 = 408 (100%)
R 112 of 408 ~ 27.45%
G 124 of 408 ~ 30.39%
B 172 of 408 ~ 42.16'%

%27.45
%30.39
%42.16

CMYK color model

#707CAC color CMYK value is (35,28,0,33).

  • cyan value is 34.88%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (35,28,0,33) C35M28Y0K33 (35%,28%,0%,33%) (0.35/0.28/0.00/0.33) 

CMYK percentages

%34.88
%27.91
%0
%32.55

Codes

Color #707CAC in popluar color models

70 7C AC
RGB 112 124 172
HSL 228° 26.55% 55.69%
HSB/HSV 228° 34.88% 67.45%
CMYK 34.88% 27.91% 0.00%
32.55%

Color #707CAC in popluar number systems.

HEX 70 7C AC
Decimal 112 124 172
Binary 1110000 1111100 10101100
Octal 160 174 254

Shades and tints

Shades of #707CAC

#707CAC
(112,124,172)
#66719D
(102,113,157)
#5C668E
(92,102,142)
#525B7F
(82,91,127)
#485070
(72,80,112)
#3E4561
(62,69,97)
#343A52
(52,58,82)
#2A2F43
(42,47,67)
#202434
(32,36,52)
#161925
(22,25,37)
#0C0E16
(12,14,22)
#000000
(0,0,0)

Tints of #707CAC

#707CAC
(112,124,172)
#7D87B3
(125,135,179)
#8A92BA
(138,146,186)
#979DC1
(151,157,193)
#A4A8C8
(164,168,200)
#B1B3CF
(177,179,207)
#BEBED6
(190,190,214)
#CBC9DD
(203,201,221)
#D8D4E4
(216,212,228)
#E5DFEB
(229,223,235)
#F2EAF2
(242,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707CAC color. Also use rgb(112,124,172) instead hex code.

Text Font Color

.myTextColor { color: #707CAC; }

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

This text font color is #707CAC.

Background Color

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

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

This div background color is #707CAC.

Border color

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

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

This div border color is #707CAC.

Opacity

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

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

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

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

This text has shadow with #707CAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707CAC.

Preview

Color preview on black background

This text has color #707CAC on black background.


Color preview on white background

This text has color #707CAC on white background.


Black color preview on #707CAC background

This text has black color on #707CAC background.


White color preview on #707CAC background

This text has white color on #707CAC background.


Related colors

Complementary color

Complementary color for #hex is #8F8353.


I love getcolorcode.com

Triadic colors

1 #AC707C and #7CAC70 with #707CAC are triadic colors.

2 #AC7C70 and #7C70AC with #707CAC are triadic colors.