COLOR #7C76B8

HEX: #7C76B8
RGB: (124,118,184)

Color info

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

RGB color model

#7C76B8 color RGB value is (124,118,184).

  • red value is 124;
  • green value is 118;
  • blue value is 184.
RGB:
(124,118,184)
(49%,46%,72%)

RGB channels and saturation

R 124 of 255 = 49%
G 118 of 255 = 46%
B 184 of 255 = 72%

124
118
184

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

Portions of RGB colors in percentages

R + G + B =
124 + 118 + 184 = 426 (100%)
R 124 of 426 ~ 29.11%
G 118 of 426 ~ 27.7%
B 184 of 426 ~ 43.19%

%29.11
%27.7
%43.19

CMYK color model

#7C76B8 color CMYK value is (33,36,0,28).

  • cyan value is 32.61%
  • magenta value is 35.87%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(33,36,0,28)
C33M36Y0K28 
(33%,36%,0%,28%)
(0.33/0.36/0.00/0.28)	

CMYK percentages

%32.61
%35.87
%0
%27.84

Codes

Color #7C76B8 in popluar color models

7C76B8
RGB124118184
HSL245°31.73%59.22%
HSB/HSV245°35.87%72.16%
CMYK32.61%35.87%0.00%
27.84%

Color #7C76B8 in popluar number systems.

HEX7C76B8
Decimal124118184
Binary1111100111011010111000
Octal174166270

Shades and tints

Shades of #7C76B8

#7C76B8
(124,118,184)
#716CA8
(113,108,168)
#666298
(102,98,152)
#5B5888
(91,88,136)
#504E78
(80,78,120)
#454468
(69,68,104)
#3A3A58
(58,58,88)
#2F3048
(47,48,72)
#242638
(36,38,56)
#191C28
(25,28,40)
#0E1218
(14,18,24)
#000000
(0,0,0)

Tints of #7C76B8

#7C76B8
(124,118,184)
#8782BE
(135,130,190)
#928EC4
(146,142,196)
#9D9ACA
(157,154,202)
#A8A6D0
(168,166,208)
#B3B2D6
(179,178,214)
#BEBEDC
(190,190,220)
#C9CAE2
(201,202,226)
#D4D6E8
(212,214,232)
#DFE2EE
(223,226,238)
#EAEEF4
(234,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C76B8; }

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

This text font color is #7C76B8.


Background Color

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

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

This div background color is #7C76B8.


Border color

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

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

This div border color is #7C76B8.


Opacity

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

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

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

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

This text has shadow with #7C76B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C76B8 on black background.


Color preview on white background

This text has color #7C76B8 on white background.



Black color preview on #7C76B8 background

This text has black color on #7C76B8 background.


White color preview on #7C76B8 background

This text has white color on #7C76B8 background.