COLOR #7076C7

HEX: #7076C7
RGB: (112,118,199)

Color info

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

RGB color model

#7076C7 color RGB value is (112,118,199).

  • red value is 112;
  • green value is 118;
  • blue value is 199.
RGB:
(112,118,199)
(44%,46%,78%)

RGB channels and saturation

R 112 of 255 = 44%
G 118 of 255 = 46%
B 199 of 255 = 78%

112
118
199

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

Portions of RGB colors in percentages

R + G + B =
112 + 118 + 199 = 429 (100%)
R 112 of 429 ~ 26.11%
G 118 of 429 ~ 27.51%
B 199 of 429 ~ 46.39%

%26.11
%27.51
%46.39

CMYK color model

#7076C7 color CMYK value is (44,41,0,22).

  • cyan value is 43.72%
  • magenta value is 40.70%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(44,41,0,22)
C44M41Y0K22 
(44%,41%,0%,22%)
(0.44/0.41/0.00/0.22)	

CMYK percentages

%43.72
%40.7
%0
%21.96

Codes

Color #7076C7 in popluar color models

7076C7
RGB112118199
HSL236°43.72%60.98%
HSB/HSV236°43.72%78.04%
CMYK43.72%40.70%0.00%
21.96%

Color #7076C7 in popluar number systems.

HEX7076C7
Decimal112118199
Binary1110000111011011000111
Octal160166307

Shades and tints

Shades of #7076C7

#7076C7
(112,118,199)
#666CB5
(102,108,181)
#5C62A3
(92,98,163)
#525891
(82,88,145)
#484E7F
(72,78,127)
#3E446D
(62,68,109)
#343A5B
(52,58,91)
#2A3049
(42,48,73)
#202637
(32,38,55)
#161C25
(22,28,37)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #7076C7

#7076C7
(112,118,199)
#7D82CC
(125,130,204)
#8A8ED1
(138,142,209)
#979AD6
(151,154,214)
#A4A6DB
(164,166,219)
#B1B2E0
(177,178,224)
#BEBEE5
(190,190,229)
#CBCAEA
(203,202,234)
#D8D6EF
(216,214,239)
#E5E2F4
(229,226,244)
#F2EEF9
(242,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7076C7 color. Also use rgb(112,118,199) instead hex code.

Text Font Color

.myTextColor { color: #7076C7; }

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

This text font color is #7076C7.


Background Color

.myBgColor { background-color: #7076C7; }

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

This div background color is #7076C7.


Border color

.myBorderColor { border: 1px solid #7076C7; }

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

This div border color is #7076C7.


Opacity

.myOpacity80 { color: #7076C7; opacity: 0.8; }

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

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

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

This text has shadow with #7076C7 color.

.textShadow {text-shadow: 3px 3px 1px #7076C7, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7076C7 on black background.


Color preview on white background

This text has color #7076C7 on white background.



Black color preview on #7076C7 background

This text has black color on #7076C7 background.


White color preview on #7076C7 background

This text has white color on #7076C7 background.