COLOR #7677BF

HEX: #7677BF
RGB: (118,119,191)

Color info

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

RGB color model

#7677BF color RGB value is (118,119,191).

  • red value is 118;
  • green value is 119;
  • blue value is 191.
RGB:
(118,119,191)
(46%,47%,75%)

RGB channels and saturation

R 118 of 255 = 46%
G 119 of 255 = 47%
B 191 of 255 = 75%

118
119
191

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

Portions of RGB colors in percentages

R + G + B =
118 + 119 + 191 = 428 (100%)
R 118 of 428 ~ 27.57%
G 119 of 428 ~ 27.8%
B 191 of 428 ~ 44.63%

%27.57
%27.8
%44.63

CMYK color model

#7677BF color CMYK value is (38,38,0,25).

  • cyan value is 38.22%
  • magenta value is 37.70%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(38,38,0,25)
C38M38Y0K25 
(38%,38%,0%,25%)
(0.38/0.38/0.00/0.25)	

CMYK percentages

%38.22
%37.7
%0
%25.1

Codes

Color #7677BF in popluar color models

7677BF
RGB118119191
HSL239°36.32%60.59%
HSB/HSV239°38.22%74.90%
CMYK38.22%37.70%0.00%
25.10%

Color #7677BF in popluar number systems.

HEX7677BF
Decimal118119191
Binary1110110111011110111111
Octal166167277

Shades and tints

Shades of #7677BF

#7677BF
(118,119,191)
#6C6DAE
(108,109,174)
#62639D
(98,99,157)
#58598C
(88,89,140)
#4E4F7B
(78,79,123)
#44456A
(68,69,106)
#3A3B59
(58,59,89)
#303148
(48,49,72)
#262737
(38,39,55)
#1C1D26
(28,29,38)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #7677BF

#7677BF
(118,119,191)
#8283C4
(130,131,196)
#8E8FC9
(142,143,201)
#9A9BCE
(154,155,206)
#A6A7D3
(166,167,211)
#B2B3D8
(178,179,216)
#BEBFDD
(190,191,221)
#CACBE2
(202,203,226)
#D6D7E7
(214,215,231)
#E2E3EC
(226,227,236)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7677BF color. Also use rgb(118,119,191) instead hex code.

Text Font Color

.myTextColor { color: #7677BF; }

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

This text font color is #7677BF.


Background Color

.myBgColor { background-color: #7677BF; }

<div style="background-color:#7677BF">Inner text</div>

This div background color is #7677BF.


Border color

.myBorderColor { border: 1px solid #7677BF; }

<div style="border:3px solid #7677BF">Div</div>

This div border color is #7677BF.


Opacity

.myOpacity80 { color: #7677BF; opacity: 0.8; }

<p style="color:#7677BF;opacity:0.8;">80%</p>

Text with #7677BF 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 #7677BF;}

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

This text has shadow with #7677BF color.

.textShadow {text-shadow: 3px 3px 1px #7677BF, 3px 3px 1px red;}

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

This text has shadow with #7677BF primary color and red secondary color.


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

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

This text has shadow with #7677BF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7677BF on black background.


Color preview on white background

This text has color #7677BF on white background.



Black color preview on #7677BF background

This text has black color on #7677BF background.


White color preview on #7677BF background

This text has white color on #7677BF background.