COLOR #7678AF

HEX: #7678AF RGB: (118,120,175)

Color info

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

RGB color model

#7678AF color RGB value is (118,120,175).

RGB: (118,120,175) (46%, 47%, 69%)

RGB channels and saturation

R 118 of 255 = 46%
G 120 of 255 = 47%
B 175 of 255 = 69%

118
120
175

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

Portions of RGB colors in percentages

R + G + B = 118 + 120 + 175 = 413 (100%)
R 118 of 413 ~ 28.57%
G 120 of 413 ~ 29.06%
B 175 of 413 ~ 42.37'%

%28.57
%29.06
%42.37

CMYK color model

#7678AF color CMYK value is (33,31,0,31).

  • cyan value is 32.57%
  • magenta value is 31.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (33,31,0,31)
C33M31Y0K31 (33%, 31%, 0%, 31%)
(0.33 / 0.31 / 0.00 / 0.31)

CMYK percentages

%32.57
%31.43
%0
%31.37

Codes

Color #7678AF in popluar color models

76 78 AF
RGB 118 120 175
HSL 238° 26.27% 57.45%
HSB/HSV 238° 32.57% 68.63%
CMYK 32.57% 31.43% 0.00%
31.37%

Color #7678AF in popluar number systems.

HEX 76 78 AF
Decimal 118 120 175
Binary 1110110 1111000 10101111
Octal 166 170 257

Shades and tints

Shades of #7678AF

#7678AF
(118,120,175)
#6C6EA0
(108,110,160)
#626491
(98,100,145)
#585A82
(88,90,130)
#4E5073
(78,80,115)
#444664
(68,70,100)
#3A3C55
(58,60,85)
#303246
(48,50,70)
#262837
(38,40,55)
#1C1E28
(28,30,40)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #7678AF

#7678AF
(118,120,175)
#8284B6
(130,132,182)
#8E90BD
(142,144,189)
#9A9CC4
(154,156,196)
#A6A8CB
(166,168,203)
#B2B4D2
(178,180,210)
#BEC0D9
(190,192,217)
#CACCE0
(202,204,224)
#D6D8E7
(214,216,231)
#E2E4EE
(226,228,238)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7678AF color. Also use rgb(118,120,175) instead hex code.

Text Font Color

.myTextColor { color: #7678AF; }

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

This text font color is #7678AF.

Background Color

.myBgColor { background-color: #7678AF; }

<div style="background-color:#7678AF">Inner text</div>

This div background color is #7678AF.

Border color

.myBorderColor { border: 1px solid #7678AF; }

<div style="border:3px solid #7678AF">Div</div>

This div border color is #7678AF.

Opacity

.myOpacity80 { color: #7678AF; opacity: 0.8; }

<p style="color:#7678AF;opacity:0.8;">80%</p>

Text with #7678AF 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 #7678AF;}

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

This text has shadow with #7678AF color.


.textShadow {text-shadow: 3px 3px 1px #7678AF', 3px 3px 1px red;}

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

This text has shadow with #7678AF primary color and red secondary color.


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

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

This text has shadow with #7678AF and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7678AF; -webkit-box-shadow: 1px 1px 3px 2px #7678AF; box-shadow:1px 1px 3px 2px #7678AF;">
Div content here
</div>

This div box has shadow with color #7678AF.

Preview

Color preview on black background

This text has color #7678AF on black background.


Color preview on white background

This text has color #7678AF on white background.


Black color preview on #7678AF background

This text has black color on #7678AF background.


White color preview on #7678AF background

This text has white color on #7678AF background.


Related colors

Complementary color

Complementary color for #hex is #898750.


I love getcolorcode.com

Triadic colors

1 #AF7678 and #78AF76 with #7678AF are triadic colors.

2 #AF7876 and #7876AF with #7678AF are triadic colors.