COLOR #786775

HEX: #786775
RGB: (120,103,117)

Color info

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

RGB color model

#786775 color RGB value is (120,103,117).

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

RGB channels and saturation

R 120 of 255 = 47%
G 103 of 255 = 40%
B 117 of 255 = 46%

120
103
117

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

Portions of RGB colors in percentages

R + G + B =
120 + 103 + 117 = 340 (100%)
R 120 of 340 ~ 35.29%
G 103 of 340 ~ 30.29%
B 117 of 340 ~ 34.41%

%35.29
%30.29
%34.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 2.50%
  • 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
%2.5
%52.94

Codes

Color #786775 in popluar color models

786775
RGB120103117
HSL311°7.62%43.73%
HSB/HSV311°14.17%47.06%
CMYK0.00%14.17%2.50%
52.94%

Color #786775 in popluar number systems.

HEX786775
Decimal120103117
Binary111100011001111110101
Octal170147165

Shades and tints

Shades of #786775

#786775
(120,103,117)
#6E5E6B
(110,94,107)
#645561
(100,85,97)
#5A4C57
(90,76,87)
#50434D
(80,67,77)
#463A43
(70,58,67)
#3C3139
(60,49,57)
#32282F
(50,40,47)
#281F25
(40,31,37)
#1E161B
(30,22,27)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #786775

#786775
(120,103,117)
#847481
(132,116,129)
#90818D
(144,129,141)
#9C8E99
(156,142,153)
#A89BA5
(168,155,165)
#B4A8B1
(180,168,177)
#C0B5BD
(192,181,189)
#CCC2C9
(204,194,201)
#D8CFD5
(216,207,213)
#E4DCE1
(228,220,225)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786775; }

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

This text font color is #786775.


Background Color

.myBgColor { background-color: #786775; }

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

This div background color is #786775.


Border color

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

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

This div border color is #786775.


Opacity

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

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

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

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

This text has shadow with #786775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786775 on black background.


Color preview on white background

This text has color #786775 on white background.



Black color preview on #786775 background

This text has black color on #786775 background.


White color preview on #786775 background

This text has white color on #786775 background.