COLOR #787A55

HEX: #787A55
RGB: (120,122,85)

Color info

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

RGB color model

#787A55 color RGB value is (120,122,85).

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

RGB channels and saturation

R 120 of 255 = 47%
G 122 of 255 = 48%
B 85 of 255 = 33%

120
122
85

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

Portions of RGB colors in percentages

R + G + B =
120 + 122 + 85 = 327 (100%)
R 120 of 327 ~ 36.7%
G 122 of 327 ~ 37.31%
B 85 of 327 ~ 25.99%

%36.7
%37.31
%25.99

CMYK color model

#787A55 color CMYK value is (2,0,30,52).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 30.33%
  • key color value is 52.16%
CMYK:
(2,0,30,52)
C2M0Y30K52 
(2%,0%,30%,52%)
(0.02/0.00/0.30/0.52)	

CMYK percentages

%1.64
%0
%30.33
%52.16

Codes

Color #787A55 in popluar color models

787A55
RGB12012285
HSL63°17.87%40.59%
HSB/HSV63°30.33%47.84%
CMYK1.64%0.00%30.33%
52.16%

Color #787A55 in popluar number systems.

HEX787A55
Decimal12012285
Binary111100011110101010101
Octal170172125

Shades and tints

Shades of #787A55

#787A55
(120,122,85)
#6E6F4E
(110,111,78)
#646447
(100,100,71)
#5A5940
(90,89,64)
#504E39
(80,78,57)
#464332
(70,67,50)
#3C382B
(60,56,43)
#322D24
(50,45,36)
#28221D
(40,34,29)
#1E1716
(30,23,22)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #787A55

#787A55
(120,122,85)
#848664
(132,134,100)
#909273
(144,146,115)
#9C9E82
(156,158,130)
#A8AA91
(168,170,145)
#B4B6A0
(180,182,160)
#C0C2AF
(192,194,175)
#CCCEBE
(204,206,190)
#D8DACD
(216,218,205)
#E4E6DC
(228,230,220)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787A55; }

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

This text font color is #787A55.


Background Color

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

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

This div background color is #787A55.


Border color

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

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

This div border color is #787A55.


Opacity

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

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

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

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

This text has shadow with #787A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787A55 on black background.


Color preview on white background

This text has color #787A55 on white background.



Black color preview on #787A55 background

This text has black color on #787A55 background.


White color preview on #787A55 background

This text has white color on #787A55 background.