COLOR #707AC0

HEX: #707AC0
RGB: (112,122,192)

Color info

#707AC0 contains mainly blue color. Web safe color of #707AC0 is #6666CC (or #66C).

RGB color model

#707AC0 color RGB value is (112,122,192).

  • red value is 112;
  • green value is 122;
  • blue value is 192.
RGB:
(112,122,192)
(44%,48%,75%)

RGB channels and saturation

R 112 of 255 = 44%
G 122 of 255 = 48%
B 192 of 255 = 75%

112
122
192

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

Portions of RGB colors in percentages

R + G + B =
112 + 122 + 192 = 426 (100%)
R 112 of 426 ~ 26.29%
G 122 of 426 ~ 28.64%
B 192 of 426 ~ 45.07%

%26.29
%28.64
%45.07

CMYK color model

#707AC0 color CMYK value is (42,36,0,25).

  • cyan value is 41.67%
  • magenta value is 36.46%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(42,36,0,25)
C42M36Y0K25 
(42%,36%,0%,25%)
(0.42/0.36/0.00/0.25)	

CMYK percentages

%41.67
%36.46
%0
%24.71

Codes

Color #707AC0 in popluar color models

707AC0
RGB112122192
HSL233°38.83%59.61%
HSB/HSV233°41.67%75.29%
CMYK41.67%36.46%0.00%
24.71%

Color #707AC0 in popluar number systems.

HEX707AC0
Decimal112122192
Binary1110000111101011000000
Octal160172300

Shades and tints

Shades of #707AC0

#707AC0
(112,122,192)
#666FAF
(102,111,175)
#5C649E
(92,100,158)
#52598D
(82,89,141)
#484E7C
(72,78,124)
#3E436B
(62,67,107)
#34385A
(52,56,90)
#2A2D49
(42,45,73)
#202238
(32,34,56)
#161727
(22,23,39)
#0C0C16
(12,12,22)
#000000
(0,0,0)

Tints of #707AC0

#707AC0
(112,122,192)
#7D86C5
(125,134,197)
#8A92CA
(138,146,202)
#979ECF
(151,158,207)
#A4AAD4
(164,170,212)
#B1B6D9
(177,182,217)
#BEC2DE
(190,194,222)
#CBCEE3
(203,206,227)
#D8DAE8
(216,218,232)
#E5E6ED
(229,230,237)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707AC0; }

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

This text font color is #707AC0.


Background Color

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

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

This div background color is #707AC0.


Border color

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

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

This div border color is #707AC0.


Opacity

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

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

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

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

This text has shadow with #707AC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707AC0 on black background.


Color preview on white background

This text has color #707AC0 on white background.



Black color preview on #707AC0 background

This text has black color on #707AC0 background.


White color preview on #707AC0 background

This text has white color on #707AC0 background.