COLOR #787754

HEX: #787754 RGB: (120,119,84)

Color info

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

RGB color model

#787754 color RGB value is (120,119,84).

RGB: (120,119,84) (47%, 47%, 33%)

RGB channels and saturation

R 120 of 255 = 47%
G 119 of 255 = 47%
B 84 of 255 = 33%

120
119
84

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

Portions of RGB colors in percentages

R + G + B = 120 + 119 + 84 = 323 (100%)
R 120 of 323 ~ 37.15%
G 119 of 323 ~ 36.84%
B 84 of 323 ~ 26.01'%

%37.15
%36.84
%26.01

CMYK color model

#787754 color CMYK value is (0,1,30,53).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 30.00%
  • key color value is 52.94%

CMYK: (0,1,30,53)
C0M1Y30K53 (0%, 1%, 30%, 53%)
(0.00 / 0.01 / 0.30 / 0.53)

CMYK percentages

%0
%0.83
%30
%52.94

Codes

Color #787754 in popluar color models

78 77 54
RGB 120 119 84
HSL 58° 17.65% 40.00%
HSB/HSV 58° 30.00% 47.06%
CMYK 0.00% 0.83% 30.00%
52.94%

Color #787754 in popluar number systems.

HEX 78 77 54
Decimal 120 119 84
Binary 1111000 1110111 1010100
Octal 170 167 124

Shades and tints

Shades of #787754

#787754
(120,119,84)
#6E6D4D
(110,109,77)
#646346
(100,99,70)
#5A593F
(90,89,63)
#504F38
(80,79,56)
#464531
(70,69,49)
#3C3B2A
(60,59,42)
#323123
(50,49,35)
#28271C
(40,39,28)
#1E1D15
(30,29,21)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #787754

#787754
(120,119,84)
#848363
(132,131,99)
#908F72
(144,143,114)
#9C9B81
(156,155,129)
#A8A790
(168,167,144)
#B4B39F
(180,179,159)
#C0BFAE
(192,191,174)
#CCCBBD
(204,203,189)
#D8D7CC
(216,215,204)
#E4E3DB
(228,227,219)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787754 color. Also use rgb(120,119,84) instead hex code.

Text Font Color

.myTextColor { color: #787754; }

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

This text font color is #787754.

Background Color

.myBgColor { background-color: #787754; }

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

This div background color is #787754.

Border color

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

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

This div border color is #787754.

Opacity

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

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

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

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

This text has shadow with #787754 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787754.

Preview

Color preview on black background

This text has color #787754 on black background.


Color preview on white background

This text has color #787754 on white background.


Black color preview on #787754 background

This text has black color on #787754 background.


White color preview on #787754 background

This text has white color on #787754 background.


Related colors

Complementary color

Complementary color for #hex is #8788AB.


I love getcolorcode.com

Triadic colors

1 #547877 and #775478 with #787754 are triadic colors.

2 #547778 and #777854 with #787754 are triadic colors.