COLOR #7C5868

HEX: #7C5868
RGB: (124,88,104)

Color info

#7C5868 contains red, green and blue colors in about the same proportion. Web safe color of #7C5868 is #666666 (or #666).

RGB color model

#7C5868 color RGB value is (124,88,104).

  • red value is 124;
  • green value is 88;
  • blue value is 104.
RGB:
(124,88,104)
(49%,35%,41%)

RGB channels and saturation

R 124 of 255 = 49%
G 88 of 255 = 35%
B 104 of 255 = 41%

124
88
104

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

Portions of RGB colors in percentages

R + G + B =
124 + 88 + 104 = 316 (100%)
R 124 of 316 ~ 39.24%
G 88 of 316 ~ 27.85%
B 104 of 316 ~ 32.91%

%39.24
%27.85
%32.91

CMYK color model

#7C5868 color CMYK value is (0,29,16,51).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 16.13%
  • key color value is 51.37%
CMYK:
(0,29,16,51)
C0M29Y16K51 
(0%,29%,16%,51%)
(0.00/0.29/0.16/0.51)	

CMYK percentages

%0
%29.03
%16.13
%51.37

Codes

Color #7C5868 in popluar color models

7C5868
RGB12488104
HSL333°16.98%41.57%
HSB/HSV333°29.03%48.63%
CMYK0.00%29.03%16.13%
51.37%

Color #7C5868 in popluar number systems.

HEX7C5868
Decimal12488104
Binary111110010110001101000
Octal174130150

Shades and tints

Shades of #7C5868

#7C5868
(124,88,104)
#71505F
(113,80,95)
#664856
(102,72,86)
#5B404D
(91,64,77)
#503844
(80,56,68)
#45303B
(69,48,59)
#3A2832
(58,40,50)
#2F2029
(47,32,41)
#241820
(36,24,32)
#191017
(25,16,23)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #7C5868

#7C5868
(124,88,104)
#876775
(135,103,117)
#927682
(146,118,130)
#9D858F
(157,133,143)
#A8949C
(168,148,156)
#B3A3A9
(179,163,169)
#BEB2B6
(190,178,182)
#C9C1C3
(201,193,195)
#D4D0D0
(212,208,208)
#DFDFDD
(223,223,221)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5868 color. Also use rgb(124,88,104) instead hex code.

Text Font Color

.myTextColor { color: #7C5868; }

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

This text font color is #7C5868.


Background Color

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

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

This div background color is #7C5868.


Border color

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

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

This div border color is #7C5868.


Opacity

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

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

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

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

This text has shadow with #7C5868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5868 on black background.


Color preview on white background

This text has color #7C5868 on white background.



Black color preview on #7C5868 background

This text has black color on #7C5868 background.


White color preview on #7C5868 background

This text has white color on #7C5868 background.