COLOR #7679CC

HEX: #7679CC
RGB: (118,121,204)

Color info

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

RGB color model

#7679CC color RGB value is (118,121,204).

  • red value is 118;
  • green value is 121;
  • blue value is 204.
RGB:
(118,121,204)
(46%,47%,80%)

RGB channels and saturation

R 118 of 255 = 46%
G 121 of 255 = 47%
B 204 of 255 = 80%

118
121
204

R + G + B ~ 58%. #7679CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 121 + 204 = 443 (100%)
R 118 of 443 ~ 26.64%
G 121 of 443 ~ 27.31%
B 204 of 443 ~ 46.05%

%26.64
%27.31
%46.05

CMYK color model

#7679CC color CMYK value is (42,41,0,20).

  • cyan value is 42.16%
  • magenta value is 40.69%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(42,41,0,20)
C42M41Y0K20 
(42%,41%,0%,20%)
(0.42/0.41/0.00/0.20)	

CMYK percentages

%42.16
%40.69
%0
%20

Codes

Color #7679CC in popluar color models

7679CC
RGB118121204
HSL238°45.74%63.14%
HSB/HSV238°42.16%80.00%
CMYK42.16%40.69%0.00%
20.00%

Color #7679CC in popluar number systems.

HEX7679CC
Decimal118121204
Binary1110110111100111001100
Octal166171314

Shades and tints

Shades of #7679CC

#7679CC
(118,121,204)
#6C6EBA
(108,110,186)
#6263A8
(98,99,168)
#585896
(88,88,150)
#4E4D84
(78,77,132)
#444272
(68,66,114)
#3A3760
(58,55,96)
#302C4E
(48,44,78)
#26213C
(38,33,60)
#1C162A
(28,22,42)
#120B18
(18,11,24)
#000000
(0,0,0)

Tints of #7679CC

#7679CC
(118,121,204)
#8285D0
(130,133,208)
#8E91D4
(142,145,212)
#9A9DD8
(154,157,216)
#A6A9DC
(166,169,220)
#B2B5E0
(178,181,224)
#BEC1E4
(190,193,228)
#CACDE8
(202,205,232)
#D6D9EC
(214,217,236)
#E2E5F0
(226,229,240)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7679CC color. Also use rgb(118,121,204) instead hex code.

Text Font Color

.myTextColor { color: #7679CC; }

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

This text font color is #7679CC.


Background Color

.myBgColor { background-color: #7679CC; }

<div style="background-color:#7679CC">Inner text</div>

This div background color is #7679CC.


Border color

.myBorderColor { border: 1px solid #7679CC; }

<div style="border:3px solid #7679CC">Div</div>

This div border color is #7679CC.


Opacity

.myOpacity80 { color: #7679CC; opacity: 0.8; }

<p style="color:#7679CC;opacity:0.8;">80%</p>

Text with #7679CC 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 #7679CC;}

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

This text has shadow with #7679CC color.

.textShadow {text-shadow: 3px 3px 1px #7679CC, 3px 3px 1px red;}

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

This text has shadow with #7679CC primary color and red secondary color.


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

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

This text has shadow with #7679CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7679CC on black background.


Color preview on white background

This text has color #7679CC on white background.



Black color preview on #7679CC background

This text has black color on #7679CC background.


White color preview on #7679CC background

This text has white color on #7679CC background.