COLOR #78505C

HEX: #78505C RGB: (120,80,92)

Color info

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

RGB color model

#78505C color RGB value is (120,80,92).

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

RGB channels and saturation

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

120
80
92

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

Portions of RGB colors in percentages

R + G + B = 120 + 80 + 92 = 292 (100%)
R 120 of 292 ~ 41.1%
G 80 of 292 ~ 27.4%
B 92 of 292 ~ 31.51'%

%41.1
%27.4
%31.51

CMYK color model

#78505C color CMYK value is (0,33,23,53).

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

CMYK: (0,33,23,53)
C0M33Y23K53 (0%, 33%, 23%, 53%)
(0.00 / 0.33 / 0.23 / 0.53)

CMYK percentages

%0
%33.33
%23.33
%52.94

Codes

Color #78505C in popluar color models

78 50 5C
RGB 120 80 92
HSL 342° 20.00% 39.22%
HSB/HSV 342° 33.33% 47.06%
CMYK 0.00% 33.33% 23.33%
52.94%

Color #78505C in popluar number systems.

HEX 78 50 5C
Decimal 120 80 92
Binary 1111000 1010000 1011100
Octal 170 120 134

Shades and tints

Shades of #78505C

#78505C
(120,80,92)
#6E4954
(110,73,84)
#64424C
(100,66,76)
#5A3B44
(90,59,68)
#50343C
(80,52,60)
#462D34
(70,45,52)
#3C262C
(60,38,44)
#321F24
(50,31,36)
#28181C
(40,24,28)
#1E1114
(30,17,20)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #78505C

#78505C
(120,80,92)
#845F6A
(132,95,106)
#906E78
(144,110,120)
#9C7D86
(156,125,134)
#A88C94
(168,140,148)
#B49BA2
(180,155,162)
#C0AAB0
(192,170,176)
#CCB9BE
(204,185,190)
#D8C8CC
(216,200,204)
#E4D7DA
(228,215,218)
#F0E6E8
(240,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78505C; }

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

This text font color is #78505C.

Background Color

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

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

This div background color is #78505C.

Border color

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

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

This div border color is #78505C.

Opacity

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

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

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

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

This text has shadow with #78505C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78505C.

Preview

Color preview on black background

This text has color #78505C on black background.


Color preview on white background

This text has color #78505C on white background.


Black color preview on #78505C background

This text has black color on #78505C background.


White color preview on #78505C background

This text has white color on #78505C background.


Related colors

Complementary color

Complementary color for #hex is #87AFA3.


I love getcolorcode.com

Triadic colors

1 #5C7850 and #505C78 with #78505C are triadic colors.

2 #5C5078 and #50785C with #78505C are triadic colors.