COLOR #78768B

HEX: #78768B
RGB: (120,118,139)

Color info

#78768B contains red, green and blue colors in about the same proportion. Web safe color of #78768B is #666699 (or #669).

RGB color model

#78768B color RGB value is (120,118,139).

  • red value is 120;
  • green value is 118;
  • blue value is 139.
RGB:
(120,118,139)
(47%,46%,55%)

RGB channels and saturation

R 120 of 255 = 47%
G 118 of 255 = 46%
B 139 of 255 = 55%

120
118
139

R + G + B ~ 49%. #78768B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 118 + 139 = 377 (100%)
R 120 of 377 ~ 31.83%
G 118 of 377 ~ 31.3%
B 139 of 377 ~ 36.87%

%31.83
%31.3
%36.87

CMYK color model

#78768B color CMYK value is (14,15,0,45).

  • cyan value is 13.67%
  • magenta value is 15.11%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(14,15,0,45)
C14M15Y0K45 
(14%,15%,0%,45%)
(0.14/0.15/0.00/0.45)	

CMYK percentages

%13.67
%15.11
%0
%45.49

Codes

Color #78768B in popluar color models

78768B
RGB120118139
HSL246°8.30%50.39%
HSB/HSV246°15.11%54.51%
CMYK13.67%15.11%0.00%
45.49%

Color #78768B in popluar number systems.

HEX78768B
Decimal120118139
Binary1111000111011010001011
Octal170166213

Shades and tints

Shades of #78768B

#78768B
(120,118,139)
#6E6C7F
(110,108,127)
#646273
(100,98,115)
#5A5867
(90,88,103)
#504E5B
(80,78,91)
#46444F
(70,68,79)
#3C3A43
(60,58,67)
#323037
(50,48,55)
#28262B
(40,38,43)
#1E1C1F
(30,28,31)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #78768B

#78768B
(120,118,139)
#848295
(132,130,149)
#908E9F
(144,142,159)
#9C9AA9
(156,154,169)
#A8A6B3
(168,166,179)
#B4B2BD
(180,178,189)
#C0BEC7
(192,190,199)
#CCCAD1
(204,202,209)
#D8D6DB
(216,214,219)
#E4E2E5
(228,226,229)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78768B color. Also use rgb(120,118,139) instead hex code.

Text Font Color

.myTextColor { color: #78768B; }

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

This text font color is #78768B.


Background Color

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

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

This div background color is #78768B.


Border color

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

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

This div border color is #78768B.


Opacity

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

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

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

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

This text has shadow with #78768B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78768B on black background.


Color preview on white background

This text has color #78768B on white background.



Black color preview on #78768B background

This text has black color on #78768B background.


White color preview on #78768B background

This text has white color on #78768B background.