COLOR #787A48

HEX: #787A48
RGB: (120,122,72)

Color info

#787A48 contains red, green and blue colors in about the same proportion. Web safe color of #787A48 is #666633 (or #663).

RGB color model

#787A48 color RGB value is (120,122,72).

  • red value is 120;
  • green value is 122;
  • blue value is 72.
RGB:
(120,122,72)
(47%,48%,28%)

RGB channels and saturation

R 120 of 255 = 47%
G 122 of 255 = 48%
B 72 of 255 = 28%

120
122
72

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

Portions of RGB colors in percentages

R + G + B =
120 + 122 + 72 = 314 (100%)
R 120 of 314 ~ 38.22%
G 122 of 314 ~ 38.85%
B 72 of 314 ~ 22.93%

%38.22
%38.85
%22.93

CMYK color model

#787A48 color CMYK value is (2,0,41,52).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 40.98%
  • key color value is 52.16%
CMYK:
(2,0,41,52)
C2M0Y41K52 
(2%,0%,41%,52%)
(0.02/0.00/0.41/0.52)	

CMYK percentages

%1.64
%0
%40.98
%52.16

Codes

Color #787A48 in popluar color models

787A48
RGB12012272
HSL62°25.77%38.04%
HSB/HSV62°40.98%47.84%
CMYK1.64%0.00%40.98%
52.16%

Color #787A48 in popluar number systems.

HEX787A48
Decimal12012272
Binary111100011110101001000
Octal170172110

Shades and tints

Shades of #787A48

#787A48
(120,122,72)
#6E6F42
(110,111,66)
#64643C
(100,100,60)
#5A5936
(90,89,54)
#504E30
(80,78,48)
#46432A
(70,67,42)
#3C3824
(60,56,36)
#322D1E
(50,45,30)
#282218
(40,34,24)
#1E1712
(30,23,18)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #787A48

#787A48
(120,122,72)
#848658
(132,134,88)
#909268
(144,146,104)
#9C9E78
(156,158,120)
#A8AA88
(168,170,136)
#B4B698
(180,182,152)
#C0C2A8
(192,194,168)
#CCCEB8
(204,206,184)
#D8DAC8
(216,218,200)
#E4E6D8
(228,230,216)
#F0F2E8
(240,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787A48 color. Also use rgb(120,122,72) instead hex code.

Text Font Color

.myTextColor { color: #787A48; }

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

This text font color is #787A48.


Background Color

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

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

This div background color is #787A48.


Border color

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

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

This div border color is #787A48.


Opacity

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

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

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

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

This text has shadow with #787A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787A48 on black background.


Color preview on white background

This text has color #787A48 on white background.



Black color preview on #787A48 background

This text has black color on #787A48 background.


White color preview on #787A48 background

This text has white color on #787A48 background.