COLOR #7672BF

HEX: #7672BF RGB: (118,114,191)

Color info

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

RGB color model

#7672BF color RGB value is (118,114,191).

RGB: (118,114,191) (46%, 45%, 75%)

RGB channels and saturation

R 118 of 255 = 46%
G 114 of 255 = 45%
B 191 of 255 = 75%

118
114
191

R + G + B ~ 55%. #7672BF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 114 + 191 = 423 (100%)
R 118 of 423 ~ 27.9%
G 114 of 423 ~ 26.95%
B 191 of 423 ~ 45.15'%

%27.9
%26.95
%45.15

CMYK color model

#7672BF color CMYK value is (38,40,0,25).

  • cyan value is 38.22%
  • magenta value is 40.31%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (38,40,0,25)
C38M40Y0K25 (38%, 40%, 0%, 25%)
(0.38 / 0.40 / 0.00 / 0.25)

CMYK percentages

%38.22
%40.31
%0
%25.1

Codes

Color #7672BF in popluar color models

76 72 BF
RGB 118 114 191
HSL 243° 37.56% 59.80%
HSB/HSV 243° 40.31% 74.90%
CMYK 38.22% 40.31% 0.00%
25.10%

Color #7672BF in popluar number systems.

HEX 76 72 BF
Decimal 118 114 191
Binary 1110110 1110010 10111111
Octal 166 162 277

Shades and tints

Shades of #7672BF

#7672BF
(118,114,191)
#6C68AE
(108,104,174)
#625E9D
(98,94,157)
#58548C
(88,84,140)
#4E4A7B
(78,74,123)
#44406A
(68,64,106)
#3A3659
(58,54,89)
#302C48
(48,44,72)
#262237
(38,34,55)
#1C1826
(28,24,38)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #7672BF

#7672BF
(118,114,191)
#827EC4
(130,126,196)
#8E8AC9
(142,138,201)
#9A96CE
(154,150,206)
#A6A2D3
(166,162,211)
#B2AED8
(178,174,216)
#BEBADD
(190,186,221)
#CAC6E2
(202,198,226)
#D6D2E7
(214,210,231)
#E2DEEC
(226,222,236)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7672BF color. Also use rgb(118,114,191) instead hex code.

Text Font Color

.myTextColor { color: #7672BF; }

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

This text font color is #7672BF.

Background Color

.myBgColor { background-color: #7672BF; }

<div style="background-color:#7672BF">Inner text</div>

This div background color is #7672BF.

Border color

.myBorderColor { border: 1px solid #7672BF; }

<div style="border:3px solid #7672BF">Div</div>

This div border color is #7672BF.

Opacity

.myOpacity80 { color: #7672BF; opacity: 0.8; }

<p style="color:#7672BF;opacity:0.8;">80%</p>

Text with #7672BF 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 #7672BF;}

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

This text has shadow with #7672BF color.


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

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

This text has shadow with #7672BF primary color and red secondary color.


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

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

This text has shadow with #7672BF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7672BF.

Preview

Color preview on black background

This text has color #7672BF on black background.


Color preview on white background

This text has color #7672BF on white background.


Black color preview on #7672BF background

This text has black color on #7672BF background.


White color preview on #7672BF background

This text has white color on #7672BF background.


Related colors

Complementary color

Complementary color for #hex is #898D40.


I love getcolorcode.com

Triadic colors

1 #BF7672 and #72BF76 with #7672BF are triadic colors.

2 #BF7276 and #7276BF with #7672BF are triadic colors.