COLOR #787968

HEX: #787968
RGB: (120,121,104)

Color info

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

RGB color model

#787968 color RGB value is (120,121,104).

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

RGB channels and saturation

R 120 of 255 = 47%
G 121 of 255 = 47%
B 104 of 255 = 41%

120
121
104

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

Portions of RGB colors in percentages

R + G + B =
120 + 121 + 104 = 345 (100%)
R 120 of 345 ~ 34.78%
G 121 of 345 ~ 35.07%
B 104 of 345 ~ 30.14%

%34.78
%35.07
%30.14

CMYK color model

#787968 color CMYK value is (1,0,14,53).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 14.05%
  • key color value is 52.55%
CMYK:
(1,0,14,53)
C1M0Y14K53 
(1%,0%,14%,53%)
(0.01/0.00/0.14/0.53)	

CMYK percentages

%0.83
%0
%14.05
%52.55

Codes

Color #787968 in popluar color models

787968
RGB120121104
HSL64°7.56%44.12%
HSB/HSV64°14.05%47.45%
CMYK0.83%0.00%14.05%
52.55%

Color #787968 in popluar number systems.

HEX787968
Decimal120121104
Binary111100011110011101000
Octal170171150

Shades and tints

Shades of #787968

#787968
(120,121,104)
#6E6E5F
(110,110,95)
#646356
(100,99,86)
#5A584D
(90,88,77)
#504D44
(80,77,68)
#46423B
(70,66,59)
#3C3732
(60,55,50)
#322C29
(50,44,41)
#282120
(40,33,32)
#1E1617
(30,22,23)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #787968

#787968
(120,121,104)
#848575
(132,133,117)
#909182
(144,145,130)
#9C9D8F
(156,157,143)
#A8A99C
(168,169,156)
#B4B5A9
(180,181,169)
#C0C1B6
(192,193,182)
#CCCDC3
(204,205,195)
#D8D9D0
(216,217,208)
#E4E5DD
(228,229,221)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787968; }

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

This text font color is #787968.


Background Color

.myBgColor { background-color: #787968; }

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

This div background color is #787968.


Border color

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

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

This div border color is #787968.


Opacity

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

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

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

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

This text has shadow with #787968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787968 on black background.


Color preview on white background

This text has color #787968 on white background.



Black color preview on #787968 background

This text has black color on #787968 background.


White color preview on #787968 background

This text has white color on #787968 background.