COLOR #784D58

HEX: #784D58
RGB: (120,77,88)

Color info

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

RGB color model

#784D58 color RGB value is (120,77,88).

  • red value is 120;
  • green value is 77;
  • blue value is 88.
RGB:
(120,77,88)
(47%,30%,35%)

RGB channels and saturation

R 120 of 255 = 47%
G 77 of 255 = 30%
B 88 of 255 = 35%

120
77
88

R + G + B ~ 37%. #784D58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 77 + 88 = 285 (100%)
R 120 of 285 ~ 42.11%
G 77 of 285 ~ 27.02%
B 88 of 285 ~ 30.88%

%42.11
%27.02
%30.88

CMYK color model

#784D58 color CMYK value is (0,36,27,53).

  • cyan value is 0.00%
  • magenta value is 35.83%
  • yellow value is 26.67%
  • key color value is 52.94%
CMYK:
(0,36,27,53)
C0M36Y27K53 
(0%,36%,27%,53%)
(0.00/0.36/0.27/0.53)	

CMYK percentages

%0
%35.83
%26.67
%52.94

Codes

Color #784D58 in popluar color models

784D58
RGB1207788
HSL345°21.83%38.63%
HSB/HSV345°35.83%47.06%
CMYK0.00%35.83%26.67%
52.94%

Color #784D58 in popluar number systems.

HEX784D58
Decimal1207788
Binary111100010011011011000
Octal170115130

Shades and tints

Shades of #784D58

#784D58
(120,77,88)
#6E4650
(110,70,80)
#643F48
(100,63,72)
#5A3840
(90,56,64)
#503138
(80,49,56)
#462A30
(70,42,48)
#3C2328
(60,35,40)
#321C20
(50,28,32)
#281518
(40,21,24)
#1E0E10
(30,14,16)
#140708
(20,7,8)
#000000
(0,0,0)

Tints of #784D58

#784D58
(120,77,88)
#845D67
(132,93,103)
#906D76
(144,109,118)
#9C7D85
(156,125,133)
#A88D94
(168,141,148)
#B49DA3
(180,157,163)
#C0ADB2
(192,173,178)
#CCBDC1
(204,189,193)
#D8CDD0
(216,205,208)
#E4DDDF
(228,221,223)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784D58 color. Also use rgb(120,77,88) instead hex code.

Text Font Color

.myTextColor { color: #784D58; }

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

This text font color is #784D58.


Background Color

.myBgColor { background-color: #784D58; }

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

This div background color is #784D58.


Border color

.myBorderColor { border: 1px solid #784D58; }

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

This div border color is #784D58.


Opacity

.myOpacity80 { color: #784D58; opacity: 0.8; }

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

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

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

This text has shadow with #784D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784D58 on black background.


Color preview on white background

This text has color #784D58 on white background.



Black color preview on #784D58 background

This text has black color on #784D58 background.


White color preview on #784D58 background

This text has white color on #784D58 background.