COLOR #7C67C7

HEX: #7C67C7 RGB: (124,103,199)

Color info

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

RGB color model

#7C67C7 color RGB value is (124,103,199).

RGB: (124,103,199) (49%, 40%, 78%)

RGB channels and saturation

R 124 of 255 = 49%
G 103 of 255 = 40%
B 199 of 255 = 78%

124
103
199

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

Portions of RGB colors in percentages

R + G + B = 124 + 103 + 199 = 426 (100%)
R 124 of 426 ~ 29.11%
G 103 of 426 ~ 24.18%
B 199 of 426 ~ 46.71'%

%29.11
%24.18
%46.71

CMYK color model

#7C67C7 color CMYK value is (38,48,0,22).

  • cyan value is 37.69%
  • magenta value is 48.24%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (38,48,0,22)
C38M48Y0K22 (38%, 48%, 0%, 22%)
(0.38 / 0.48 / 0.00 / 0.22)

CMYK percentages

%37.69
%48.24
%0
%21.96

Codes

Color #7C67C7 in popluar color models

7C 67 C7
RGB 124 103 199
HSL 253° 46.15% 59.22%
HSB/HSV 253° 48.24% 78.04%
CMYK 37.69% 48.24% 0.00%
21.96%

Color #7C67C7 in popluar number systems.

HEX 7C 67 C7
Decimal 124 103 199
Binary 1111100 1100111 11000111
Octal 174 147 307

Shades and tints

Shades of #7C67C7

#7C67C7
(124,103,199)
#715EB5
(113,94,181)
#6655A3
(102,85,163)
#5B4C91
(91,76,145)
#50437F
(80,67,127)
#453A6D
(69,58,109)
#3A315B
(58,49,91)
#2F2849
(47,40,73)
#241F37
(36,31,55)
#191625
(25,22,37)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #7C67C7

#7C67C7
(124,103,199)
#8774CC
(135,116,204)
#9281D1
(146,129,209)
#9D8ED6
(157,142,214)
#A89BDB
(168,155,219)
#B3A8E0
(179,168,224)
#BEB5E5
(190,181,229)
#C9C2EA
(201,194,234)
#D4CFEF
(212,207,239)
#DFDCF4
(223,220,244)
#EAE9F9
(234,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C67C7 color. Also use rgb(124,103,199) instead hex code.

Text Font Color

.myTextColor { color: #7C67C7; }

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

This text font color is #7C67C7.

Background Color

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

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

This div background color is #7C67C7.

Border color

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

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

This div border color is #7C67C7.

Opacity

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

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

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

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

This text has shadow with #7C67C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C67C7.

Preview

Color preview on black background

This text has color #7C67C7 on black background.


Color preview on white background

This text has color #7C67C7 on white background.


Black color preview on #7C67C7 background

This text has black color on #7C67C7 background.


White color preview on #7C67C7 background

This text has white color on #7C67C7 background.


Related colors

Complementary color

Complementary color for #hex is #839838.


I love getcolorcode.com

Triadic colors

1 #C77C67 and #67C77C with #7C67C7 are triadic colors.

2 #C7677C and #677CC7 with #7C67C7 are triadic colors.