COLOR #7674AA

HEX: #7674AA
RGB: (118,116,170)

Color info

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

RGB color model

#7674AA color RGB value is (118,116,170).

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

RGB channels and saturation

R 118 of 255 = 46%
G 116 of 255 = 45%
B 170 of 255 = 67%

118
116
170

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

Portions of RGB colors in percentages

R + G + B =
118 + 116 + 170 = 404 (100%)
R 118 of 404 ~ 29.21%
G 116 of 404 ~ 28.71%
B 170 of 404 ~ 42.08%

%29.21
%28.71
%42.08

CMYK color model

#7674AA color CMYK value is (31,32,0,33).

  • cyan value is 30.59%
  • magenta value is 31.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(31,32,0,33)
C31M32Y0K33 
(31%,32%,0%,33%)
(0.31/0.32/0.00/0.33)	

CMYK percentages

%30.59
%31.76
%0
%33.33

Codes

Color #7674AA in popluar color models

7674AA
RGB118116170
HSL242°24.11%56.08%
HSB/HSV242°31.76%66.67%
CMYK30.59%31.76%0.00%
33.33%

Color #7674AA in popluar number systems.

HEX7674AA
Decimal118116170
Binary1110110111010010101010
Octal166164252

Shades and tints

Shades of #7674AA

#7674AA
(118,116,170)
#6C6A9B
(108,106,155)
#62608C
(98,96,140)
#58567D
(88,86,125)
#4E4C6E
(78,76,110)
#44425F
(68,66,95)
#3A3850
(58,56,80)
#302E41
(48,46,65)
#262432
(38,36,50)
#1C1A23
(28,26,35)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #7674AA

#7674AA
(118,116,170)
#8280B1
(130,128,177)
#8E8CB8
(142,140,184)
#9A98BF
(154,152,191)
#A6A4C6
(166,164,198)
#B2B0CD
(178,176,205)
#BEBCD4
(190,188,212)
#CAC8DB
(202,200,219)
#D6D4E2
(214,212,226)
#E2E0E9
(226,224,233)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7674AA; }

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

This text font color is #7674AA.


Background Color

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

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

This div background color is #7674AA.


Border color

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

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

This div border color is #7674AA.


Opacity

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

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

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

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

This text has shadow with #7674AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7674AA on black background.


Color preview on white background

This text has color #7674AA on white background.



Black color preview on #7674AA background

This text has black color on #7674AA background.


White color preview on #7674AA background

This text has white color on #7674AA background.