COLOR #7676A9

HEX: #7676A9
RGB: (118,118,169)

Color info

#7676A9 contains red, green and blue colors in about the same proportion. Web safe color of #7676A9 is #666699 (or #669).

RGB color model

#7676A9 color RGB value is (118,118,169).

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

RGB channels and saturation

R 118 of 255 = 46%
G 118 of 255 = 46%
B 169 of 255 = 66%

118
118
169

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

Portions of RGB colors in percentages

R + G + B =
118 + 118 + 169 = 405 (100%)
R 118 of 405 ~ 29.14%
G 118 of 405 ~ 29.14%
B 169 of 405 ~ 41.73%

%29.14
%29.14
%41.73

CMYK color model

#7676A9 color CMYK value is (30,30,0,34).

  • cyan value is 30.18%
  • magenta value is 30.18%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(30,30,0,34)
C30M30Y0K34 
(30%,30%,0%,34%)
(0.30/0.30/0.00/0.34)	

CMYK percentages

%30.18
%30.18
%0
%33.73

Codes

Color #7676A9 in popluar color models

7676A9
RGB118118169
HSL240°22.87%56.27%
HSB/HSV240°30.18%66.27%
CMYK30.18%30.18%0.00%
33.73%

Color #7676A9 in popluar number systems.

HEX7676A9
Decimal118118169
Binary1110110111011010101001
Octal166166251

Shades and tints

Shades of #7676A9

#7676A9
(118,118,169)
#6C6C9A
(108,108,154)
#62628B
(98,98,139)
#58587C
(88,88,124)
#4E4E6D
(78,78,109)
#44445E
(68,68,94)
#3A3A4F
(58,58,79)
#303040
(48,48,64)
#262631
(38,38,49)
#1C1C22
(28,28,34)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #7676A9

#7676A9
(118,118,169)
#8282B0
(130,130,176)
#8E8EB7
(142,142,183)
#9A9ABE
(154,154,190)
#A6A6C5
(166,166,197)
#B2B2CC
(178,178,204)
#BEBED3
(190,190,211)
#CACADA
(202,202,218)
#D6D6E1
(214,214,225)
#E2E2E8
(226,226,232)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7676A9; }

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

This text font color is #7676A9.


Background Color

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

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

This div background color is #7676A9.


Border color

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

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

This div border color is #7676A9.


Opacity

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

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

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

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

This text has shadow with #7676A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7676A9 on black background.


Color preview on white background

This text has color #7676A9 on white background.



Black color preview on #7676A9 background

This text has black color on #7676A9 background.


White color preview on #7676A9 background

This text has white color on #7676A9 background.