COLOR #78435F

HEX: #78435F
RGB: (120,67,95)

Color info

#78435F contains red, green and blue colors in about the same proportion. Web safe color of #78435F is #663366 (or #636).

RGB color model

#78435F color RGB value is (120,67,95).

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

RGB channels and saturation

R 120 of 255 = 47%
G 67 of 255 = 26%
B 95 of 255 = 37%

120
67
95

R + G + B ~ 37%. #78435F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 67 + 95 = 282 (100%)
R 120 of 282 ~ 42.55%
G 67 of 282 ~ 23.76%
B 95 of 282 ~ 33.69%

%42.55
%23.76
%33.69

CMYK color model

#78435F color CMYK value is (0,44,21,53).

  • cyan value is 0.00%
  • magenta value is 44.17%
  • yellow value is 20.83%
  • key color value is 52.94%
CMYK:
(0,44,21,53)
C0M44Y21K53 
(0%,44%,21%,53%)
(0.00/0.44/0.21/0.53)	

CMYK percentages

%0
%44.17
%20.83
%52.94

Codes

Color #78435F in popluar color models

78435F
RGB1206795
HSL328°28.34%36.67%
HSB/HSV328°44.17%47.06%
CMYK0.00%44.17%20.83%
52.94%

Color #78435F in popluar number systems.

HEX78435F
Decimal1206795
Binary111100010000111011111
Octal170103137

Shades and tints

Shades of #78435F

#78435F
(120,67,95)
#6E3D57
(110,61,87)
#64374F
(100,55,79)
#5A3147
(90,49,71)
#502B3F
(80,43,63)
#462537
(70,37,55)
#3C1F2F
(60,31,47)
#321927
(50,25,39)
#28131F
(40,19,31)
#1E0D17
(30,13,23)
#14070F
(20,7,15)
#000000
(0,0,0)

Tints of #78435F

#78435F
(120,67,95)
#84546D
(132,84,109)
#90657B
(144,101,123)
#9C7689
(156,118,137)
#A88797
(168,135,151)
#B498A5
(180,152,165)
#C0A9B3
(192,169,179)
#CCBAC1
(204,186,193)
#D8CBCF
(216,203,207)
#E4DCDD
(228,220,221)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78435F; }

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

This text font color is #78435F.


Background Color

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

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

This div background color is #78435F.


Border color

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

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

This div border color is #78435F.


Opacity

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

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

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

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

This text has shadow with #78435F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78435F on black background.


Color preview on white background

This text has color #78435F on white background.



Black color preview on #78435F background

This text has black color on #78435F background.


White color preview on #78435F background

This text has white color on #78435F background.