COLOR #78586B

HEX: #78586B
RGB: (120,88,107)

Color info

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

RGB color model

#78586B color RGB value is (120,88,107).

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

RGB channels and saturation

R 120 of 255 = 47%
G 88 of 255 = 35%
B 107 of 255 = 42%

120
88
107

R + G + B ~ 41%. #78586B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 88 + 107 = 315 (100%)
R 120 of 315 ~ 38.1%
G 88 of 315 ~ 27.94%
B 107 of 315 ~ 33.97%

%38.1
%27.94
%33.97

CMYK color model

#78586B color CMYK value is (0,27,11,53).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 10.83%
  • key color value is 52.94%
CMYK:
(0,27,11,53)
C0M27Y11K53 
(0%,27%,11%,53%)
(0.00/0.27/0.11/0.53)	

CMYK percentages

%0
%26.67
%10.83
%52.94

Codes

Color #78586B in popluar color models

78586B
RGB12088107
HSL324°15.38%40.78%
HSB/HSV324°26.67%47.06%
CMYK0.00%26.67%10.83%
52.94%

Color #78586B in popluar number systems.

HEX78586B
Decimal12088107
Binary111100010110001101011
Octal170130153

Shades and tints

Shades of #78586B

#78586B
(120,88,107)
#6E5062
(110,80,98)
#644859
(100,72,89)
#5A4050
(90,64,80)
#503847
(80,56,71)
#46303E
(70,48,62)
#3C2835
(60,40,53)
#32202C
(50,32,44)
#281823
(40,24,35)
#1E101A
(30,16,26)
#140811
(20,8,17)
#000000
(0,0,0)

Tints of #78586B

#78586B
(120,88,107)
#846778
(132,103,120)
#907685
(144,118,133)
#9C8592
(156,133,146)
#A8949F
(168,148,159)
#B4A3AC
(180,163,172)
#C0B2B9
(192,178,185)
#CCC1C6
(204,193,198)
#D8D0D3
(216,208,211)
#E4DFE0
(228,223,224)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78586B color. Also use rgb(120,88,107) instead hex code.

Text Font Color

.myTextColor { color: #78586B; }

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

This text font color is #78586B.


Background Color

.myBgColor { background-color: #78586B; }

<div style="background-color:#78586B">Inner text</div>

This div background color is #78586B.


Border color

.myBorderColor { border: 1px solid #78586B; }

<div style="border:3px solid #78586B">Div</div>

This div border color is #78586B.


Opacity

.myOpacity80 { color: #78586B; opacity: 0.8; }

<p style="color:#78586B;opacity:0.8;">80%</p>

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

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

This text has shadow with #78586B color.

.textShadow {text-shadow: 3px 3px 1px #78586B, 3px 3px 1px red;}

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

This text has shadow with #78586B primary color and red secondary color.


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

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

This text has shadow with #78586B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78586B on black background.


Color preview on white background

This text has color #78586B on white background.



Black color preview on #78586B background

This text has black color on #78586B background.


White color preview on #78586B background

This text has white color on #78586B background.