COLOR #7C4060

HEX: #7C4060
RGB: (124,64,96)

Color info

#7C4060 contains mainly red and blue colors. Web safe color of #7C4060 is #663366 (or #636).

RGB color model

#7C4060 color RGB value is (124,64,96).

  • red value is 124;
  • green value is 64;
  • blue value is 96.
RGB:
(124,64,96)
(49%,25%,38%)

RGB channels and saturation

R 124 of 255 = 49%
G 64 of 255 = 25%
B 96 of 255 = 38%

124
64
96

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

Portions of RGB colors in percentages

R + G + B =
124 + 64 + 96 = 284 (100%)
R 124 of 284 ~ 43.66%
G 64 of 284 ~ 22.54%
B 96 of 284 ~ 33.8%

%43.66
%22.54
%33.8

CMYK color model

#7C4060 color CMYK value is (0,48,23,51).

  • cyan value is 0.00%
  • magenta value is 48.39%
  • yellow value is 22.58%
  • key color value is 51.37%
CMYK:
(0,48,23,51)
C0M48Y23K51 
(0%,48%,23%,51%)
(0.00/0.48/0.23/0.51)	

CMYK percentages

%0
%48.39
%22.58
%51.37

Codes

Color #7C4060 in popluar color models

7C4060
RGB1246496
HSL328°31.91%36.86%
HSB/HSV328°48.39%48.63%
CMYK0.00%48.39%22.58%
51.37%

Color #7C4060 in popluar number systems.

HEX7C4060
Decimal1246496
Binary111110010000001100000
Octal174100140

Shades and tints

Shades of #7C4060

#7C4060
(124,64,96)
#713B58
(113,59,88)
#663650
(102,54,80)
#5B3148
(91,49,72)
#502C40
(80,44,64)
#452738
(69,39,56)
#3A2230
(58,34,48)
#2F1D28
(47,29,40)
#241820
(36,24,32)
#191318
(25,19,24)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #7C4060

#7C4060
(124,64,96)
#87516E
(135,81,110)
#92627C
(146,98,124)
#9D738A
(157,115,138)
#A88498
(168,132,152)
#B395A6
(179,149,166)
#BEA6B4
(190,166,180)
#C9B7C2
(201,183,194)
#D4C8D0
(212,200,208)
#DFD9DE
(223,217,222)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4060 color. Also use rgb(124,64,96) instead hex code.

Text Font Color

.myTextColor { color: #7C4060; }

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

This text font color is #7C4060.


Background Color

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

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

This div background color is #7C4060.


Border color

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

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

This div border color is #7C4060.


Opacity

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

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

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

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

This text has shadow with #7C4060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4060 on black background.


Color preview on white background

This text has color #7C4060 on white background.



Black color preview on #7C4060 background

This text has black color on #7C4060 background.


White color preview on #7C4060 background

This text has white color on #7C4060 background.