COLOR #786774

HEX: #786774
RGB: (120,103,116)

Color info

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

RGB color model

#786774 color RGB value is (120,103,116).

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

RGB channels and saturation

R 120 of 255 = 47%
G 103 of 255 = 40%
B 116 of 255 = 45%

120
103
116

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

Portions of RGB colors in percentages

R + G + B =
120 + 103 + 116 = 339 (100%)
R 120 of 339 ~ 35.4%
G 103 of 339 ~ 30.38%
B 116 of 339 ~ 34.22%

%35.4
%30.38
%34.22

CMYK color model

#786774 color CMYK value is (0,14,3,53).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 3.33%
  • key color value is 52.94%
CMYK:
(0,14,3,53)
C0M14Y3K53 
(0%,14%,3%,53%)
(0.00/0.14/0.03/0.53)	

CMYK percentages

%0
%14.17
%3.33
%52.94

Codes

Color #786774 in popluar color models

786774
RGB120103116
HSL314°7.62%43.73%
HSB/HSV314°14.17%47.06%
CMYK0.00%14.17%3.33%
52.94%

Color #786774 in popluar number systems.

HEX786774
Decimal120103116
Binary111100011001111110100
Octal170147164

Shades and tints

Shades of #786774

#786774
(120,103,116)
#6E5E6A
(110,94,106)
#645560
(100,85,96)
#5A4C56
(90,76,86)
#50434C
(80,67,76)
#463A42
(70,58,66)
#3C3138
(60,49,56)
#32282E
(50,40,46)
#281F24
(40,31,36)
#1E161A
(30,22,26)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #786774

#786774
(120,103,116)
#847480
(132,116,128)
#90818C
(144,129,140)
#9C8E98
(156,142,152)
#A89BA4
(168,155,164)
#B4A8B0
(180,168,176)
#C0B5BC
(192,181,188)
#CCC2C8
(204,194,200)
#D8CFD4
(216,207,212)
#E4DCE0
(228,220,224)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786774; }

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

This text font color is #786774.


Background Color

.myBgColor { background-color: #786774; }

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

This div background color is #786774.


Border color

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

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

This div border color is #786774.


Opacity

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

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

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

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

This text has shadow with #786774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786774 on black background.


Color preview on white background

This text has color #786774 on white background.



Black color preview on #786774 background

This text has black color on #786774 background.


White color preview on #786774 background

This text has white color on #786774 background.