COLOR #7674C4

HEX: #7674C4
RGB: (118,116,196)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

118
116
196

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

Portions of RGB colors in percentages

R + G + B =
118 + 116 + 196 = 430 (100%)
R 118 of 430 ~ 27.44%
G 116 of 430 ~ 26.98%
B 196 of 430 ~ 45.58%

%27.44
%26.98
%45.58

CMYK color model

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

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

CMYK percentages

%39.8
%40.82
%0
%23.14

Codes

Color #7674C4 in popluar color models

7674C4
RGB118116196
HSL242°40.40%61.18%
HSB/HSV242°40.82%76.86%
CMYK39.80%40.82%0.00%
23.14%

Color #7674C4 in popluar number systems.

HEX7674C4
Decimal118116196
Binary1110110111010011000100
Octal166164304

Shades and tints

Shades of #7674C4

#7674C4
(118,116,196)
#6C6AB3
(108,106,179)
#6260A2
(98,96,162)
#585691
(88,86,145)
#4E4C80
(78,76,128)
#44426F
(68,66,111)
#3A385E
(58,56,94)
#302E4D
(48,46,77)
#26243C
(38,36,60)
#1C1A2B
(28,26,43)
#12101A
(18,16,26)
#000000
(0,0,0)

Tints of #7674C4

#7674C4
(118,116,196)
#8280C9
(130,128,201)
#8E8CCE
(142,140,206)
#9A98D3
(154,152,211)
#A6A4D8
(166,164,216)
#B2B0DD
(178,176,221)
#BEBCE2
(190,188,226)
#CAC8E7
(202,200,231)
#D6D4EC
(214,212,236)
#E2E0F1
(226,224,241)
#EEECF6
(238,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7674C4; }

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

This text font color is #7674C4.


Background Color

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

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

This div background color is #7674C4.


Border color

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

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

This div border color is #7674C4.


Opacity

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

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

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

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

This text has shadow with #7674C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7674C4 on black background.


Color preview on white background

This text has color #7674C4 on white background.



Black color preview on #7674C4 background

This text has black color on #7674C4 background.


White color preview on #7674C4 background

This text has white color on #7674C4 background.