COLOR #78515A

HEX: #78515A
RGB: (120,81,90)

Color info

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

RGB color model

#78515A color RGB value is (120,81,90).

  • red value is 120;
  • green value is 81;
  • blue value is 90.
RGB:
(120,81,90)
(47%,32%,35%)

RGB channels and saturation

R 120 of 255 = 47%
G 81 of 255 = 32%
B 90 of 255 = 35%

120
81
90

R + G + B ~ 38%. #78515A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 81 + 90 = 291 (100%)
R 120 of 291 ~ 41.24%
G 81 of 291 ~ 27.84%
B 90 of 291 ~ 30.93%

%41.24
%27.84
%30.93

CMYK color model

#78515A color CMYK value is (0,33,25,53).

  • cyan value is 0.00%
  • magenta value is 32.50%
  • yellow value is 25.00%
  • key color value is 52.94%
CMYK:
(0,33,25,53)
C0M33Y25K53 
(0%,33%,25%,53%)
(0.00/0.33/0.25/0.53)	

CMYK percentages

%0
%32.5
%25
%52.94

Codes

Color #78515A in popluar color models

78515A
RGB1208190
HSL346°19.40%39.41%
HSB/HSV346°32.50%47.06%
CMYK0.00%32.50%25.00%
52.94%

Color #78515A in popluar number systems.

HEX78515A
Decimal1208190
Binary111100010100011011010
Octal170121132

Shades and tints

Shades of #78515A

#78515A
(120,81,90)
#6E4A52
(110,74,82)
#64434A
(100,67,74)
#5A3C42
(90,60,66)
#50353A
(80,53,58)
#462E32
(70,46,50)
#3C272A
(60,39,42)
#322022
(50,32,34)
#28191A
(40,25,26)
#1E1212
(30,18,18)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #78515A

#78515A
(120,81,90)
#846069
(132,96,105)
#906F78
(144,111,120)
#9C7E87
(156,126,135)
#A88D96
(168,141,150)
#B49CA5
(180,156,165)
#C0ABB4
(192,171,180)
#CCBAC3
(204,186,195)
#D8C9D2
(216,201,210)
#E4D8E1
(228,216,225)
#F0E7F0
(240,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78515A color. Also use rgb(120,81,90) instead hex code.

Text Font Color

.myTextColor { color: #78515A; }

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

This text font color is #78515A.


Background Color

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

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

This div background color is #78515A.


Border color

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

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

This div border color is #78515A.


Opacity

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

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

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

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

This text has shadow with #78515A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78515A on black background.


Color preview on white background

This text has color #78515A on white background.



Black color preview on #78515A background

This text has black color on #78515A background.


White color preview on #78515A background

This text has white color on #78515A background.