COLOR #78615F

HEX: #78615F
RGB: (120,97,95)

Color info

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

RGB color model

#78615F color RGB value is (120,97,95).

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

RGB channels and saturation

R 120 of 255 = 47%
G 97 of 255 = 38%
B 95 of 255 = 37%

120
97
95

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

Portions of RGB colors in percentages

R + G + B =
120 + 97 + 95 = 312 (100%)
R 120 of 312 ~ 38.46%
G 97 of 312 ~ 31.09%
B 95 of 312 ~ 30.45%

%38.46
%31.09
%30.45

CMYK color model

#78615F color CMYK value is (0,19,21,53).

  • cyan value is 0.00%
  • magenta value is 19.17%
  • yellow value is 20.83%
  • key color value is 52.94%
CMYK:
(0,19,21,53)
C0M19Y21K53 
(0%,19%,21%,53%)
(0.00/0.19/0.21/0.53)	

CMYK percentages

%0
%19.17
%20.83
%52.94

Codes

Color #78615F in popluar color models

78615F
RGB1209795
HSL11.63%42.16%
HSB/HSV20.83%47.06%
CMYK0.00%19.17%20.83%
52.94%

Color #78615F in popluar number systems.

HEX78615F
Decimal1209795
Binary111100011000011011111
Octal170141137

Shades and tints

Shades of #78615F

#78615F
(120,97,95)
#6E5957
(110,89,87)
#64514F
(100,81,79)
#5A4947
(90,73,71)
#50413F
(80,65,63)
#463937
(70,57,55)
#3C312F
(60,49,47)
#322927
(50,41,39)
#28211F
(40,33,31)
#1E1917
(30,25,23)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #78615F

#78615F
(120,97,95)
#846F6D
(132,111,109)
#907D7B
(144,125,123)
#9C8B89
(156,139,137)
#A89997
(168,153,151)
#B4A7A5
(180,167,165)
#C0B5B3
(192,181,179)
#CCC3C1
(204,195,193)
#D8D1CF
(216,209,207)
#E4DFDD
(228,223,221)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78615F; }

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

This text font color is #78615F.


Background Color

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

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

This div background color is #78615F.


Border color

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

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

This div border color is #78615F.


Opacity

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

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

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

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

This text has shadow with #78615F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78615F on black background.


Color preview on white background

This text has color #78615F on white background.



Black color preview on #78615F background

This text has black color on #78615F background.


White color preview on #78615F background

This text has white color on #78615F background.