COLOR #787464

HEX: #787464
RGB: (120,116,100)

Color info

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

RGB color model

#787464 color RGB value is (120,116,100).

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

RGB channels and saturation

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

120
116
100

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

Portions of RGB colors in percentages

R + G + B =
120 + 116 + 100 = 336 (100%)
R 120 of 336 ~ 35.71%
G 116 of 336 ~ 34.52%
B 100 of 336 ~ 29.76%

%35.71
%34.52
%29.76

CMYK color model

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

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

CMYK percentages

%0
%3.33
%16.67
%52.94

Codes

Color #787464 in popluar color models

787464
RGB120116100
HSL48°9.09%43.14%
HSB/HSV48°16.67%47.06%
CMYK0.00%3.33%16.67%
52.94%

Color #787464 in popluar number systems.

HEX787464
Decimal120116100
Binary111100011101001100100
Octal170164144

Shades and tints

Shades of #787464

#787464
(120,116,100)
#6E6A5B
(110,106,91)
#646052
(100,96,82)
#5A5649
(90,86,73)
#504C40
(80,76,64)
#464237
(70,66,55)
#3C382E
(60,56,46)
#322E25
(50,46,37)
#28241C
(40,36,28)
#1E1A13
(30,26,19)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #787464

#787464
(120,116,100)
#848072
(132,128,114)
#908C80
(144,140,128)
#9C988E
(156,152,142)
#A8A49C
(168,164,156)
#B4B0AA
(180,176,170)
#C0BCB8
(192,188,184)
#CCC8C6
(204,200,198)
#D8D4D4
(216,212,212)
#E4E0E2
(228,224,226)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787464; }

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

This text font color is #787464.


Background Color

.myBgColor { background-color: #787464; }

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

This div background color is #787464.


Border color

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

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

This div border color is #787464.


Opacity

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

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

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

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

This text has shadow with #787464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787464 on black background.


Color preview on white background

This text has color #787464 on white background.



Black color preview on #787464 background

This text has black color on #787464 background.


White color preview on #787464 background

This text has white color on #787464 background.