COLOR #785563

HEX: #785563
RGB: (120,85,99)

Color info

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

RGB color model

#785563 color RGB value is (120,85,99).

  • red value is 120;
  • green value is 85;
  • blue value is 99.
RGB:
(120,85,99)
(47%,33%,39%)

RGB channels and saturation

R 120 of 255 = 47%
G 85 of 255 = 33%
B 99 of 255 = 39%

120
85
99

R + G + B ~ 40%. #785563 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 85 + 99 = 304 (100%)
R 120 of 304 ~ 39.47%
G 85 of 304 ~ 27.96%
B 99 of 304 ~ 32.57%

%39.47
%27.96
%32.57

CMYK color model

#785563 color CMYK value is (0,29,18,53).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 17.50%
  • key color value is 52.94%
CMYK:
(0,29,18,53)
C0M29Y18K53 
(0%,29%,18%,53%)
(0.00/0.29/0.18/0.53)	

CMYK percentages

%0
%29.17
%17.5
%52.94

Codes

Color #785563 in popluar color models

785563
RGB1208599
HSL336°17.07%40.20%
HSB/HSV336°29.17%47.06%
CMYK0.00%29.17%17.50%
52.94%

Color #785563 in popluar number systems.

HEX785563
Decimal1208599
Binary111100010101011100011
Octal170125143

Shades and tints

Shades of #785563

#785563
(120,85,99)
#6E4E5A
(110,78,90)
#644751
(100,71,81)
#5A4048
(90,64,72)
#50393F
(80,57,63)
#463236
(70,50,54)
#3C2B2D
(60,43,45)
#322424
(50,36,36)
#281D1B
(40,29,27)
#1E1612
(30,22,18)
#140F09
(20,15,9)
#000000
(0,0,0)

Tints of #785563

#785563
(120,85,99)
#846471
(132,100,113)
#90737F
(144,115,127)
#9C828D
(156,130,141)
#A8919B
(168,145,155)
#B4A0A9
(180,160,169)
#C0AFB7
(192,175,183)
#CCBEC5
(204,190,197)
#D8CDD3
(216,205,211)
#E4DCE1
(228,220,225)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785563 color. Also use rgb(120,85,99) instead hex code.

Text Font Color

.myTextColor { color: #785563; }

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

This text font color is #785563.


Background Color

.myBgColor { background-color: #785563; }

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

This div background color is #785563.


Border color

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

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

This div border color is #785563.


Opacity

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

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

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

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

This text has shadow with #785563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785563 on black background.


Color preview on white background

This text has color #785563 on white background.



Black color preview on #785563 background

This text has black color on #785563 background.


White color preview on #785563 background

This text has white color on #785563 background.