COLOR #78566A

HEX: #78566A
RGB: (120,86,106)

Color info

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

RGB color model

#78566A color RGB value is (120,86,106).

  • red value is 120;
  • green value is 86;
  • blue value is 106.
RGB:
(120,86,106)
(47%,34%,42%)

RGB channels and saturation

R 120 of 255 = 47%
G 86 of 255 = 34%
B 106 of 255 = 42%

120
86
106

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

Portions of RGB colors in percentages

R + G + B =
120 + 86 + 106 = 312 (100%)
R 120 of 312 ~ 38.46%
G 86 of 312 ~ 27.56%
B 106 of 312 ~ 33.97%

%38.46
%27.56
%33.97

CMYK color model

#78566A color CMYK value is (0,28,12,53).

  • cyan value is 0.00%
  • magenta value is 28.33%
  • yellow value is 11.67%
  • key color value is 52.94%
CMYK:
(0,28,12,53)
C0M28Y12K53 
(0%,28%,12%,53%)
(0.00/0.28/0.12/0.53)	

CMYK percentages

%0
%28.33
%11.67
%52.94

Codes

Color #78566A in popluar color models

78566A
RGB12086106
HSL325°16.50%40.39%
HSB/HSV325°28.33%47.06%
CMYK0.00%28.33%11.67%
52.94%

Color #78566A in popluar number systems.

HEX78566A
Decimal12086106
Binary111100010101101101010
Octal170126152

Shades and tints

Shades of #78566A

#78566A
(120,86,106)
#6E4F61
(110,79,97)
#644858
(100,72,88)
#5A414F
(90,65,79)
#503A46
(80,58,70)
#46333D
(70,51,61)
#3C2C34
(60,44,52)
#32252B
(50,37,43)
#281E22
(40,30,34)
#1E1719
(30,23,25)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #78566A

#78566A
(120,86,106)
#846577
(132,101,119)
#907484
(144,116,132)
#9C8391
(156,131,145)
#A8929E
(168,146,158)
#B4A1AB
(180,161,171)
#C0B0B8
(192,176,184)
#CCBFC5
(204,191,197)
#D8CED2
(216,206,210)
#E4DDDF
(228,221,223)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78566A color. Also use rgb(120,86,106) instead hex code.

Text Font Color

.myTextColor { color: #78566A; }

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

This text font color is #78566A.


Background Color

.myBgColor { background-color: #78566A; }

<div style="background-color:#78566A">Inner text</div>

This div background color is #78566A.


Border color

.myBorderColor { border: 1px solid #78566A; }

<div style="border:3px solid #78566A">Div</div>

This div border color is #78566A.


Opacity

.myOpacity80 { color: #78566A; opacity: 0.8; }

<p style="color:#78566A;opacity:0.8;">80%</p>

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

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

This text has shadow with #78566A color.

.textShadow {text-shadow: 3px 3px 1px #78566A, 3px 3px 1px red;}

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

This text has shadow with #78566A primary color and red secondary color.


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

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

This text has shadow with #78566A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78566A on black background.


Color preview on white background

This text has color #78566A on white background.



Black color preview on #78566A background

This text has black color on #78566A background.


White color preview on #78566A background

This text has white color on #78566A background.