COLOR #786C81

HEX: #786C81
RGB: (120,108,129)

Color info

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

RGB color model

#786C81 color RGB value is (120,108,129).

  • red value is 120;
  • green value is 108;
  • blue value is 129.
RGB:
(120,108,129)
(47%,42%,51%)

RGB channels and saturation

R 120 of 255 = 47%
G 108 of 255 = 42%
B 129 of 255 = 51%

120
108
129

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

Portions of RGB colors in percentages

R + G + B =
120 + 108 + 129 = 357 (100%)
R 120 of 357 ~ 33.61%
G 108 of 357 ~ 30.25%
B 129 of 357 ~ 36.13%

%33.61
%30.25
%36.13

CMYK color model

#786C81 color CMYK value is (7,16,0,49).

  • cyan value is 6.98%
  • magenta value is 16.28%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(7,16,0,49)
C7M16Y0K49 
(7%,16%,0%,49%)
(0.07/0.16/0.00/0.49)	

CMYK percentages

%6.98
%16.28
%0
%49.41

Codes

Color #786C81 in popluar color models

786C81
RGB120108129
HSL274°8.86%46.47%
HSB/HSV274°16.28%50.59%
CMYK6.98%16.28%0.00%
49.41%

Color #786C81 in popluar number systems.

HEX786C81
Decimal120108129
Binary1111000110110010000001
Octal170154201

Shades and tints

Shades of #786C81

#786C81
(120,108,129)
#6E6376
(110,99,118)
#645A6B
(100,90,107)
#5A5160
(90,81,96)
#504855
(80,72,85)
#463F4A
(70,63,74)
#3C363F
(60,54,63)
#322D34
(50,45,52)
#282429
(40,36,41)
#1E1B1E
(30,27,30)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #786C81

#786C81
(120,108,129)
#84798C
(132,121,140)
#908697
(144,134,151)
#9C93A2
(156,147,162)
#A8A0AD
(168,160,173)
#B4ADB8
(180,173,184)
#C0BAC3
(192,186,195)
#CCC7CE
(204,199,206)
#D8D4D9
(216,212,217)
#E4E1E4
(228,225,228)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786C81; }

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

This text font color is #786C81.


Background Color

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

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

This div background color is #786C81.


Border color

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

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

This div border color is #786C81.


Opacity

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

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

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

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

This text has shadow with #786C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786C81 on black background.


Color preview on white background

This text has color #786C81 on white background.



Black color preview on #786C81 background

This text has black color on #786C81 background.


White color preview on #786C81 background

This text has white color on #786C81 background.