COLOR #7C7886

HEX: #7C7886
RGB: (124,120,134)

Color info

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

RGB color model

#7C7886 color RGB value is (124,120,134).

  • red value is 124;
  • green value is 120;
  • blue value is 134.
RGB:
(124,120,134)
(49%,47%,53%)

RGB channels and saturation

R 124 of 255 = 49%
G 120 of 255 = 47%
B 134 of 255 = 53%

124
120
134

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

Portions of RGB colors in percentages

R + G + B =
124 + 120 + 134 = 378 (100%)
R 124 of 378 ~ 32.8%
G 120 of 378 ~ 31.75%
B 134 of 378 ~ 35.45%

%32.8
%31.75
%35.45

CMYK color model

#7C7886 color CMYK value is (7,10,0,47).

  • cyan value is 7.46%
  • magenta value is 10.45%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(7,10,0,47)
C7M10Y0K47 
(7%,10%,0%,47%)
(0.07/0.10/0.00/0.47)	

CMYK percentages

%7.46
%10.45
%0
%47.45

Codes

Color #7C7886 in popluar color models

7C7886
RGB124120134
HSL257°5.51%49.80%
HSB/HSV257°10.45%52.55%
CMYK7.46%10.45%0.00%
47.45%

Color #7C7886 in popluar number systems.

HEX7C7886
Decimal124120134
Binary1111100111100010000110
Octal174170206

Shades and tints

Shades of #7C7886

#7C7886
(124,120,134)
#716E7A
(113,110,122)
#66646E
(102,100,110)
#5B5A62
(91,90,98)
#505056
(80,80,86)
#45464A
(69,70,74)
#3A3C3E
(58,60,62)
#2F3232
(47,50,50)
#242826
(36,40,38)
#191E1A
(25,30,26)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #7C7886

#7C7886
(124,120,134)
#878491
(135,132,145)
#92909C
(146,144,156)
#9D9CA7
(157,156,167)
#A8A8B2
(168,168,178)
#B3B4BD
(179,180,189)
#BEC0C8
(190,192,200)
#C9CCD3
(201,204,211)
#D4D8DE
(212,216,222)
#DFE4E9
(223,228,233)
#EAF0F4
(234,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7886 color. Also use rgb(124,120,134) instead hex code.

Text Font Color

.myTextColor { color: #7C7886; }

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

This text font color is #7C7886.


Background Color

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

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

This div background color is #7C7886.


Border color

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

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

This div border color is #7C7886.


Opacity

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

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

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

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

This text has shadow with #7C7886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7886 on black background.


Color preview on white background

This text has color #7C7886 on white background.



Black color preview on #7C7886 background

This text has black color on #7C7886 background.


White color preview on #7C7886 background

This text has white color on #7C7886 background.