COLOR #78505B

HEX: #78505B RGB: (120,80,91)

Color info

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

RGB color model

#78505B color RGB value is (120,80,91).

RGB: (120,80,91) (47%, 31%, 36%)

RGB channels and saturation

R 120 of 255 = 47%
G 80 of 255 = 31%
B 91 of 255 = 36%

120
80
91

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

Portions of RGB colors in percentages

R + G + B = 120 + 80 + 91 = 291 (100%)
R 120 of 291 ~ 41.24%
G 80 of 291 ~ 27.49%
B 91 of 291 ~ 31.27'%

%41.24
%27.49
%31.27

CMYK color model

#78505B color CMYK value is (0,33,24,53).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 24.17%
  • key color value is 52.94%
CMYK: (0,33,24,53) C0M33Y24K53 (0%,33%,24%,53%) (0.00/0.33/0.24/0.53) 

CMYK percentages

%0
%33.33
%24.17
%52.94

Codes

Color #78505B in popluar color models

78 50 5B
RGB 120 80 91
HSL 344° 20.00% 39.22%
HSB/HSV 344° 33.33% 47.06%
CMYK 0.00% 33.33% 24.17%
52.94%

Color #78505B in popluar number systems.

HEX 78 50 5B
Decimal 120 80 91
Binary 1111000 1010000 1011011
Octal 170 120 133

Shades and tints

Shades of #78505B

#78505B
(120,80,91)
#6E4953
(110,73,83)
#64424B
(100,66,75)
#5A3B43
(90,59,67)
#50343B
(80,52,59)
#462D33
(70,45,51)
#3C262B
(60,38,43)
#321F23
(50,31,35)
#28181B
(40,24,27)
#1E1113
(30,17,19)
#140A0B
(20,10,11)
#000000
(0,0,0)

Tints of #78505B

#78505B
(120,80,91)
#845F69
(132,95,105)
#906E77
(144,110,119)
#9C7D85
(156,125,133)
#A88C93
(168,140,147)
#B49BA1
(180,155,161)
#C0AAAF
(192,170,175)
#CCB9BD
(204,185,189)
#D8C8CB
(216,200,203)
#E4D7D9
(228,215,217)
#F0E6E7
(240,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78505B color. Also use rgb(120,80,91) instead hex code.

Text Font Color

.myTextColor { color: #78505B; }

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

This text font color is #78505B.

Background Color

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

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

This div background color is #78505B.

Border color

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

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

This div border color is #78505B.

Opacity

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

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

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

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

This text has shadow with #78505B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78505B.

Preview

Color preview on black background

This text has color #78505B on black background.


Color preview on white background

This text has color #78505B on white background.


Black color preview on #78505B background

This text has black color on #78505B background.


White color preview on #78505B background

This text has white color on #78505B background.


Related colors

Complementary color

Complementary color for #hex is #87AFA4.


I love getcolorcode.com

Triadic colors

1 #5B7850 and #505B78 with #78505B are triadic colors.

2 #5B5078 and #50785B with #78505B are triadic colors.