COLOR #7C4167

HEX: #7C4167
RGB: (124,65,103)

Color info

#7C4167 contains red, green and blue colors in about the same proportion. Web safe color of #7C4167 is #663366 (or #636).

RGB color model

#7C4167 color RGB value is (124,65,103).

  • red value is 124;
  • green value is 65;
  • blue value is 103.
RGB:
(124,65,103)
(49%,25%,40%)

RGB channels and saturation

R 124 of 255 = 49%
G 65 of 255 = 25%
B 103 of 255 = 40%

124
65
103

R + G + B ~ 38%. #7C4167 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 65 + 103 = 292 (100%)
R 124 of 292 ~ 42.47%
G 65 of 292 ~ 22.26%
B 103 of 292 ~ 35.27%

%42.47
%22.26
%35.27

CMYK color model

#7C4167 color CMYK value is (0,48,17,51).

  • cyan value is 0.00%
  • magenta value is 47.58%
  • yellow value is 16.94%
  • key color value is 51.37%
CMYK:
(0,48,17,51)
C0M48Y17K51 
(0%,48%,17%,51%)
(0.00/0.48/0.17/0.51)	

CMYK percentages

%0
%47.58
%16.94
%51.37

Codes

Color #7C4167 in popluar color models

7C4167
RGB12465103
HSL321°31.22%37.06%
HSB/HSV321°47.58%48.63%
CMYK0.00%47.58%16.94%
51.37%

Color #7C4167 in popluar number systems.

HEX7C4167
Decimal12465103
Binary111110010000011100111
Octal174101147

Shades and tints

Shades of #7C4167

#7C4167
(124,65,103)
#713C5E
(113,60,94)
#663755
(102,55,85)
#5B324C
(91,50,76)
#502D43
(80,45,67)
#45283A
(69,40,58)
#3A2331
(58,35,49)
#2F1E28
(47,30,40)
#24191F
(36,25,31)
#191416
(25,20,22)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #7C4167

#7C4167
(124,65,103)
#875274
(135,82,116)
#926381
(146,99,129)
#9D748E
(157,116,142)
#A8859B
(168,133,155)
#B396A8
(179,150,168)
#BEA7B5
(190,167,181)
#C9B8C2
(201,184,194)
#D4C9CF
(212,201,207)
#DFDADC
(223,218,220)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4167 color. Also use rgb(124,65,103) instead hex code.

Text Font Color

.myTextColor { color: #7C4167; }

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

This text font color is #7C4167.


Background Color

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

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

This div background color is #7C4167.


Border color

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

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

This div border color is #7C4167.


Opacity

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

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

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

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

This text has shadow with #7C4167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4167 on black background.


Color preview on white background

This text has color #7C4167 on white background.



Black color preview on #7C4167 background

This text has black color on #7C4167 background.


White color preview on #7C4167 background

This text has white color on #7C4167 background.