COLOR #707AAD

HEX: #707AAD RGB: (112,122,173)

Color info

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

RGB color model

#707AAD color RGB value is (112,122,173).

RGB: (112,122,173) (44%, 48%, 68%)

RGB channels and saturation

R 112 of 255 = 44%
G 122 of 255 = 48%
B 173 of 255 = 68%

112
122
173

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

Portions of RGB colors in percentages

R + G + B = 112 + 122 + 173 = 407 (100%)
R 112 of 407 ~ 27.52%
G 122 of 407 ~ 29.98%
B 173 of 407 ~ 42.51'%

%27.52
%29.98
%42.51

CMYK color model

#707AAD color CMYK value is (35,29,0,32).

  • cyan value is 35.26%
  • magenta value is 29.48%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (35,29,0,32)
C35M29Y0K32 (35%, 29%, 0%, 32%)
(0.35 / 0.29 / 0.00 / 0.32)

CMYK percentages

%35.26
%29.48
%0
%32.16

Codes

Color #707AAD in popluar color models

70 7A AD
RGB 112 122 173
HSL 230° 27.11% 55.88%
HSB/HSV 230° 35.26% 67.84%
CMYK 35.26% 29.48% 0.00%
32.16%

Color #707AAD in popluar number systems.

HEX 70 7A AD
Decimal 112 122 173
Binary 1110000 1111010 10101101
Octal 160 172 255

Shades and tints

Shades of #707AAD

#707AAD
(112,122,173)
#666F9E
(102,111,158)
#5C648F
(92,100,143)
#525980
(82,89,128)
#484E71
(72,78,113)
#3E4362
(62,67,98)
#343853
(52,56,83)
#2A2D44
(42,45,68)
#202235
(32,34,53)
#161726
(22,23,38)
#0C0C17
(12,12,23)
#000000
(0,0,0)

Tints of #707AAD

#707AAD
(112,122,173)
#7D86B4
(125,134,180)
#8A92BB
(138,146,187)
#979EC2
(151,158,194)
#A4AAC9
(164,170,201)
#B1B6D0
(177,182,208)
#BEC2D7
(190,194,215)
#CBCEDE
(203,206,222)
#D8DAE5
(216,218,229)
#E5E6EC
(229,230,236)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707AAD color. Also use rgb(112,122,173) instead hex code.

Text Font Color

.myTextColor { color: #707AAD; }

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

This text font color is #707AAD.

Background Color

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

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

This div background color is #707AAD.

Border color

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

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

This div border color is #707AAD.

Opacity

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

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

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

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

This text has shadow with #707AAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707AAD.

Preview

Color preview on black background

This text has color #707AAD on black background.


Color preview on white background

This text has color #707AAD on white background.


Black color preview on #707AAD background

This text has black color on #707AAD background.


White color preview on #707AAD background

This text has white color on #707AAD background.


Related colors

Complementary color

Complementary color for #hex is #8F8552.


I love getcolorcode.com

Triadic colors

1 #AD707A and #7AAD70 with #707AAD are triadic colors.

2 #AD7A70 and #7A70AD with #707AAD are triadic colors.