COLOR #78668A

HEX: #78668A
RGB: (120,102,138)

Color info

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

RGB color model

#78668A color RGB value is (120,102,138).

  • red value is 120;
  • green value is 102;
  • blue value is 138.
RGB:
(120,102,138)
(47%,40%,54%)

RGB channels and saturation

R 120 of 255 = 47%
G 102 of 255 = 40%
B 138 of 255 = 54%

120
102
138

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

Portions of RGB colors in percentages

R + G + B =
120 + 102 + 138 = 360 (100%)
R 120 of 360 ~ 33.33%
G 102 of 360 ~ 28.33%
B 138 of 360 ~ 38.33%

%33.33
%28.33
%38.33

CMYK color model

#78668A color CMYK value is (13,26,0,46).

  • cyan value is 13.04%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(13,26,0,46)
C13M26Y0K46 
(13%,26%,0%,46%)
(0.13/0.26/0.00/0.46)	

CMYK percentages

%13.04
%26.09
%0
%45.88

Codes

Color #78668A in popluar color models

78668A
RGB120102138
HSL270°15.00%47.06%
HSB/HSV270°26.09%54.12%
CMYK13.04%26.09%0.00%
45.88%

Color #78668A in popluar number systems.

HEX78668A
Decimal120102138
Binary1111000110011010001010
Octal170146212

Shades and tints

Shades of #78668A

#78668A
(120,102,138)
#6E5D7E
(110,93,126)
#645472
(100,84,114)
#5A4B66
(90,75,102)
#50425A
(80,66,90)
#46394E
(70,57,78)
#3C3042
(60,48,66)
#322736
(50,39,54)
#281E2A
(40,30,42)
#1E151E
(30,21,30)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #78668A

#78668A
(120,102,138)
#847394
(132,115,148)
#90809E
(144,128,158)
#9C8DA8
(156,141,168)
#A89AB2
(168,154,178)
#B4A7BC
(180,167,188)
#C0B4C6
(192,180,198)
#CCC1D0
(204,193,208)
#D8CEDA
(216,206,218)
#E4DBE4
(228,219,228)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78668A color. Also use rgb(120,102,138) instead hex code.

Text Font Color

.myTextColor { color: #78668A; }

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

This text font color is #78668A.


Background Color

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

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

This div background color is #78668A.


Border color

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

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

This div border color is #78668A.


Opacity

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

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

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

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

This text has shadow with #78668A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78668A on black background.


Color preview on white background

This text has color #78668A on white background.



Black color preview on #78668A background

This text has black color on #78668A background.


White color preview on #78668A background

This text has white color on #78668A background.