COLOR #7C7FB6

HEX: #7C7FB6 RGB: (124,127,182)

Color info

#7C7FB6 contains red, green and blue colors in about the same proportion. Web safe color of #7C7FB6 is #6666CC (or #66C).

RGB color model

#7C7FB6 color RGB value is (124,127,182).

RGB: (124,127,182) (49%, 50%, 71%)

RGB channels and saturation

R 124 of 255 = 49%
G 127 of 255 = 50%
B 182 of 255 = 71%

124
127
182

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

Portions of RGB colors in percentages

R + G + B = 124 + 127 + 182 = 433 (100%)
R 124 of 433 ~ 28.64%
G 127 of 433 ~ 29.33%
B 182 of 433 ~ 42.03'%

%28.64
%29.33
%42.03

CMYK color model

#7C7FB6 color CMYK value is (32,30,0,29).

  • cyan value is 31.87%
  • magenta value is 30.22%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (32,30,0,29)
C32M30Y0K29 (32%, 30%, 0%, 29%)
(0.32 / 0.30 / 0.00 / 0.29)

CMYK percentages

%31.87
%30.22
%0
%28.63

Codes

Color #7C7FB6 in popluar color models

7C 7F B6
RGB 124 127 182
HSL 237° 28.43% 60.00%
HSB/HSV 237° 31.87% 71.37%
CMYK 31.87% 30.22% 0.00%
28.63%

Color #7C7FB6 in popluar number systems.

HEX 7C 7F B6
Decimal 124 127 182
Binary 1111100 1111111 10110110
Octal 174 177 266

Shades and tints

Shades of #7C7FB6

#7C7FB6
(124,127,182)
#7174A6
(113,116,166)
#666996
(102,105,150)
#5B5E86
(91,94,134)
#505376
(80,83,118)
#454866
(69,72,102)
#3A3D56
(58,61,86)
#2F3246
(47,50,70)
#242736
(36,39,54)
#191C26
(25,28,38)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #7C7FB6

#7C7FB6
(124,127,182)
#878ABC
(135,138,188)
#9295C2
(146,149,194)
#9DA0C8
(157,160,200)
#A8ABCE
(168,171,206)
#B3B6D4
(179,182,212)
#BEC1DA
(190,193,218)
#C9CCE0
(201,204,224)
#D4D7E6
(212,215,230)
#DFE2EC
(223,226,236)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7FB6 color. Also use rgb(124,127,182) instead hex code.

Text Font Color

.myTextColor { color: #7C7FB6; }

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

This text font color is #7C7FB6.

Background Color

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

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

This div background color is #7C7FB6.

Border color

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

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

This div border color is #7C7FB6.

Opacity

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

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

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

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

This text has shadow with #7C7FB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7FB6.

Preview

Color preview on black background

This text has color #7C7FB6 on black background.


Color preview on white background

This text has color #7C7FB6 on white background.


Black color preview on #7C7FB6 background

This text has black color on #7C7FB6 background.


White color preview on #7C7FB6 background

This text has white color on #7C7FB6 background.


Related colors

Complementary color

Complementary color for #hex is #838049.


I love getcolorcode.com

Triadic colors

1 #B67C7F and #7FB67C with #7C7FB6 are triadic colors.

2 #B67F7C and #7F7CB6 with #7C7FB6 are triadic colors.