COLOR #787366

HEX: #787366
RGB: (120,115,102)

Color info

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

RGB color model

#787366 color RGB value is (120,115,102).

  • red value is 120;
  • green value is 115;
  • blue value is 102.
RGB:
(120,115,102)
(47%,45%,40%)

RGB channels and saturation

R 120 of 255 = 47%
G 115 of 255 = 45%
B 102 of 255 = 40%

120
115
102

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

Portions of RGB colors in percentages

R + G + B =
120 + 115 + 102 = 337 (100%)
R 120 of 337 ~ 35.61%
G 115 of 337 ~ 34.12%
B 102 of 337 ~ 30.27%

%35.61
%34.12
%30.27

CMYK color model

#787366 color CMYK value is (0,4,15,53).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 15.00%
  • key color value is 52.94%
CMYK:
(0,4,15,53)
C0M4Y15K53 
(0%,4%,15%,53%)
(0.00/0.04/0.15/0.53)	

CMYK percentages

%0
%4.17
%15
%52.94

Codes

Color #787366 in popluar color models

787366
RGB120115102
HSL43°8.11%43.53%
HSB/HSV43°15.00%47.06%
CMYK0.00%4.17%15.00%
52.94%

Color #787366 in popluar number systems.

HEX787366
Decimal120115102
Binary111100011100111100110
Octal170163146

Shades and tints

Shades of #787366

#787366
(120,115,102)
#6E695D
(110,105,93)
#645F54
(100,95,84)
#5A554B
(90,85,75)
#504B42
(80,75,66)
#464139
(70,65,57)
#3C3730
(60,55,48)
#322D27
(50,45,39)
#28231E
(40,35,30)
#1E1915
(30,25,21)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #787366

#787366
(120,115,102)
#847F73
(132,127,115)
#908B80
(144,139,128)
#9C978D
(156,151,141)
#A8A39A
(168,163,154)
#B4AFA7
(180,175,167)
#C0BBB4
(192,187,180)
#CCC7C1
(204,199,193)
#D8D3CE
(216,211,206)
#E4DFDB
(228,223,219)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787366 color. Also use rgb(120,115,102) instead hex code.

Text Font Color

.myTextColor { color: #787366; }

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

This text font color is #787366.


Background Color

.myBgColor { background-color: #787366; }

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

This div background color is #787366.


Border color

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

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

This div border color is #787366.


Opacity

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

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

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

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

This text has shadow with #787366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787366 on black background.


Color preview on white background

This text has color #787366 on white background.



Black color preview on #787366 background

This text has black color on #787366 background.


White color preview on #787366 background

This text has white color on #787366 background.