COLOR #786777

HEX: #786777
RGB: (120,103,119)

Color info

#786777 contains red, green and blue colors in about the same proportion. Web safe color of #786777 is #666666 (or #666).

RGB color model

#786777 color RGB value is (120,103,119).

  • red value is 120;
  • green value is 103;
  • blue value is 119.
RGB:
(120,103,119)
(47%,40%,47%)

RGB channels and saturation

R 120 of 255 = 47%
G 103 of 255 = 40%
B 119 of 255 = 47%

120
103
119

R + G + B ~ 45%. #786777 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 103 + 119 = 342 (100%)
R 120 of 342 ~ 35.09%
G 103 of 342 ~ 30.12%
B 119 of 342 ~ 34.8%

%35.09
%30.12
%34.8

CMYK color model

#786777 color CMYK value is (0,14,1,53).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 0.83%
  • key color value is 52.94%
CMYK:
(0,14,1,53)
C0M14Y1K53 
(0%,14%,1%,53%)
(0.00/0.14/0.01/0.53)	

CMYK percentages

%0
%14.17
%0.83
%52.94

Codes

Color #786777 in popluar color models

786777
RGB120103119
HSL304°7.62%43.73%
HSB/HSV304°14.17%47.06%
CMYK0.00%14.17%0.83%
52.94%

Color #786777 in popluar number systems.

HEX786777
Decimal120103119
Binary111100011001111110111
Octal170147167

Shades and tints

Shades of #786777

#786777
(120,103,119)
#6E5E6D
(110,94,109)
#645563
(100,85,99)
#5A4C59
(90,76,89)
#50434F
(80,67,79)
#463A45
(70,58,69)
#3C313B
(60,49,59)
#322831
(50,40,49)
#281F27
(40,31,39)
#1E161D
(30,22,29)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #786777

#786777
(120,103,119)
#847483
(132,116,131)
#90818F
(144,129,143)
#9C8E9B
(156,142,155)
#A89BA7
(168,155,167)
#B4A8B3
(180,168,179)
#C0B5BF
(192,181,191)
#CCC2CB
(204,194,203)
#D8CFD7
(216,207,215)
#E4DCE3
(228,220,227)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786777 color. Also use rgb(120,103,119) instead hex code.

Text Font Color

.myTextColor { color: #786777; }

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

This text font color is #786777.


Background Color

.myBgColor { background-color: #786777; }

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

This div background color is #786777.


Border color

.myBorderColor { border: 1px solid #786777; }

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

This div border color is #786777.


Opacity

.myOpacity80 { color: #786777; opacity: 0.8; }

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

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

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

This text has shadow with #786777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786777 on black background.


Color preview on white background

This text has color #786777 on white background.



Black color preview on #786777 background

This text has black color on #786777 background.


White color preview on #786777 background

This text has white color on #786777 background.