COLOR #787352

HEX: #787352
RGB: (120,115,82)

Color info

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

RGB color model

#787352 color RGB value is (120,115,82).

  • red value is 120;
  • green value is 115;
  • blue value is 82.
RGB:
(120,115,82)
(47%,45%,32%)

RGB channels and saturation

R 120 of 255 = 47%
G 115 of 255 = 45%
B 82 of 255 = 32%

120
115
82

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

Portions of RGB colors in percentages

R + G + B =
120 + 115 + 82 = 317 (100%)
R 120 of 317 ~ 37.85%
G 115 of 317 ~ 36.28%
B 82 of 317 ~ 25.87%

%37.85
%36.28
%25.87

CMYK color model

#787352 color CMYK value is (0,4,32,53).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 31.67%
  • key color value is 52.94%
CMYK:
(0,4,32,53)
C0M4Y32K53 
(0%,4%,32%,53%)
(0.00/0.04/0.32/0.53)	

CMYK percentages

%0
%4.17
%31.67
%52.94

Codes

Color #787352 in popluar color models

787352
RGB12011582
HSL52°18.81%39.61%
HSB/HSV52°31.67%47.06%
CMYK0.00%4.17%31.67%
52.94%

Color #787352 in popluar number systems.

HEX787352
Decimal12011582
Binary111100011100111010010
Octal170163122

Shades and tints

Shades of #787352

#787352
(120,115,82)
#6E694B
(110,105,75)
#645F44
(100,95,68)
#5A553D
(90,85,61)
#504B36
(80,75,54)
#46412F
(70,65,47)
#3C3728
(60,55,40)
#322D21
(50,45,33)
#28231A
(40,35,26)
#1E1913
(30,25,19)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #787352

#787352
(120,115,82)
#847F61
(132,127,97)
#908B70
(144,139,112)
#9C977F
(156,151,127)
#A8A38E
(168,163,142)
#B4AF9D
(180,175,157)
#C0BBAC
(192,187,172)
#CCC7BB
(204,199,187)
#D8D3CA
(216,211,202)
#E4DFD9
(228,223,217)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787352 color. Also use rgb(120,115,82) instead hex code.

Text Font Color

.myTextColor { color: #787352; }

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

This text font color is #787352.


Background Color

.myBgColor { background-color: #787352; }

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

This div background color is #787352.


Border color

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

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

This div border color is #787352.


Opacity

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

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

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

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

This text has shadow with #787352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787352 on black background.


Color preview on white background

This text has color #787352 on white background.



Black color preview on #787352 background

This text has black color on #787352 background.


White color preview on #787352 background

This text has white color on #787352 background.