COLOR #7C118A

HEX: #7C118A
RGB: (124,17,138)

Color info

#7C118A contains mainly red and blue colors. Web safe color of #7C118A is #660099 (or #609).

RGB color model

#7C118A color RGB value is (124,17,138).

  • red value is 124;
  • green value is 17;
  • blue value is 138.
RGB:
(124,17,138)
(49%,7%,54%)

RGB channels and saturation

R 124 of 255 = 49%
G 17 of 255 = 7%
B 138 of 255 = 54%

124
17
138

R + G + B ~ 37%. #7C118A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 17 + 138 = 279 (100%)
R 124 of 279 ~ 44.44%
G 17 of 279 ~ 6.09%
B 138 of 279 ~ 49.46%

%44.44
%49.46

CMYK color model

#7C118A color CMYK value is (10,88,0,46).

  • cyan value is 10.14%
  • magenta value is 87.68%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(10,88,0,46)
C10M88Y0K46 
(10%,88%,0%,46%)
(0.10/0.88/0.00/0.46)	

CMYK percentages

%10.14
%87.68
%0
%45.88

Codes

Color #7C118A in popluar color models

7C118A
RGB12417138
HSL293°78.06%30.39%
HSB/HSV293°87.68%54.12%
CMYK10.14%87.68%0.00%
45.88%

Color #7C118A in popluar number systems.

HEX7C118A
Decimal12417138
Binary11111001000110001010
Octal17421212

Shades and tints

Shades of #7C118A

#7C118A
(124,17,138)
#71107E
(113,16,126)
#660F72
(102,15,114)
#5B0E66
(91,14,102)
#500D5A
(80,13,90)
#450C4E
(69,12,78)
#3A0B42
(58,11,66)
#2F0A36
(47,10,54)
#24092A
(36,9,42)
#19081E
(25,8,30)
#0E0712
(14,7,18)
#000000
(0,0,0)

Tints of #7C118A

#7C118A
(124,17,138)
#872694
(135,38,148)
#923B9E
(146,59,158)
#9D50A8
(157,80,168)
#A865B2
(168,101,178)
#B37ABC
(179,122,188)
#BE8FC6
(190,143,198)
#C9A4D0
(201,164,208)
#D4B9DA
(212,185,218)
#DFCEE4
(223,206,228)
#EAE3EE
(234,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C118A color. Also use rgb(124,17,138) instead hex code.

Text Font Color

.myTextColor { color: #7C118A; }

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

This text font color is #7C118A.


Background Color

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

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

This div background color is #7C118A.


Border color

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

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

This div border color is #7C118A.


Opacity

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

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

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

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

This text has shadow with #7C118A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C118A on black background.


Color preview on white background

This text has color #7C118A on white background.



Black color preview on #7C118A background

This text has black color on #7C118A background.


White color preview on #7C118A background

This text has white color on #7C118A background.