COLOR #784159

HEX: #784159
RGB: (120,65,89)

Color info

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

RGB color model

#784159 color RGB value is (120,65,89).

  • red value is 120;
  • green value is 65;
  • blue value is 89.
RGB:
(120,65,89)
(47%,25%,35%)

RGB channels and saturation

R 120 of 255 = 47%
G 65 of 255 = 25%
B 89 of 255 = 35%

120
65
89

R + G + B ~ 36%. #784159 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 65 + 89 = 274 (100%)
R 120 of 274 ~ 43.8%
G 65 of 274 ~ 23.72%
B 89 of 274 ~ 32.48%

%43.8
%23.72
%32.48

CMYK color model

#784159 color CMYK value is (0,46,26,53).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 25.83%
  • key color value is 52.94%
CMYK:
(0,46,26,53)
C0M46Y26K53 
(0%,46%,26%,53%)
(0.00/0.46/0.26/0.53)	

CMYK percentages

%0
%45.83
%25.83
%52.94

Codes

Color #784159 in popluar color models

784159
RGB1206589
HSL334°29.73%36.27%
HSB/HSV334°45.83%47.06%
CMYK0.00%45.83%25.83%
52.94%

Color #784159 in popluar number systems.

HEX784159
Decimal1206589
Binary111100010000011011001
Octal170101131

Shades and tints

Shades of #784159

#784159
(120,65,89)
#6E3C51
(110,60,81)
#643749
(100,55,73)
#5A3241
(90,50,65)
#502D39
(80,45,57)
#462831
(70,40,49)
#3C2329
(60,35,41)
#321E21
(50,30,33)
#281919
(40,25,25)
#1E1411
(30,20,17)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #784159

#784159
(120,65,89)
#845268
(132,82,104)
#906377
(144,99,119)
#9C7486
(156,116,134)
#A88595
(168,133,149)
#B496A4
(180,150,164)
#C0A7B3
(192,167,179)
#CCB8C2
(204,184,194)
#D8C9D1
(216,201,209)
#E4DAE0
(228,218,224)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784159 color. Also use rgb(120,65,89) instead hex code.

Text Font Color

.myTextColor { color: #784159; }

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

This text font color is #784159.


Background Color

.myBgColor { background-color: #784159; }

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

This div background color is #784159.


Border color

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

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

This div border color is #784159.


Opacity

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

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

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

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

This text has shadow with #784159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784159 on black background.


Color preview on white background

This text has color #784159 on white background.



Black color preview on #784159 background

This text has black color on #784159 background.


White color preview on #784159 background

This text has white color on #784159 background.