COLOR #78695F

HEX: #78695F RGB: (120,105,95)

Color info

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

RGB color model

#78695F color RGB value is (120,105,95).

RGB: (120,105,95) (47%, 41%, 37%)

RGB channels and saturation

R 120 of 255 = 47%
G 105 of 255 = 41%
B 95 of 255 = 37%

120
105
95

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

Portions of RGB colors in percentages

R + G + B = 120 + 105 + 95 = 320 (100%)
R 120 of 320 ~ 37.5%
G 105 of 320 ~ 32.81%
B 95 of 320 ~ 29.69'%

%37.5
%32.81
%29.69

CMYK color model

#78695F color CMYK value is (0,13,21,53).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 20.83%
  • key color value is 52.94%

CMYK: (0,13,21,53)
C0M13Y21K53 (0%, 13%, 21%, 53%)
(0.00 / 0.13 / 0.21 / 0.53)

CMYK percentages

%0
%12.5
%20.83
%52.94

Codes

Color #78695F in popluar color models

78 69 5F
RGB 120 105 95
HSL 24° 11.63% 42.16%
HSB/HSV 24° 20.83% 47.06%
CMYK 0.00% 12.50% 20.83%
52.94%

Color #78695F in popluar number systems.

HEX 78 69 5F
Decimal 120 105 95
Binary 1111000 1101001 1011111
Octal 170 151 137

Shades and tints

Shades of #78695F

#78695F
(120,105,95)
#6E6057
(110,96,87)
#64574F
(100,87,79)
#5A4E47
(90,78,71)
#50453F
(80,69,63)
#463C37
(70,60,55)
#3C332F
(60,51,47)
#322A27
(50,42,39)
#28211F
(40,33,31)
#1E1817
(30,24,23)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #78695F

#78695F
(120,105,95)
#84766D
(132,118,109)
#90837B
(144,131,123)
#9C9089
(156,144,137)
#A89D97
(168,157,151)
#B4AAA5
(180,170,165)
#C0B7B3
(192,183,179)
#CCC4C1
(204,196,193)
#D8D1CF
(216,209,207)
#E4DEDD
(228,222,221)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78695F; }

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

This text font color is #78695F.

Background Color

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

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

This div background color is #78695F.

Border color

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

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

This div border color is #78695F.

Opacity

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

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

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

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

This text has shadow with #78695F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78695F.

Preview

Color preview on black background

This text has color #78695F on black background.


Color preview on white background

This text has color #78695F on white background.


Black color preview on #78695F background

This text has black color on #78695F background.


White color preview on #78695F background

This text has white color on #78695F background.


Related colors

Complementary color

Complementary color for #hex is #8796A0.


I love getcolorcode.com

Triadic colors

1 #5F7869 and #695F78 with #78695F are triadic colors.

2 #5F6978 and #69785F with #78695F are triadic colors.