COLOR #7C75BA

HEX: #7C75BA RGB: (124,117,186)

Color info

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

RGB color model

#7C75BA color RGB value is (124,117,186).

RGB: (124,117,186) (49%, 46%, 73%)

RGB channels and saturation

R 124 of 255 = 49%
G 117 of 255 = 46%
B 186 of 255 = 73%

124
117
186

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

Portions of RGB colors in percentages

R + G + B = 124 + 117 + 186 = 427 (100%)
R 124 of 427 ~ 29.04%
G 117 of 427 ~ 27.4%
B 186 of 427 ~ 43.56'%

%29.04
%27.4
%43.56

CMYK color model

#7C75BA color CMYK value is (33,37,0,27).

  • cyan value is 33.33%
  • magenta value is 37.10%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (33,37,0,27)
C33M37Y0K27 (33%, 37%, 0%, 27%)
(0.33 / 0.37 / 0.00 / 0.27)

CMYK percentages

%33.33
%37.1
%0
%27.06

Codes

Color #7C75BA in popluar color models

7C 75 BA
RGB 124 117 186
HSL 246° 33.33% 59.41%
HSB/HSV 246° 37.10% 72.94%
CMYK 33.33% 37.10% 0.00%
27.06%

Color #7C75BA in popluar number systems.

HEX 7C 75 BA
Decimal 124 117 186
Binary 1111100 1110101 10111010
Octal 174 165 272

Shades and tints

Shades of #7C75BA

#7C75BA
(124,117,186)
#716BAA
(113,107,170)
#66619A
(102,97,154)
#5B578A
(91,87,138)
#504D7A
(80,77,122)
#45436A
(69,67,106)
#3A395A
(58,57,90)
#2F2F4A
(47,47,74)
#24253A
(36,37,58)
#191B2A
(25,27,42)
#0E111A
(14,17,26)
#000000
(0,0,0)

Tints of #7C75BA

#7C75BA
(124,117,186)
#8781C0
(135,129,192)
#928DC6
(146,141,198)
#9D99CC
(157,153,204)
#A8A5D2
(168,165,210)
#B3B1D8
(179,177,216)
#BEBDDE
(190,189,222)
#C9C9E4
(201,201,228)
#D4D5EA
(212,213,234)
#DFE1F0
(223,225,240)
#EAEDF6
(234,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C75BA color. Also use rgb(124,117,186) instead hex code.

Text Font Color

.myTextColor { color: #7C75BA; }

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

This text font color is #7C75BA.

Background Color

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

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

This div background color is #7C75BA.

Border color

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

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

This div border color is #7C75BA.

Opacity

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

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

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

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

This text has shadow with #7C75BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C75BA.

Preview

Color preview on black background

This text has color #7C75BA on black background.


Color preview on white background

This text has color #7C75BA on white background.


Black color preview on #7C75BA background

This text has black color on #7C75BA background.


White color preview on #7C75BA background

This text has white color on #7C75BA background.


Related colors

Complementary color

Complementary color for #hex is #838A45.


I love getcolorcode.com

Triadic colors

1 #BA7C75 and #75BA7C with #7C75BA are triadic colors.

2 #BA757C and #757CBA with #7C75BA are triadic colors.