COLOR #787164

HEX: #787164
RGB: (120,113,100)

Color info

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

RGB color model

#787164 color RGB value is (120,113,100).

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

RGB channels and saturation

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

120
113
100

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

Portions of RGB colors in percentages

R + G + B =
120 + 113 + 100 = 333 (100%)
R 120 of 333 ~ 36.04%
G 113 of 333 ~ 33.93%
B 100 of 333 ~ 30.03%

%36.04
%33.93
%30.03

CMYK color model

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

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

CMYK percentages

%0
%5.83
%16.67
%52.94

Codes

Color #787164 in popluar color models

787164
RGB120113100
HSL39°9.09%43.14%
HSB/HSV39°16.67%47.06%
CMYK0.00%5.83%16.67%
52.94%

Color #787164 in popluar number systems.

HEX787164
Decimal120113100
Binary111100011100011100100
Octal170161144

Shades and tints

Shades of #787164

#787164
(120,113,100)
#6E675B
(110,103,91)
#645D52
(100,93,82)
#5A5349
(90,83,73)
#504940
(80,73,64)
#463F37
(70,63,55)
#3C352E
(60,53,46)
#322B25
(50,43,37)
#28211C
(40,33,28)
#1E1713
(30,23,19)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #787164

#787164
(120,113,100)
#847D72
(132,125,114)
#908980
(144,137,128)
#9C958E
(156,149,142)
#A8A19C
(168,161,156)
#B4ADAA
(180,173,170)
#C0B9B8
(192,185,184)
#CCC5C6
(204,197,198)
#D8D1D4
(216,209,212)
#E4DDE2
(228,221,226)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787164; }

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

This text font color is #787164.


Background Color

.myBgColor { background-color: #787164; }

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

This div background color is #787164.


Border color

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

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

This div border color is #787164.


Opacity

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

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

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

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

This text has shadow with #787164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787164 on black background.


Color preview on white background

This text has color #787164 on white background.



Black color preview on #787164 background

This text has black color on #787164 background.


White color preview on #787164 background

This text has white color on #787164 background.