COLOR #787169

HEX: #787169
RGB: (120,113,105)

Color info

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

RGB color model

#787169 color RGB value is (120,113,105).

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

RGB channels and saturation

R 120 of 255 = 47%
G 113 of 255 = 44%
B 105 of 255 = 41%

120
113
105

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

Portions of RGB colors in percentages

R + G + B =
120 + 113 + 105 = 338 (100%)
R 120 of 338 ~ 35.5%
G 113 of 338 ~ 33.43%
B 105 of 338 ~ 31.07%

%35.5
%33.43
%31.07

CMYK color model

#787169 color CMYK value is (0,6,13,53).

  • cyan value is 0.00%
  • magenta value is 5.83%
  • yellow value is 12.50%
  • key color value is 52.94%
CMYK:
(0,6,13,53)
C0M6Y13K53 
(0%,6%,13%,53%)
(0.00/0.06/0.13/0.53)	

CMYK percentages

%0
%5.83
%12.5
%52.94

Codes

Color #787169 in popluar color models

787169
RGB120113105
HSL32°6.67%44.12%
HSB/HSV32°12.50%47.06%
CMYK0.00%5.83%12.50%
52.94%

Color #787169 in popluar number systems.

HEX787169
Decimal120113105
Binary111100011100011101001
Octal170161151

Shades and tints

Shades of #787169

#787169
(120,113,105)
#6E6760
(110,103,96)
#645D57
(100,93,87)
#5A534E
(90,83,78)
#504945
(80,73,69)
#463F3C
(70,63,60)
#3C3533
(60,53,51)
#322B2A
(50,43,42)
#282121
(40,33,33)
#1E1718
(30,23,24)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #787169

#787169
(120,113,105)
#847D76
(132,125,118)
#908983
(144,137,131)
#9C9590
(156,149,144)
#A8A19D
(168,161,157)
#B4ADAA
(180,173,170)
#C0B9B7
(192,185,183)
#CCC5C4
(204,197,196)
#D8D1D1
(216,209,209)
#E4DDDE
(228,221,222)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787169; }

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

This text font color is #787169.


Background Color

.myBgColor { background-color: #787169; }

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

This div background color is #787169.


Border color

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

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

This div border color is #787169.


Opacity

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

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

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

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

This text has shadow with #787169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787169 on black background.


Color preview on white background

This text has color #787169 on white background.



Black color preview on #787169 background

This text has black color on #787169 background.


White color preview on #787169 background

This text has white color on #787169 background.