COLOR #786C87

HEX: #786C87 RGB: (120,108,135)

Color info

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

RGB color model

#786C87 color RGB value is (120,108,135).

RGB: (120,108,135) (47%, 42%, 53%)

RGB channels and saturation

R 120 of 255 = 47%
G 108 of 255 = 42%
B 135 of 255 = 53%

120
108
135

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

Portions of RGB colors in percentages

R + G + B = 120 + 108 + 135 = 363 (100%)
R 120 of 363 ~ 33.06%
G 108 of 363 ~ 29.75%
B 135 of 363 ~ 37.19'%

%33.06
%29.75
%37.19

CMYK color model

#786C87 color CMYK value is (11,20,0,47).

  • cyan value is 11.11%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (11,20,0,47)
C11M20Y0K47 (11%, 20%, 0%, 47%)
(0.11 / 0.20 / 0.00 / 0.47)

CMYK percentages

%11.11
%20
%0
%47.06

Codes

Color #786C87 in popluar color models

78 6C 87
RGB 120 108 135
HSL 267° 11.11% 47.65%
HSB/HSV 267° 20.00% 52.94%
CMYK 11.11% 20.00% 0.00%
47.06%

Color #786C87 in popluar number systems.

HEX 78 6C 87
Decimal 120 108 135
Binary 1111000 1101100 10000111
Octal 170 154 207

Shades and tints

Shades of #786C87

#786C87
(120,108,135)
#6E637B
(110,99,123)
#645A6F
(100,90,111)
#5A5163
(90,81,99)
#504857
(80,72,87)
#463F4B
(70,63,75)
#3C363F
(60,54,63)
#322D33
(50,45,51)
#282427
(40,36,39)
#1E1B1B
(30,27,27)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #786C87

#786C87
(120,108,135)
#847991
(132,121,145)
#90869B
(144,134,155)
#9C93A5
(156,147,165)
#A8A0AF
(168,160,175)
#B4ADB9
(180,173,185)
#C0BAC3
(192,186,195)
#CCC7CD
(204,199,205)
#D8D4D7
(216,212,215)
#E4E1E1
(228,225,225)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786C87 color. Also use rgb(120,108,135) instead hex code.

Text Font Color

.myTextColor { color: #786C87; }

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

This text font color is #786C87.

Background Color

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

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

This div background color is #786C87.

Border color

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

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

This div border color is #786C87.

Opacity

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

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

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

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

This text has shadow with #786C87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #786C87.

Preview

Color preview on black background

This text has color #786C87 on black background.


Color preview on white background

This text has color #786C87 on white background.


Black color preview on #786C87 background

This text has black color on #786C87 background.


White color preview on #786C87 background

This text has white color on #786C87 background.


Related colors

Complementary color

Complementary color for #hex is #879378.


I love getcolorcode.com

Triadic colors

1 #87786C and #6C8778 with #786C87 are triadic colors.

2 #876C78 and #6C7887 with #786C87 are triadic colors.