COLOR #78615C

HEX: #78615C
RGB: (120,97,92)

Color info

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

RGB color model

#78615C color RGB value is (120,97,92).

  • red value is 120;
  • green value is 97;
  • blue value is 92.
RGB:
(120,97,92)
(47%,38%,36%)

RGB channels and saturation

R 120 of 255 = 47%
G 97 of 255 = 38%
B 92 of 255 = 36%

120
97
92

R + G + B ~ 40%. #78615C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 97 + 92 = 309 (100%)
R 120 of 309 ~ 38.83%
G 97 of 309 ~ 31.39%
B 92 of 309 ~ 29.77%

%38.83
%31.39
%29.77

CMYK color model

#78615C color CMYK value is (0,19,23,53).

  • cyan value is 0.00%
  • magenta value is 19.17%
  • yellow value is 23.33%
  • key color value is 52.94%
CMYK:
(0,19,23,53)
C0M19Y23K53 
(0%,19%,23%,53%)
(0.00/0.19/0.23/0.53)	

CMYK percentages

%0
%19.17
%23.33
%52.94

Codes

Color #78615C in popluar color models

78615C
RGB1209792
HSL11°13.21%41.57%
HSB/HSV11°23.33%47.06%
CMYK0.00%19.17%23.33%
52.94%

Color #78615C in popluar number systems.

HEX78615C
Decimal1209792
Binary111100011000011011100
Octal170141134

Shades and tints

Shades of #78615C

#78615C
(120,97,92)
#6E5954
(110,89,84)
#64514C
(100,81,76)
#5A4944
(90,73,68)
#50413C
(80,65,60)
#463934
(70,57,52)
#3C312C
(60,49,44)
#322924
(50,41,36)
#28211C
(40,33,28)
#1E1914
(30,25,20)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #78615C

#78615C
(120,97,92)
#846F6A
(132,111,106)
#907D78
(144,125,120)
#9C8B86
(156,139,134)
#A89994
(168,153,148)
#B4A7A2
(180,167,162)
#C0B5B0
(192,181,176)
#CCC3BE
(204,195,190)
#D8D1CC
(216,209,204)
#E4DFDA
(228,223,218)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78615C color. Also use rgb(120,97,92) instead hex code.

Text Font Color

.myTextColor { color: #78615C; }

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

This text font color is #78615C.


Background Color

.myBgColor { background-color: #78615C; }

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

This div background color is #78615C.


Border color

.myBorderColor { border: 1px solid #78615C; }

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

This div border color is #78615C.


Opacity

.myOpacity80 { color: #78615C; opacity: 0.8; }

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

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

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

This text has shadow with #78615C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78615C on black background.


Color preview on white background

This text has color #78615C on white background.



Black color preview on #78615C background

This text has black color on #78615C background.


White color preview on #78615C background

This text has white color on #78615C background.