COLOR #7C486C

HEX: #7C486C
RGB: (124,72,108)

Color info

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

RGB color model

#7C486C color RGB value is (124,72,108).

  • red value is 124;
  • green value is 72;
  • blue value is 108.
RGB:
(124,72,108)
(49%,28%,42%)

RGB channels and saturation

R 124 of 255 = 49%
G 72 of 255 = 28%
B 108 of 255 = 42%

124
72
108

R + G + B ~ 40%. #7C486C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 72 + 108 = 304 (100%)
R 124 of 304 ~ 40.79%
G 72 of 304 ~ 23.68%
B 108 of 304 ~ 35.53%

%40.79
%23.68
%35.53

CMYK color model

#7C486C color CMYK value is (0,42,13,51).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 12.90%
  • key color value is 51.37%
CMYK:
(0,42,13,51)
C0M42Y13K51 
(0%,42%,13%,51%)
(0.00/0.42/0.13/0.51)	

CMYK percentages

%0
%41.94
%12.9
%51.37

Codes

Color #7C486C in popluar color models

7C486C
RGB12472108
HSL318°26.53%38.43%
HSB/HSV318°41.94%48.63%
CMYK0.00%41.94%12.90%
51.37%

Color #7C486C in popluar number systems.

HEX7C486C
Decimal12472108
Binary111110010010001101100
Octal174110154

Shades and tints

Shades of #7C486C

#7C486C
(124,72,108)
#714263
(113,66,99)
#663C5A
(102,60,90)
#5B3651
(91,54,81)
#503048
(80,48,72)
#452A3F
(69,42,63)
#3A2436
(58,36,54)
#2F1E2D
(47,30,45)
#241824
(36,24,36)
#19121B
(25,18,27)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #7C486C

#7C486C
(124,72,108)
#875879
(135,88,121)
#926886
(146,104,134)
#9D7893
(157,120,147)
#A888A0
(168,136,160)
#B398AD
(179,152,173)
#BEA8BA
(190,168,186)
#C9B8C7
(201,184,199)
#D4C8D4
(212,200,212)
#DFD8E1
(223,216,225)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C486C color. Also use rgb(124,72,108) instead hex code.

Text Font Color

.myTextColor { color: #7C486C; }

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

This text font color is #7C486C.


Background Color

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

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

This div background color is #7C486C.


Border color

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

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

This div border color is #7C486C.


Opacity

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

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

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

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

This text has shadow with #7C486C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C486C on black background.


Color preview on white background

This text has color #7C486C on white background.



Black color preview on #7C486C background

This text has black color on #7C486C background.


White color preview on #7C486C background

This text has white color on #7C486C background.