COLOR #78608D

HEX: #78608D RGB: (120,96,141)

Color info

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

RGB color model

#78608D color RGB value is (120,96,141).

RGB: (120,96,141) (47%, 38%, 55%)

RGB channels and saturation

R 120 of 255 = 47%
G 96 of 255 = 38%
B 141 of 255 = 55%

120
96
141

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

Portions of RGB colors in percentages

R + G + B = 120 + 96 + 141 = 357 (100%)
R 120 of 357 ~ 33.61%
G 96 of 357 ~ 26.89%
B 141 of 357 ~ 39.5'%

%33.61
%26.89
%39.5

CMYK color model

#78608D color CMYK value is (15,32,0,45).

  • cyan value is 14.89%
  • magenta value is 31.91%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (15,32,0,45)
C15M32Y0K45 (15%, 32%, 0%, 45%)
(0.15 / 0.32 / 0.00 / 0.45)

CMYK percentages

%14.89
%31.91
%0
%44.71

Codes

Color #78608D in popluar color models

78 60 8D
RGB 120 96 141
HSL 272° 18.99% 46.47%
HSB/HSV 272° 31.91% 55.29%
CMYK 14.89% 31.91% 0.00%
44.71%

Color #78608D in popluar number systems.

HEX 78 60 8D
Decimal 120 96 141
Binary 1111000 1100000 10001101
Octal 170 140 215

Shades and tints

Shades of #78608D

#78608D
(120,96,141)
#6E5881
(110,88,129)
#645075
(100,80,117)
#5A4869
(90,72,105)
#50405D
(80,64,93)
#463851
(70,56,81)
#3C3045
(60,48,69)
#322839
(50,40,57)
#28202D
(40,32,45)
#1E1821
(30,24,33)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #78608D

#78608D
(120,96,141)
#846E97
(132,110,151)
#907CA1
(144,124,161)
#9C8AAB
(156,138,171)
#A898B5
(168,152,181)
#B4A6BF
(180,166,191)
#C0B4C9
(192,180,201)
#CCC2D3
(204,194,211)
#D8D0DD
(216,208,221)
#E4DEE7
(228,222,231)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78608D color. Also use rgb(120,96,141) instead hex code.

Text Font Color

.myTextColor { color: #78608D; }

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

This text font color is #78608D.

Background Color

.myBgColor { background-color: #78608D; }

<div style="background-color:#78608D">Inner text</div>

This div background color is #78608D.

Border color

.myBorderColor { border: 1px solid #78608D; }

<div style="border:3px solid #78608D">Div</div>

This div border color is #78608D.

Opacity

.myOpacity80 { color: #78608D; opacity: 0.8; }

<p style="color:#78608D;opacity:0.8;">80%</p>

Text with #78608D 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 #78608D;}

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

This text has shadow with #78608D color.


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

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

This text has shadow with #78608D primary color and red secondary color.


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

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

This text has shadow with #78608D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #78608D.

Preview

Color preview on black background

This text has color #78608D on black background.


Color preview on white background

This text has color #78608D on white background.


Black color preview on #78608D background

This text has black color on #78608D background.


White color preview on #78608D background

This text has white color on #78608D background.


Related colors

Complementary color

Complementary color for #hex is #879F72.


I love getcolorcode.com

Triadic colors

1 #8D7860 and #608D78 with #78608D are triadic colors.

2 #8D6078 and #60788D with #78608D are triadic colors.