COLOR #7679B4

HEX: #7679B4 RGB: (118,121,180)

Color info

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

RGB color model

#7679B4 color RGB value is (118,121,180).

RGB: (118,121,180) (46%, 47%, 71%)

RGB channels and saturation

R 118 of 255 = 46%
G 121 of 255 = 47%
B 180 of 255 = 71%

118
121
180

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

Portions of RGB colors in percentages

R + G + B = 118 + 121 + 180 = 419 (100%)
R 118 of 419 ~ 28.16%
G 121 of 419 ~ 28.88%
B 180 of 419 ~ 42.96'%

%28.16
%28.88
%42.96

CMYK color model

#7679B4 color CMYK value is (34,33,0,29).

  • cyan value is 34.44%
  • magenta value is 32.78%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (34,33,0,29)
C34M33Y0K29 (34%, 33%, 0%, 29%)
(0.34 / 0.33 / 0.00 / 0.29)

CMYK percentages

%34.44
%32.78
%0
%29.41

Codes

Color #7679B4 in popluar color models

76 79 B4
RGB 118 121 180
HSL 237° 29.25% 58.43%
HSB/HSV 237° 34.44% 70.59%
CMYK 34.44% 32.78% 0.00%
29.41%

Color #7679B4 in popluar number systems.

HEX 76 79 B4
Decimal 118 121 180
Binary 1110110 1111001 10110100
Octal 166 171 264

Shades and tints

Shades of #7679B4

#7679B4
(118,121,180)
#6C6EA4
(108,110,164)
#626394
(98,99,148)
#585884
(88,88,132)
#4E4D74
(78,77,116)
#444264
(68,66,100)
#3A3754
(58,55,84)
#302C44
(48,44,68)
#262134
(38,33,52)
#1C1624
(28,22,36)
#120B14
(18,11,20)
#000000
(0,0,0)

Tints of #7679B4

#7679B4
(118,121,180)
#8285BA
(130,133,186)
#8E91C0
(142,145,192)
#9A9DC6
(154,157,198)
#A6A9CC
(166,169,204)
#B2B5D2
(178,181,210)
#BEC1D8
(190,193,216)
#CACDDE
(202,205,222)
#D6D9E4
(214,217,228)
#E2E5EA
(226,229,234)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7679B4; }

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

This text font color is #7679B4.

Background Color

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

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

This div background color is #7679B4.

Border color

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

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

This div border color is #7679B4.

Opacity

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

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

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

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

This text has shadow with #7679B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7679B4.

Preview

Color preview on black background

This text has color #7679B4 on black background.


Color preview on white background

This text has color #7679B4 on white background.


Black color preview on #7679B4 background

This text has black color on #7679B4 background.


White color preview on #7679B4 background

This text has white color on #7679B4 background.


Related colors

Complementary color

Complementary color for #hex is #89864B.


I love getcolorcode.com

Triadic colors

1 #B47679 and #79B476 with #7679B4 are triadic colors.

2 #B47976 and #7976B4 with #7679B4 are triadic colors.