COLOR #787B51

HEX: #787B51
RGB: (120,123,81)

Color info

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

RGB color model

#787B51 color RGB value is (120,123,81).

  • red value is 120;
  • green value is 123;
  • blue value is 81.
RGB:
(120,123,81)
(47%,48%,32%)

RGB channels and saturation

R 120 of 255 = 47%
G 123 of 255 = 48%
B 81 of 255 = 32%

120
123
81

R + G + B ~ 42%. #787B51 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 123 + 81 = 324 (100%)
R 120 of 324 ~ 37.04%
G 123 of 324 ~ 37.96%
B 81 of 324 ~ 25%

%37.04
%37.96
%25

CMYK color model

#787B51 color CMYK value is (2,0,34,52).

  • cyan value is 2.44%
  • magenta value is 0.00%
  • yellow value is 34.15%
  • key color value is 51.76%
CMYK:
(2,0,34,52)
C2M0Y34K52 
(2%,0%,34%,52%)
(0.02/0.00/0.34/0.52)	

CMYK percentages

%2.44
%0
%34.15
%51.76

Codes

Color #787B51 in popluar color models

787B51
RGB12012381
HSL64°20.59%40.00%
HSB/HSV64°34.15%48.24%
CMYK2.44%0.00%34.15%
51.76%

Color #787B51 in popluar number systems.

HEX787B51
Decimal12012381
Binary111100011110111010001
Octal170173121

Shades and tints

Shades of #787B51

#787B51
(120,123,81)
#6E704A
(110,112,74)
#646543
(100,101,67)
#5A5A3C
(90,90,60)
#504F35
(80,79,53)
#46442E
(70,68,46)
#3C3927
(60,57,39)
#322E20
(50,46,32)
#282319
(40,35,25)
#1E1812
(30,24,18)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #787B51

#787B51
(120,123,81)
#848760
(132,135,96)
#90936F
(144,147,111)
#9C9F7E
(156,159,126)
#A8AB8D
(168,171,141)
#B4B79C
(180,183,156)
#C0C3AB
(192,195,171)
#CCCFBA
(204,207,186)
#D8DBC9
(216,219,201)
#E4E7D8
(228,231,216)
#F0F3E7
(240,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787B51 color. Also use rgb(120,123,81) instead hex code.

Text Font Color

.myTextColor { color: #787B51; }

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

This text font color is #787B51.


Background Color

.myBgColor { background-color: #787B51; }

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

This div background color is #787B51.


Border color

.myBorderColor { border: 1px solid #787B51; }

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

This div border color is #787B51.


Opacity

.myOpacity80 { color: #787B51; opacity: 0.8; }

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

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

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

This text has shadow with #787B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787B51 on black background.


Color preview on white background

This text has color #787B51 on white background.



Black color preview on #787B51 background

This text has black color on #787B51 background.


White color preview on #787B51 background

This text has white color on #787B51 background.