COLOR #787560

HEX: #787560
RGB: (120,117,96)

Color info

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

RGB color model

#787560 color RGB value is (120,117,96).

  • red value is 120;
  • green value is 117;
  • blue value is 96.
RGB:
(120,117,96)
(47%,46%,38%)

RGB channels and saturation

R 120 of 255 = 47%
G 117 of 255 = 46%
B 96 of 255 = 38%

120
117
96

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

Portions of RGB colors in percentages

R + G + B =
120 + 117 + 96 = 333 (100%)
R 120 of 333 ~ 36.04%
G 117 of 333 ~ 35.14%
B 96 of 333 ~ 28.83%

%36.04
%35.14
%28.83

CMYK color model

#787560 color CMYK value is (0,3,20,53).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 20.00%
  • key color value is 52.94%
CMYK:
(0,3,20,53)
C0M3Y20K53 
(0%,3%,20%,53%)
(0.00/0.03/0.20/0.53)	

CMYK percentages

%0
%2.5
%20
%52.94

Codes

Color #787560 in popluar color models

787560
RGB12011796
HSL53°11.11%42.35%
HSB/HSV53°20.00%47.06%
CMYK0.00%2.50%20.00%
52.94%

Color #787560 in popluar number systems.

HEX787560
Decimal12011796
Binary111100011101011100000
Octal170165140

Shades and tints

Shades of #787560

#787560
(120,117,96)
#6E6B58
(110,107,88)
#646150
(100,97,80)
#5A5748
(90,87,72)
#504D40
(80,77,64)
#464338
(70,67,56)
#3C3930
(60,57,48)
#322F28
(50,47,40)
#282520
(40,37,32)
#1E1B18
(30,27,24)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #787560

#787560
(120,117,96)
#84816E
(132,129,110)
#908D7C
(144,141,124)
#9C998A
(156,153,138)
#A8A598
(168,165,152)
#B4B1A6
(180,177,166)
#C0BDB4
(192,189,180)
#CCC9C2
(204,201,194)
#D8D5D0
(216,213,208)
#E4E1DE
(228,225,222)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787560; }

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

This text font color is #787560.


Background Color

.myBgColor { background-color: #787560; }

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

This div background color is #787560.


Border color

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

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

This div border color is #787560.


Opacity

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

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

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

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

This text has shadow with #787560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787560 on black background.


Color preview on white background

This text has color #787560 on white background.



Black color preview on #787560 background

This text has black color on #787560 background.


White color preview on #787560 background

This text has white color on #787560 background.