COLOR #7C515C

HEX: #7C515C
RGB: (124,81,92)

Color info

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

RGB color model

#7C515C color RGB value is (124,81,92).

  • red value is 124;
  • green value is 81;
  • blue value is 92.
RGB:
(124,81,92)
(49%,32%,36%)

RGB channels and saturation

R 124 of 255 = 49%
G 81 of 255 = 32%
B 92 of 255 = 36%

124
81
92

R + G + B ~ 39%. #7C515C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 81 + 92 = 297 (100%)
R 124 of 297 ~ 41.75%
G 81 of 297 ~ 27.27%
B 92 of 297 ~ 30.98%

%41.75
%27.27
%30.98

CMYK color model

#7C515C color CMYK value is (0,35,26,51).

  • cyan value is 0.00%
  • magenta value is 34.68%
  • yellow value is 25.81%
  • key color value is 51.37%
CMYK:
(0,35,26,51)
C0M35Y26K51 
(0%,35%,26%,51%)
(0.00/0.35/0.26/0.51)	

CMYK percentages

%0
%34.68
%25.81
%51.37

Codes

Color #7C515C in popluar color models

7C515C
RGB1248192
HSL345°20.98%40.20%
HSB/HSV345°34.68%48.63%
CMYK0.00%34.68%25.81%
51.37%

Color #7C515C in popluar number systems.

HEX7C515C
Decimal1248192
Binary111110010100011011100
Octal174121134

Shades and tints

Shades of #7C515C

#7C515C
(124,81,92)
#714A54
(113,74,84)
#66434C
(102,67,76)
#5B3C44
(91,60,68)
#50353C
(80,53,60)
#452E34
(69,46,52)
#3A272C
(58,39,44)
#2F2024
(47,32,36)
#24191C
(36,25,28)
#191214
(25,18,20)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #7C515C

#7C515C
(124,81,92)
#87606A
(135,96,106)
#926F78
(146,111,120)
#9D7E86
(157,126,134)
#A88D94
(168,141,148)
#B39CA2
(179,156,162)
#BEABB0
(190,171,176)
#C9BABE
(201,186,190)
#D4C9CC
(212,201,204)
#DFD8DA
(223,216,218)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C515C color. Also use rgb(124,81,92) instead hex code.

Text Font Color

.myTextColor { color: #7C515C; }

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

This text font color is #7C515C.


Background Color

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

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

This div background color is #7C515C.


Border color

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

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

This div border color is #7C515C.


Opacity

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

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

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

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

This text has shadow with #7C515C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C515C on black background.


Color preview on white background

This text has color #7C515C on white background.



Black color preview on #7C515C background

This text has black color on #7C515C background.


White color preview on #7C515C background

This text has white color on #7C515C background.