COLOR #7C465D

HEX: #7C465D
RGB: (124,70,93)

Color info

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

RGB color model

#7C465D color RGB value is (124,70,93).

  • red value is 124;
  • green value is 70;
  • blue value is 93.
RGB:
(124,70,93)
(49%,27%,36%)

RGB channels and saturation

R 124 of 255 = 49%
G 70 of 255 = 27%
B 93 of 255 = 36%

124
70
93

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

Portions of RGB colors in percentages

R + G + B =
124 + 70 + 93 = 287 (100%)
R 124 of 287 ~ 43.21%
G 70 of 287 ~ 24.39%
B 93 of 287 ~ 32.4%

%43.21
%24.39
%32.4

CMYK color model

#7C465D color CMYK value is (0,44,25,51).

  • cyan value is 0.00%
  • magenta value is 43.55%
  • yellow value is 25.00%
  • key color value is 51.37%
CMYK:
(0,44,25,51)
C0M44Y25K51 
(0%,44%,25%,51%)
(0.00/0.44/0.25/0.51)	

CMYK percentages

%0
%43.55
%25
%51.37

Codes

Color #7C465D in popluar color models

7C465D
RGB1247093
HSL334°27.84%38.04%
HSB/HSV334°43.55%48.63%
CMYK0.00%43.55%25.00%
51.37%

Color #7C465D in popluar number systems.

HEX7C465D
Decimal1247093
Binary111110010001101011101
Octal174106135

Shades and tints

Shades of #7C465D

#7C465D
(124,70,93)
#714055
(113,64,85)
#663A4D
(102,58,77)
#5B3445
(91,52,69)
#502E3D
(80,46,61)
#452835
(69,40,53)
#3A222D
(58,34,45)
#2F1C25
(47,28,37)
#24161D
(36,22,29)
#191015
(25,16,21)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #7C465D

#7C465D
(124,70,93)
#87566B
(135,86,107)
#926679
(146,102,121)
#9D7687
(157,118,135)
#A88695
(168,134,149)
#B396A3
(179,150,163)
#BEA6B1
(190,166,177)
#C9B6BF
(201,182,191)
#D4C6CD
(212,198,205)
#DFD6DB
(223,214,219)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C465D color. Also use rgb(124,70,93) instead hex code.

Text Font Color

.myTextColor { color: #7C465D; }

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

This text font color is #7C465D.


Background Color

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

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

This div background color is #7C465D.


Border color

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

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

This div border color is #7C465D.


Opacity

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

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

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

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

This text has shadow with #7C465D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C465D on black background.


Color preview on white background

This text has color #7C465D on white background.



Black color preview on #7C465D background

This text has black color on #7C465D background.


White color preview on #7C465D background

This text has white color on #7C465D background.