COLOR #7C76F9

HEX: #7C76F9
RGB: (124,118,249)

Color info

#7C76F9 contains mainly blue color. Web safe color of #7C76F9 is #6666FF (or #66F).

RGB color model

#7C76F9 color RGB value is (124,118,249).

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

RGB channels and saturation

R 124 of 255 = 49%
G 118 of 255 = 46%
B 249 of 255 = 98%

124
118
249

R + G + B ~ 64%. #7C76F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 118 + 249 = 491 (100%)
R 124 of 491 ~ 25.25%
G 118 of 491 ~ 24.03%
B 249 of 491 ~ 50.71%

%25.25
%24.03
%50.71

CMYK color model

#7C76F9 color CMYK value is (50,53,0,2).

  • cyan value is 50.20%
  • magenta value is 52.61%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(50,53,0,2)
C50M53Y0K2 
(50%,53%,0%,2%)
(0.50/0.53/0.00/0.02)	

CMYK percentages

%50.2
%52.61
%0
%2.35

Codes

Color #7C76F9 in popluar color models

7C76F9
RGB124118249
HSL243°91.61%71.96%
HSB/HSV243°52.61%97.65%
CMYK50.20%52.61%0.00%
2.35%

Color #7C76F9 in popluar number systems.

HEX7C76F9
Decimal124118249
Binary1111100111011011111001
Octal174166371

Shades and tints

Shades of #7C76F9

#7C76F9
(124,118,249)
#716CE3
(113,108,227)
#6662CD
(102,98,205)
#5B58B7
(91,88,183)
#504EA1
(80,78,161)
#45448B
(69,68,139)
#3A3A75
(58,58,117)
#2F305F
(47,48,95)
#242649
(36,38,73)
#191C33
(25,28,51)
#0E121D
(14,18,29)
#000000
(0,0,0)

Tints of #7C76F9

#7C76F9
(124,118,249)
#8782F9
(135,130,249)
#928EF9
(146,142,249)
#9D9AF9
(157,154,249)
#A8A6F9
(168,166,249)
#B3B2F9
(179,178,249)
#BEBEF9
(190,190,249)
#C9CAF9
(201,202,249)
#D4D6F9
(212,214,249)
#DFE2F9
(223,226,249)
#EAEEF9
(234,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C76F9; }

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

This text font color is #7C76F9.


Background Color

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

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

This div background color is #7C76F9.


Border color

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

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

This div border color is #7C76F9.


Opacity

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

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

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

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

This text has shadow with #7C76F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C76F9 on black background.


Color preview on white background

This text has color #7C76F9 on white background.



Black color preview on #7C76F9 background

This text has black color on #7C76F9 background.


White color preview on #7C76F9 background

This text has white color on #7C76F9 background.