COLOR #787251

HEX: #787251 RGB: (120,114,81)

Color info

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

RGB color model

#787251 color RGB value is (120,114,81).

RGB: (120,114,81) (47%, 45%, 32%)

RGB channels and saturation

R 120 of 255 = 47%
G 114 of 255 = 45%
B 81 of 255 = 32%

120
114
81

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

Portions of RGB colors in percentages

R + G + B = 120 + 114 + 81 = 315 (100%)
R 120 of 315 ~ 38.1%
G 114 of 315 ~ 36.19%
B 81 of 315 ~ 25.71'%

%38.1
%36.19
%25.71

CMYK color model

#787251 color CMYK value is (0,5,33,53).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 32.50%
  • key color value is 52.94%

CMYK: (0,5,33,53)
C0M5Y33K53 (0%, 5%, 33%, 53%)
(0.00 / 0.05 / 0.33 / 0.53)

CMYK percentages

%0
%5
%32.5
%52.94

Codes

Color #787251 in popluar color models

78 72 51
RGB 120 114 81
HSL 51° 19.40% 39.41%
HSB/HSV 51° 32.50% 47.06%
CMYK 0.00% 5.00% 32.50%
52.94%

Color #787251 in popluar number systems.

HEX 78 72 51
Decimal 120 114 81
Binary 1111000 1110010 1010001
Octal 170 162 121

Shades and tints

Shades of #787251

#787251
(120,114,81)
#6E684A
(110,104,74)
#645E43
(100,94,67)
#5A543C
(90,84,60)
#504A35
(80,74,53)
#46402E
(70,64,46)
#3C3627
(60,54,39)
#322C20
(50,44,32)
#282219
(40,34,25)
#1E1812
(30,24,18)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #787251

#787251
(120,114,81)
#847E60
(132,126,96)
#908A6F
(144,138,111)
#9C967E
(156,150,126)
#A8A28D
(168,162,141)
#B4AE9C
(180,174,156)
#C0BAAB
(192,186,171)
#CCC6BA
(204,198,186)
#D8D2C9
(216,210,201)
#E4DED8
(228,222,216)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787251; }

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

This text font color is #787251.

Background Color

.myBgColor { background-color: #787251; }

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

This div background color is #787251.

Border color

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

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

This div border color is #787251.

Opacity

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

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

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

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

This text has shadow with #787251 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787251.

Preview

Color preview on black background

This text has color #787251 on black background.


Color preview on white background

This text has color #787251 on white background.


Black color preview on #787251 background

This text has black color on #787251 background.


White color preview on #787251 background

This text has white color on #787251 background.


Related colors

Complementary color

Complementary color for #hex is #878DAE.


I love getcolorcode.com

Triadic colors

1 #517872 and #725178 with #787251 are triadic colors.

2 #517278 and #727851 with #787251 are triadic colors.