COLOR #786464

HEX: #786464
RGB: (120,100,100)

Color info

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

RGB color model

#786464 color RGB value is (120,100,100).

  • red value is 120;
  • green value is 100;
  • blue value is 100.
RGB:
(120,100,100)
(47%,39%,39%)

RGB channels and saturation

R 120 of 255 = 47%
G 100 of 255 = 39%
B 100 of 255 = 39%

120
100
100

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

Portions of RGB colors in percentages

R + G + B =
120 + 100 + 100 = 320 (100%)
R 120 of 320 ~ 37.5%
G 100 of 320 ~ 31.25%
B 100 of 320 ~ 31.25%

%37.5
%31.25
%31.25

CMYK color model

#786464 color CMYK value is (0,17,17,53).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 16.67%
  • key color value is 52.94%
CMYK:
(0,17,17,53)
C0M17Y17K53 
(0%,17%,17%,53%)
(0.00/0.17/0.17/0.53)	

CMYK percentages

%0
%16.67
%16.67
%52.94

Codes

Color #786464 in popluar color models

786464
RGB120100100
HSL9.09%43.14%
HSB/HSV16.67%47.06%
CMYK0.00%16.67%16.67%
52.94%

Color #786464 in popluar number systems.

HEX786464
Decimal120100100
Binary111100011001001100100
Octal170144144

Shades and tints

Shades of #786464

#786464
(120,100,100)
#6E5B5B
(110,91,91)
#645252
(100,82,82)
#5A4949
(90,73,73)
#504040
(80,64,64)
#463737
(70,55,55)
#3C2E2E
(60,46,46)
#322525
(50,37,37)
#281C1C
(40,28,28)
#1E1313
(30,19,19)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #786464

#786464
(120,100,100)
#847272
(132,114,114)
#908080
(144,128,128)
#9C8E8E
(156,142,142)
#A89C9C
(168,156,156)
#B4AAAA
(180,170,170)
#C0B8B8
(192,184,184)
#CCC6C6
(204,198,198)
#D8D4D4
(216,212,212)
#E4E2E2
(228,226,226)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #786464; }

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

This text font color is #786464.


Background Color

.myBgColor { background-color: #786464; }

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

This div background color is #786464.


Border color

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

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

This div border color is #786464.


Opacity

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

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

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

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

This text has shadow with #786464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786464 on black background.


Color preview on white background

This text has color #786464 on white background.



Black color preview on #786464 background

This text has black color on #786464 background.


White color preview on #786464 background

This text has white color on #786464 background.