COLOR #786D8F

HEX: #786D8F RGB: (120,109,143)

Color info

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

RGB color model

#786D8F color RGB value is (120,109,143).

RGB: (120,109,143) (47%, 43%, 56%)

RGB channels and saturation

R 120 of 255 = 47%
G 109 of 255 = 43%
B 143 of 255 = 56%

120
109
143

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

Portions of RGB colors in percentages

R + G + B = 120 + 109 + 143 = 372 (100%)
R 120 of 372 ~ 32.26%
G 109 of 372 ~ 29.3%
B 143 of 372 ~ 38.44'%

%32.26
%29.3
%38.44

CMYK color model

#786D8F color CMYK value is (16,24,0,44).

  • cyan value is 16.08%
  • magenta value is 23.78%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (16,24,0,44)
C16M24Y0K44 (16%, 24%, 0%, 44%)
(0.16 / 0.24 / 0.00 / 0.44)

CMYK percentages

%16.08
%23.78
%0
%43.92

Codes

Color #786D8F in popluar color models

78 6D 8F
RGB 120 109 143
HSL 259° 13.49% 49.41%
HSB/HSV 259° 23.78% 56.08%
CMYK 16.08% 23.78% 0.00%
43.92%

Color #786D8F in popluar number systems.

HEX 78 6D 8F
Decimal 120 109 143
Binary 1111000 1101101 10001111
Octal 170 155 217

Shades and tints

Shades of #786D8F

#786D8F
(120,109,143)
#6E6482
(110,100,130)
#645B75
(100,91,117)
#5A5268
(90,82,104)
#50495B
(80,73,91)
#46404E
(70,64,78)
#3C3741
(60,55,65)
#322E34
(50,46,52)
#282527
(40,37,39)
#1E1C1A
(30,28,26)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #786D8F

#786D8F
(120,109,143)
#847A99
(132,122,153)
#9087A3
(144,135,163)
#9C94AD
(156,148,173)
#A8A1B7
(168,161,183)
#B4AEC1
(180,174,193)
#C0BBCB
(192,187,203)
#CCC8D5
(204,200,213)
#D8D5DF
(216,213,223)
#E4E2E9
(228,226,233)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786D8F color. Also use rgb(120,109,143) instead hex code.

Text Font Color

.myTextColor { color: #786D8F; }

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

This text font color is #786D8F.

Background Color

.myBgColor { background-color: #786D8F; }

<div style="background-color:#786D8F">Inner text</div>

This div background color is #786D8F.

Border color

.myBorderColor { border: 1px solid #786D8F; }

<div style="border:3px solid #786D8F">Div</div>

This div border color is #786D8F.

Opacity

.myOpacity80 { color: #786D8F; opacity: 0.8; }

<p style="color:#786D8F;opacity:0.8;">80%</p>

Text with #786D8F 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 #786D8F;}

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

This text has shadow with #786D8F color.


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

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

This text has shadow with #786D8F primary color and red secondary color.


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

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

This text has shadow with #786D8F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #786D8F.

Preview

Color preview on black background

This text has color #786D8F on black background.


Color preview on white background

This text has color #786D8F on white background.


Black color preview on #786D8F background

This text has black color on #786D8F background.


White color preview on #786D8F background

This text has white color on #786D8F background.


Related colors

Complementary color

Complementary color for #hex is #879270.


I love getcolorcode.com

Triadic colors

1 #8F786D and #6D8F78 with #786D8F are triadic colors.

2 #8F6D78 and #6D788F with #786D8F are triadic colors.