COLOR #78768D

HEX: #78768D RGB: (120,118,141)

Color info

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

RGB color model

#78768D color RGB value is (120,118,141).

RGB: (120,118,141) (47%, 46%, 55%)

RGB channels and saturation

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

120
118
141

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

Portions of RGB colors in percentages

R + G + B = 120 + 118 + 141 = 379 (100%)
R 120 of 379 ~ 31.66%
G 118 of 379 ~ 31.13%
B 141 of 379 ~ 37.2'%

%31.66
%31.13
%37.2

CMYK color model

#78768D color CMYK value is (15,16,0,45).

  • cyan value is 14.89%
  • magenta value is 16.31%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (15,16,0,45) C15M16Y0K45 (15%,16%,0%,45%) (0.15/0.16/0.00/0.45) 

CMYK percentages

%14.89
%16.31
%0
%44.71

Codes

Color #78768D in popluar color models

78 76 8D
RGB 120 118 141
HSL 245° 9.16% 50.78%
HSB/HSV 245° 16.31% 55.29%
CMYK 14.89% 16.31% 0.00%
44.71%

Color #78768D in popluar number systems.

HEX 78 76 8D
Decimal 120 118 141
Binary 1111000 1110110 10001101
Octal 170 166 215

Shades and tints

Shades of #78768D

#78768D
(120,118,141)
#6E6C81
(110,108,129)
#646275
(100,98,117)
#5A5869
(90,88,105)
#504E5D
(80,78,93)
#464451
(70,68,81)
#3C3A45
(60,58,69)
#323039
(50,48,57)
#28262D
(40,38,45)
#1E1C21
(30,28,33)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #78768D

#78768D
(120,118,141)
#848297
(132,130,151)
#908EA1
(144,142,161)
#9C9AAB
(156,154,171)
#A8A6B5
(168,166,181)
#B4B2BF
(180,178,191)
#C0BEC9
(192,190,201)
#CCCAD3
(204,202,211)
#D8D6DD
(216,214,221)
#E4E2E7
(228,226,231)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78768D; }

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

This text font color is #78768D.

Background Color

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

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

This div background color is #78768D.

Border color

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

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

This div border color is #78768D.

Opacity

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

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

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

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

This text has shadow with #78768D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78768D.

Preview

Color preview on black background

This text has color #78768D on black background.


Color preview on white background

This text has color #78768D on white background.


Black color preview on #78768D background

This text has black color on #78768D background.


White color preview on #78768D background

This text has white color on #78768D background.


Related colors

Complementary color

Complementary color for #hex is #878972.


I love getcolorcode.com

Triadic colors

1 #8D7876 and #768D78 with #78768D are triadic colors.

2 #8D7678 and #76788D with #78768D are triadic colors.