COLOR #786872

HEX: #786872
RGB: (120,104,114)

Color info

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

RGB color model

#786872 color RGB value is (120,104,114).

  • red value is 120;
  • green value is 104;
  • blue value is 114.
RGB:
(120,104,114)
(47%,41%,45%)

RGB channels and saturation

R 120 of 255 = 47%
G 104 of 255 = 41%
B 114 of 255 = 45%

120
104
114

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

Portions of RGB colors in percentages

R + G + B =
120 + 104 + 114 = 338 (100%)
R 120 of 338 ~ 35.5%
G 104 of 338 ~ 30.77%
B 114 of 338 ~ 33.73%

%35.5
%30.77
%33.73

CMYK color model

#786872 color CMYK value is (0,13,5,53).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 5.00%
  • key color value is 52.94%
CMYK:
(0,13,5,53)
C0M13Y5K53 
(0%,13%,5%,53%)
(0.00/0.13/0.05/0.53)	

CMYK percentages

%0
%13.33
%5
%52.94

Codes

Color #786872 in popluar color models

786872
RGB120104114
HSL323°7.14%43.92%
HSB/HSV323°13.33%47.06%
CMYK0.00%13.33%5.00%
52.94%

Color #786872 in popluar number systems.

HEX786872
Decimal120104114
Binary111100011010001110010
Octal170150162

Shades and tints

Shades of #786872

#786872
(120,104,114)
#6E5F68
(110,95,104)
#64565E
(100,86,94)
#5A4D54
(90,77,84)
#50444A
(80,68,74)
#463B40
(70,59,64)
#3C3236
(60,50,54)
#32292C
(50,41,44)
#282022
(40,32,34)
#1E1718
(30,23,24)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #786872

#786872
(120,104,114)
#84757E
(132,117,126)
#90828A
(144,130,138)
#9C8F96
(156,143,150)
#A89CA2
(168,156,162)
#B4A9AE
(180,169,174)
#C0B6BA
(192,182,186)
#CCC3C6
(204,195,198)
#D8D0D2
(216,208,210)
#E4DDDE
(228,221,222)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786872 color. Also use rgb(120,104,114) instead hex code.

Text Font Color

.myTextColor { color: #786872; }

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

This text font color is #786872.


Background Color

.myBgColor { background-color: #786872; }

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

This div background color is #786872.


Border color

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

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

This div border color is #786872.


Opacity

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

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

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

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

This text has shadow with #786872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786872 on black background.


Color preview on white background

This text has color #786872 on white background.



Black color preview on #786872 background

This text has black color on #786872 background.


White color preview on #786872 background

This text has white color on #786872 background.