COLOR #7676C4

HEX: #7676C4
RGB: (118,118,196)

Color info

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

RGB color model

#7676C4 color RGB value is (118,118,196).

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

RGB channels and saturation

R 118 of 255 = 46%
G 118 of 255 = 46%
B 196 of 255 = 77%

118
118
196

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

Portions of RGB colors in percentages

R + G + B =
118 + 118 + 196 = 432 (100%)
R 118 of 432 ~ 27.31%
G 118 of 432 ~ 27.31%
B 196 of 432 ~ 45.37%

%27.31
%27.31
%45.37

CMYK color model

#7676C4 color CMYK value is (40,40,0,23).

  • cyan value is 39.80%
  • magenta value is 39.80%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(40,40,0,23)
C40M40Y0K23 
(40%,40%,0%,23%)
(0.40/0.40/0.00/0.23)	

CMYK percentages

%39.8
%39.8
%0
%23.14

Codes

Color #7676C4 in popluar color models

7676C4
RGB118118196
HSL240°39.80%61.57%
HSB/HSV240°39.80%76.86%
CMYK39.80%39.80%0.00%
23.14%

Color #7676C4 in popluar number systems.

HEX7676C4
Decimal118118196
Binary1110110111011011000100
Octal166166304

Shades and tints

Shades of #7676C4

#7676C4
(118,118,196)
#6C6CB3
(108,108,179)
#6262A2
(98,98,162)
#585891
(88,88,145)
#4E4E80
(78,78,128)
#44446F
(68,68,111)
#3A3A5E
(58,58,94)
#30304D
(48,48,77)
#26263C
(38,38,60)
#1C1C2B
(28,28,43)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #7676C4

#7676C4
(118,118,196)
#8282C9
(130,130,201)
#8E8ECE
(142,142,206)
#9A9AD3
(154,154,211)
#A6A6D8
(166,166,216)
#B2B2DD
(178,178,221)
#BEBEE2
(190,190,226)
#CACAE7
(202,202,231)
#D6D6EC
(214,214,236)
#E2E2F1
(226,226,241)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7676C4; }

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

This text font color is #7676C4.


Background Color

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

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

This div background color is #7676C4.


Border color

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

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

This div border color is #7676C4.


Opacity

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

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

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

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

This text has shadow with #7676C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7676C4 on black background.


Color preview on white background

This text has color #7676C4 on white background.



Black color preview on #7676C4 background

This text has black color on #7676C4 background.


White color preview on #7676C4 background

This text has white color on #7676C4 background.