COLOR #78617C

HEX: #78617C
RGB: (120,97,124)

Color info

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

RGB color model

#78617C color RGB value is (120,97,124).

  • red value is 120;
  • green value is 97;
  • blue value is 124.
RGB:
(120,97,124)
(47%,38%,49%)

RGB channels and saturation

R 120 of 255 = 47%
G 97 of 255 = 38%
B 124 of 255 = 49%

120
97
124

R + G + B ~ 45%. #78617C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 97 + 124 = 341 (100%)
R 120 of 341 ~ 35.19%
G 97 of 341 ~ 28.45%
B 124 of 341 ~ 36.36%

%35.19
%28.45
%36.36

CMYK color model

#78617C color CMYK value is (3,22,0,51).

  • cyan value is 3.23%
  • magenta value is 21.77%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(3,22,0,51)
C3M22Y0K51 
(3%,22%,0%,51%)
(0.03/0.22/0.00/0.51)	

CMYK percentages

%3.23
%21.77
%0
%51.37

Codes

Color #78617C in popluar color models

78617C
RGB12097124
HSL291°12.22%43.33%
HSB/HSV291°21.77%48.63%
CMYK3.23%21.77%0.00%
51.37%

Color #78617C in popluar number systems.

HEX78617C
Decimal12097124
Binary111100011000011111100
Octal170141174

Shades and tints

Shades of #78617C

#78617C
(120,97,124)
#6E5971
(110,89,113)
#645166
(100,81,102)
#5A495B
(90,73,91)
#504150
(80,65,80)
#463945
(70,57,69)
#3C313A
(60,49,58)
#32292F
(50,41,47)
#282124
(40,33,36)
#1E1919
(30,25,25)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #78617C

#78617C
(120,97,124)
#846F87
(132,111,135)
#907D92
(144,125,146)
#9C8B9D
(156,139,157)
#A899A8
(168,153,168)
#B4A7B3
(180,167,179)
#C0B5BE
(192,181,190)
#CCC3C9
(204,195,201)
#D8D1D4
(216,209,212)
#E4DFDF
(228,223,223)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78617C color. Also use rgb(120,97,124) instead hex code.

Text Font Color

.myTextColor { color: #78617C; }

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

This text font color is #78617C.


Background Color

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

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

This div background color is #78617C.


Border color

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

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

This div border color is #78617C.


Opacity

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

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

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

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

This text has shadow with #78617C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78617C on black background.


Color preview on white background

This text has color #78617C on white background.



Black color preview on #78617C background

This text has black color on #78617C background.


White color preview on #78617C background

This text has white color on #78617C background.