COLOR #7C586B

HEX: #7C586B
RGB: (124,88,107)

Color info

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

RGB color model

#7C586B color RGB value is (124,88,107).

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

RGB channels and saturation

R 124 of 255 = 49%
G 88 of 255 = 35%
B 107 of 255 = 42%

124
88
107

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

Portions of RGB colors in percentages

R + G + B =
124 + 88 + 107 = 319 (100%)
R 124 of 319 ~ 38.87%
G 88 of 319 ~ 27.59%
B 107 of 319 ~ 33.54%

%38.87
%27.59
%33.54

CMYK color model

#7C586B color CMYK value is (0,29,14,51).

  • cyan value is 0.00%
  • magenta value is 29.03%
  • yellow value is 13.71%
  • key color value is 51.37%
CMYK:
(0,29,14,51)
C0M29Y14K51 
(0%,29%,14%,51%)
(0.00/0.29/0.14/0.51)	

CMYK percentages

%0
%29.03
%13.71
%51.37

Codes

Color #7C586B in popluar color models

7C586B
RGB12488107
HSL328°16.98%41.57%
HSB/HSV328°29.03%48.63%
CMYK0.00%29.03%13.71%
51.37%

Color #7C586B in popluar number systems.

HEX7C586B
Decimal12488107
Binary111110010110001101011
Octal174130153

Shades and tints

Shades of #7C586B

#7C586B
(124,88,107)
#715062
(113,80,98)
#664859
(102,72,89)
#5B4050
(91,64,80)
#503847
(80,56,71)
#45303E
(69,48,62)
#3A2835
(58,40,53)
#2F202C
(47,32,44)
#241823
(36,24,35)
#19101A
(25,16,26)
#0E0811
(14,8,17)
#000000
(0,0,0)

Tints of #7C586B

#7C586B
(124,88,107)
#876778
(135,103,120)
#927685
(146,118,133)
#9D8592
(157,133,146)
#A8949F
(168,148,159)
#B3A3AC
(179,163,172)
#BEB2B9
(190,178,185)
#C9C1C6
(201,193,198)
#D4D0D3
(212,208,211)
#DFDFE0
(223,223,224)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C586B; }

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

This text font color is #7C586B.


Background Color

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

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

This div background color is #7C586B.


Border color

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

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

This div border color is #7C586B.


Opacity

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

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

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

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

This text has shadow with #7C586B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C586B on black background.


Color preview on white background

This text has color #7C586B on white background.



Black color preview on #7C586B background

This text has black color on #7C586B background.


White color preview on #7C586B background

This text has white color on #7C586B background.