COLOR #7C596A

HEX: #7C596A
RGB: (124,89,106)

Color info

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

RGB color model

#7C596A color RGB value is (124,89,106).

  • red value is 124;
  • green value is 89;
  • blue value is 106.
RGB:
(124,89,106)
(49%,35%,42%)

RGB channels and saturation

R 124 of 255 = 49%
G 89 of 255 = 35%
B 106 of 255 = 42%

124
89
106

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

Portions of RGB colors in percentages

R + G + B =
124 + 89 + 106 = 319 (100%)
R 124 of 319 ~ 38.87%
G 89 of 319 ~ 27.9%
B 106 of 319 ~ 33.23%

%38.87
%27.9
%33.23

CMYK color model

#7C596A color CMYK value is (0,28,15,51).

  • cyan value is 0.00%
  • magenta value is 28.23%
  • yellow value is 14.52%
  • key color value is 51.37%
CMYK:
(0,28,15,51)
C0M28Y15K51 
(0%,28%,15%,51%)
(0.00/0.28/0.15/0.51)	

CMYK percentages

%0
%28.23
%14.52
%51.37

Codes

Color #7C596A in popluar color models

7C596A
RGB12489106
HSL331°16.43%41.76%
HSB/HSV331°28.23%48.63%
CMYK0.00%28.23%14.52%
51.37%

Color #7C596A in popluar number systems.

HEX7C596A
Decimal12489106
Binary111110010110011101010
Octal174131152

Shades and tints

Shades of #7C596A

#7C596A
(124,89,106)
#715161
(113,81,97)
#664958
(102,73,88)
#5B414F
(91,65,79)
#503946
(80,57,70)
#45313D
(69,49,61)
#3A2934
(58,41,52)
#2F212B
(47,33,43)
#241922
(36,25,34)
#191119
(25,17,25)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #7C596A

#7C596A
(124,89,106)
#876877
(135,104,119)
#927784
(146,119,132)
#9D8691
(157,134,145)
#A8959E
(168,149,158)
#B3A4AB
(179,164,171)
#BEB3B8
(190,179,184)
#C9C2C5
(201,194,197)
#D4D1D2
(212,209,210)
#DFE0DF
(223,224,223)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C596A color. Also use rgb(124,89,106) instead hex code.

Text Font Color

.myTextColor { color: #7C596A; }

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

This text font color is #7C596A.


Background Color

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

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

This div background color is #7C596A.


Border color

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

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

This div border color is #7C596A.


Opacity

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

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

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

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

This text has shadow with #7C596A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C596A on black background.


Color preview on white background

This text has color #7C596A on white background.



Black color preview on #7C596A background

This text has black color on #7C596A background.


White color preview on #7C596A background

This text has white color on #7C596A background.