COLOR #7C76BD

HEX: #7C76BD RGB: (124,118,189)

Color info

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

RGB color model

#7C76BD color RGB value is (124,118,189).

RGB: (124,118,189) (49%, 46%, 74%)

RGB channels and saturation

R 124 of 255 = 49%
G 118 of 255 = 46%
B 189 of 255 = 74%

124
118
189

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

Portions of RGB colors in percentages

R + G + B = 124 + 118 + 189 = 431 (100%)
R 124 of 431 ~ 28.77%
G 118 of 431 ~ 27.38%
B 189 of 431 ~ 43.85'%

%28.77
%27.38
%43.85

CMYK color model

#7C76BD color CMYK value is (34,38,0,26).

  • cyan value is 34.39%
  • magenta value is 37.57%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (34,38,0,26) C34M38Y0K26 (34%,38%,0%,26%) (0.34/0.38/0.00/0.26) 

CMYK percentages

%34.39
%37.57
%0
%25.88

Codes

Color #7C76BD in popluar color models

7C 76 BD
RGB 124 118 189
HSL 245° 34.98% 60.20%
HSB/HSV 245° 37.57% 74.12%
CMYK 34.39% 37.57% 0.00%
25.88%

Color #7C76BD in popluar number systems.

HEX 7C 76 BD
Decimal 124 118 189
Binary 1111100 1110110 10111101
Octal 174 166 275

Shades and tints

Shades of #7C76BD

#7C76BD
(124,118,189)
#716CAC
(113,108,172)
#66629B
(102,98,155)
#5B588A
(91,88,138)
#504E79
(80,78,121)
#454468
(69,68,104)
#3A3A57
(58,58,87)
#2F3046
(47,48,70)
#242635
(36,38,53)
#191C24
(25,28,36)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #7C76BD

#7C76BD
(124,118,189)
#8782C3
(135,130,195)
#928EC9
(146,142,201)
#9D9ACF
(157,154,207)
#A8A6D5
(168,166,213)
#B3B2DB
(179,178,219)
#BEBEE1
(190,190,225)
#C9CAE7
(201,202,231)
#D4D6ED
(212,214,237)
#DFE2F3
(223,226,243)
#EAEEF9
(234,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C76BD color. Also use rgb(124,118,189) instead hex code.

Text Font Color

.myTextColor { color: #7C76BD; }

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

This text font color is #7C76BD.

Background Color

.myBgColor { background-color: #7C76BD; }

<div style="background-color:#7C76BD">Inner text</div>

This div background color is #7C76BD.

Border color

.myBorderColor { border: 1px solid #7C76BD; }

<div style="border:3px solid #7C76BD">Div</div>

This div border color is #7C76BD.

Opacity

.myOpacity80 { color: #7C76BD; opacity: 0.8; }

<p style="color:#7C76BD;opacity:0.8;">80%</p>

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

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

This text has shadow with #7C76BD color.


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

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

This text has shadow with #7C76BD primary color and red secondary color.


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

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

This text has shadow with #7C76BD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7C76BD.

Preview

Color preview on black background

This text has color #7C76BD on black background.


Color preview on white background

This text has color #7C76BD on white background.


Black color preview on #7C76BD background

This text has black color on #7C76BD background.


White color preview on #7C76BD background

This text has white color on #7C76BD background.


Related colors

Complementary color

Complementary color for #hex is #838942.


I love getcolorcode.com

Triadic colors

1 #BD7C76 and #76BD7C with #7C76BD are triadic colors.

2 #BD767C and #767CBD with #7C76BD are triadic colors.