COLOR #78506E

HEX: #78506E RGB: (120,80,110)

Color info

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

RGB color model

#78506E color RGB value is (120,80,110).

RGB: (120,80,110) (47%, 31%, 43%)

RGB channels and saturation

R 120 of 255 = 47%
G 80 of 255 = 31%
B 110 of 255 = 43%

120
80
110

R + G + B ~ 40%. #78506E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 80 + 110 = 310 (100%)
R 120 of 310 ~ 38.71%
G 80 of 310 ~ 25.81%
B 110 of 310 ~ 35.48'%

%38.71
%25.81
%35.48

CMYK color model

#78506E color CMYK value is (0,33,8,53).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 8.33%
  • key color value is 52.94%

CMYK: (0,33,8,53)
C0M33Y8K53 (0%, 33%, 8%, 53%)
(0.00 / 0.33 / 0.08 / 0.53)

CMYK percentages

%0
%33.33
%8.33
%52.94

Codes

Color #78506E in popluar color models

78 50 6E
RGB 120 80 110
HSL 315° 20.00% 39.22%
HSB/HSV 315° 33.33% 47.06%
CMYK 0.00% 33.33% 8.33%
52.94%

Color #78506E in popluar number systems.

HEX 78 50 6E
Decimal 120 80 110
Binary 1111000 1010000 1101110
Octal 170 120 156

Shades and tints

Shades of #78506E

#78506E
(120,80,110)
#6E4964
(110,73,100)
#64425A
(100,66,90)
#5A3B50
(90,59,80)
#503446
(80,52,70)
#462D3C
(70,45,60)
#3C2632
(60,38,50)
#321F28
(50,31,40)
#28181E
(40,24,30)
#1E1114
(30,17,20)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #78506E

#78506E
(120,80,110)
#845F7B
(132,95,123)
#906E88
(144,110,136)
#9C7D95
(156,125,149)
#A88CA2
(168,140,162)
#B49BAF
(180,155,175)
#C0AABC
(192,170,188)
#CCB9C9
(204,185,201)
#D8C8D6
(216,200,214)
#E4D7E3
(228,215,227)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78506E color. Also use rgb(120,80,110) instead hex code.

Text Font Color

.myTextColor { color: #78506E; }

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

This text font color is #78506E.

Background Color

.myBgColor { background-color: #78506E; }

<div style="background-color:#78506E">Inner text</div>

This div background color is #78506E.

Border color

.myBorderColor { border: 1px solid #78506E; }

<div style="border:3px solid #78506E">Div</div>

This div border color is #78506E.

Opacity

.myOpacity80 { color: #78506E; opacity: 0.8; }

<p style="color:#78506E;opacity:0.8;">80%</p>

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

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

This text has shadow with #78506E color.


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

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

This text has shadow with #78506E primary color and red secondary color.


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

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

This text has shadow with #78506E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #78506E.

Preview

Color preview on black background

This text has color #78506E on black background.


Color preview on white background

This text has color #78506E on white background.


Black color preview on #78506E background

This text has black color on #78506E background.


White color preview on #78506E background

This text has white color on #78506E background.


Related colors

Complementary color

Complementary color for #hex is #87AF91.


I love getcolorcode.com

Triadic colors

1 #6E7850 and #506E78 with #78506E are triadic colors.

2 #6E5078 and #50786E with #78506E are triadic colors.