COLOR #7C1152

HEX: #7C1152
RGB: (124,17,82)

Color info

#7C1152 contains mainly red and blue colors. Web safe color of #7C1152 is #660066 (or #606).

RGB color model

#7C1152 color RGB value is (124,17,82).

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

RGB channels and saturation

R 124 of 255 = 49%
G 17 of 255 = 7%
B 82 of 255 = 32%

124
17
82

R + G + B ~ 29%. #7C1152 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 17 + 82 = 223 (100%)
R 124 of 223 ~ 55.61%
G 17 of 223 ~ 7.62%
B 82 of 223 ~ 36.77%

%55.61
%36.77

CMYK color model

#7C1152 color CMYK value is (0,86,34,51).

  • cyan value is 0.00%
  • magenta value is 86.29%
  • yellow value is 33.87%
  • key color value is 51.37%
CMYK:
(0,86,34,51)
C0M86Y34K51 
(0%,86%,34%,51%)
(0.00/0.86/0.34/0.51)	

CMYK percentages

%0
%86.29
%33.87
%51.37

Codes

Color #7C1152 in popluar color models

7C1152
RGB1241782
HSL324°75.89%27.65%
HSB/HSV324°86.29%48.63%
CMYK0.00%86.29%33.87%
51.37%

Color #7C1152 in popluar number systems.

HEX7C1152
Decimal1241782
Binary1111100100011010010
Octal17421122

Shades and tints

Shades of #7C1152

#7C1152
(124,17,82)
#71104B
(113,16,75)
#660F44
(102,15,68)
#5B0E3D
(91,14,61)
#500D36
(80,13,54)
#450C2F
(69,12,47)
#3A0B28
(58,11,40)
#2F0A21
(47,10,33)
#24091A
(36,9,26)
#190813
(25,8,19)
#0E070C
(14,7,12)
#000000
(0,0,0)

Tints of #7C1152

#7C1152
(124,17,82)
#872661
(135,38,97)
#923B70
(146,59,112)
#9D507F
(157,80,127)
#A8658E
(168,101,142)
#B37A9D
(179,122,157)
#BE8FAC
(190,143,172)
#C9A4BB
(201,164,187)
#D4B9CA
(212,185,202)
#DFCED9
(223,206,217)
#EAE3E8
(234,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C1152; }

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

This text font color is #7C1152.


Background Color

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

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

This div background color is #7C1152.


Border color

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

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

This div border color is #7C1152.


Opacity

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

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

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

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

This text has shadow with #7C1152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1152 on black background.


Color preview on white background

This text has color #7C1152 on white background.



Black color preview on #7C1152 background

This text has black color on #7C1152 background.


White color preview on #7C1152 background

This text has white color on #7C1152 background.