COLOR #78627A

HEX: #78627A
RGB: (120,98,122)

Color info

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

RGB color model

#78627A color RGB value is (120,98,122).

  • red value is 120;
  • green value is 98;
  • blue value is 122.
RGB:
(120,98,122)
(47%,38%,48%)

RGB channels and saturation

R 120 of 255 = 47%
G 98 of 255 = 38%
B 122 of 255 = 48%

120
98
122

R + G + B ~ 44%. #78627A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 98 + 122 = 340 (100%)
R 120 of 340 ~ 35.29%
G 98 of 340 ~ 28.82%
B 122 of 340 ~ 35.88%

%35.29
%28.82
%35.88

CMYK color model

#78627A color CMYK value is (2,20,0,52).

  • cyan value is 1.64%
  • magenta value is 19.67%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(2,20,0,52)
C2M20Y0K52 
(2%,20%,0%,52%)
(0.02/0.20/0.00/0.52)	

CMYK percentages

%1.64
%19.67
%0
%52.16

Codes

Color #78627A in popluar color models

78627A
RGB12098122
HSL295°10.91%43.14%
HSB/HSV295°19.67%47.84%
CMYK1.64%19.67%0.00%
52.16%

Color #78627A in popluar number systems.

HEX78627A
Decimal12098122
Binary111100011000101111010
Octal170142172

Shades and tints

Shades of #78627A

#78627A
(120,98,122)
#6E5A6F
(110,90,111)
#645264
(100,82,100)
#5A4A59
(90,74,89)
#50424E
(80,66,78)
#463A43
(70,58,67)
#3C3238
(60,50,56)
#322A2D
(50,42,45)
#282222
(40,34,34)
#1E1A17
(30,26,23)
#14120C
(20,18,12)
#000000
(0,0,0)

Tints of #78627A

#78627A
(120,98,122)
#847086
(132,112,134)
#907E92
(144,126,146)
#9C8C9E
(156,140,158)
#A89AAA
(168,154,170)
#B4A8B6
(180,168,182)
#C0B6C2
(192,182,194)
#CCC4CE
(204,196,206)
#D8D2DA
(216,210,218)
#E4E0E6
(228,224,230)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78627A color. Also use rgb(120,98,122) instead hex code.

Text Font Color

.myTextColor { color: #78627A; }

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

This text font color is #78627A.


Background Color

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

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

This div background color is #78627A.


Border color

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

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

This div border color is #78627A.


Opacity

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

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

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

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

This text has shadow with #78627A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78627A on black background.


Color preview on white background

This text has color #78627A on white background.



Black color preview on #78627A background

This text has black color on #78627A background.


White color preview on #78627A background

This text has white color on #78627A background.