COLOR #7C0C64

HEX: #7C0C64
RGB: (124,12,100)

Color info

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

RGB color model

#7C0C64 color RGB value is (124,12,100).

  • red value is 124;
  • green value is 12;
  • blue value is 100.
RGB:
(124,12,100)
(49%,5%,39%)

RGB channels and saturation

R 124 of 255 = 49%
G 12 of 255 = 5%
B 100 of 255 = 39%

124
12
100

R + G + B ~ 31%. #7C0C64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 12 + 100 = 236 (100%)
R 124 of 236 ~ 52.54%
G 12 of 236 ~ 5.08%
B 100 of 236 ~ 42.37%

%52.54
%42.37

CMYK color model

#7C0C64 color CMYK value is (0,90,19,51).

  • cyan value is 0.00%
  • magenta value is 90.32%
  • yellow value is 19.35%
  • key color value is 51.37%
CMYK:
(0,90,19,51)
C0M90Y19K51 
(0%,90%,19%,51%)
(0.00/0.90/0.19/0.51)	

CMYK percentages

%0
%90.32
%19.35
%51.37

Codes

Color #7C0C64 in popluar color models

7C0C64
RGB12412100
HSL313°82.35%26.67%
HSB/HSV313°90.32%48.63%
CMYK0.00%90.32%19.35%
51.37%

Color #7C0C64 in popluar number systems.

HEX7C0C64
Decimal12412100
Binary111110011001100100
Octal17414144

Shades and tints

Shades of #7C0C64

#7C0C64
(124,12,100)
#710B5B
(113,11,91)
#660A52
(102,10,82)
#5B0949
(91,9,73)
#500840
(80,8,64)
#450737
(69,7,55)
#3A062E
(58,6,46)
#2F0525
(47,5,37)
#24041C
(36,4,28)
#190313
(25,3,19)
#0E020A
(14,2,10)
#000000
(0,0,0)

Tints of #7C0C64

#7C0C64
(124,12,100)
#872272
(135,34,114)
#923880
(146,56,128)
#9D4E8E
(157,78,142)
#A8649C
(168,100,156)
#B37AAA
(179,122,170)
#BE90B8
(190,144,184)
#C9A6C6
(201,166,198)
#D4BCD4
(212,188,212)
#DFD2E2
(223,210,226)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C0C64 color. Also use rgb(124,12,100) instead hex code.

Text Font Color

.myTextColor { color: #7C0C64; }

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

This text font color is #7C0C64.


Background Color

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

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

This div background color is #7C0C64.


Border color

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

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

This div border color is #7C0C64.


Opacity

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

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

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

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

This text has shadow with #7C0C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C0C64 on black background.


Color preview on white background

This text has color #7C0C64 on white background.



Black color preview on #7C0C64 background

This text has black color on #7C0C64 background.


White color preview on #7C0C64 background

This text has white color on #7C0C64 background.