COLOR #7C465B

HEX: #7C465B
RGB: (124,70,91)

Color info

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

RGB color model

#7C465B color RGB value is (124,70,91).

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

RGB channels and saturation

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

124
70
91

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

Portions of RGB colors in percentages

R + G + B =
124 + 70 + 91 = 285 (100%)
R 124 of 285 ~ 43.51%
G 70 of 285 ~ 24.56%
B 91 of 285 ~ 31.93%

%43.51
%24.56
%31.93

CMYK color model

#7C465B color CMYK value is (0,44,27,51).

  • cyan value is 0.00%
  • magenta value is 43.55%
  • yellow value is 26.61%
  • key color value is 51.37%
CMYK:
(0,44,27,51)
C0M44Y27K51 
(0%,44%,27%,51%)
(0.00/0.44/0.27/0.51)	

CMYK percentages

%0
%43.55
%26.61
%51.37

Codes

Color #7C465B in popluar color models

7C465B
RGB1247091
HSL337°27.84%38.04%
HSB/HSV337°43.55%48.63%
CMYK0.00%43.55%26.61%
51.37%

Color #7C465B in popluar number systems.

HEX7C465B
Decimal1247091
Binary111110010001101011011
Octal174106133

Shades and tints

Shades of #7C465B

#7C465B
(124,70,91)
#714053
(113,64,83)
#663A4B
(102,58,75)
#5B3443
(91,52,67)
#502E3B
(80,46,59)
#452833
(69,40,51)
#3A222B
(58,34,43)
#2F1C23
(47,28,35)
#24161B
(36,22,27)
#191013
(25,16,19)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #7C465B

#7C465B
(124,70,91)
#875669
(135,86,105)
#926677
(146,102,119)
#9D7685
(157,118,133)
#A88693
(168,134,147)
#B396A1
(179,150,161)
#BEA6AF
(190,166,175)
#C9B6BD
(201,182,189)
#D4C6CB
(212,198,203)
#DFD6D9
(223,214,217)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C465B; }

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

This text font color is #7C465B.


Background Color

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

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

This div background color is #7C465B.


Border color

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

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

This div border color is #7C465B.


Opacity

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

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

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

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

This text has shadow with #7C465B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C465B on black background.


Color preview on white background

This text has color #7C465B on white background.



Black color preview on #7C465B background

This text has black color on #7C465B background.


White color preview on #7C465B background

This text has white color on #7C465B background.