COLOR #7676B6

HEX: #7676B6
RGB: (118,118,182)

Color info

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

RGB color model

#7676B6 color RGB value is (118,118,182).

  • red value is 118;
  • green value is 118;
  • blue value is 182.
RGB:
(118,118,182)
(46%,46%,71%)

RGB channels and saturation

R 118 of 255 = 46%
G 118 of 255 = 46%
B 182 of 255 = 71%

118
118
182

R + G + B ~ 54%. #7676B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 118 + 182 = 418 (100%)
R 118 of 418 ~ 28.23%
G 118 of 418 ~ 28.23%
B 182 of 418 ~ 43.54%

%28.23
%28.23
%43.54

CMYK color model

#7676B6 color CMYK value is (35,35,0,29).

  • cyan value is 35.16%
  • magenta value is 35.16%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(35,35,0,29)
C35M35Y0K29 
(35%,35%,0%,29%)
(0.35/0.35/0.00/0.29)	

CMYK percentages

%35.16
%35.16
%0
%28.63

Codes

Color #7676B6 in popluar color models

7676B6
RGB118118182
HSL240°30.48%58.82%
HSB/HSV240°35.16%71.37%
CMYK35.16%35.16%0.00%
28.63%

Color #7676B6 in popluar number systems.

HEX7676B6
Decimal118118182
Binary1110110111011010110110
Octal166166266

Shades and tints

Shades of #7676B6

#7676B6
(118,118,182)
#6C6CA6
(108,108,166)
#626296
(98,98,150)
#585886
(88,88,134)
#4E4E76
(78,78,118)
#444466
(68,68,102)
#3A3A56
(58,58,86)
#303046
(48,48,70)
#262636
(38,38,54)
#1C1C26
(28,28,38)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #7676B6

#7676B6
(118,118,182)
#8282BC
(130,130,188)
#8E8EC2
(142,142,194)
#9A9AC8
(154,154,200)
#A6A6CE
(166,166,206)
#B2B2D4
(178,178,212)
#BEBEDA
(190,190,218)
#CACAE0
(202,202,224)
#D6D6E6
(214,214,230)
#E2E2EC
(226,226,236)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7676B6 color. Also use rgb(118,118,182) instead hex code.

Text Font Color

.myTextColor { color: #7676B6; }

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

This text font color is #7676B6.


Background Color

.myBgColor { background-color: #7676B6; }

<div style="background-color:#7676B6">Inner text</div>

This div background color is #7676B6.


Border color

.myBorderColor { border: 1px solid #7676B6; }

<div style="border:3px solid #7676B6">Div</div>

This div border color is #7676B6.


Opacity

.myOpacity80 { color: #7676B6; opacity: 0.8; }

<p style="color:#7676B6;opacity:0.8;">80%</p>

Text with #7676B6 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 #7676B6;}

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

This text has shadow with #7676B6 color.

.textShadow {text-shadow: 3px 3px 1px #7676B6, 3px 3px 1px red;}

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

This text has shadow with #7676B6 primary color and red secondary color.


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

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

This text has shadow with #7676B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7676B6 on black background.


Color preview on white background

This text has color #7676B6 on white background.



Black color preview on #7676B6 background

This text has black color on #7676B6 background.


White color preview on #7676B6 background

This text has white color on #7676B6 background.