COLOR #785E63

HEX: #785E63 RGB: (120,94,99)

Color info

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

RGB color model

#785E63 color RGB value is (120,94,99).

RGB: (120,94,99) (47%, 37%, 39%)

RGB channels and saturation

R 120 of 255 = 47%
G 94 of 255 = 37%
B 99 of 255 = 39%

120
94
99

R + G + B ~ 41%. #785E63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 94 + 99 = 313 (100%)
R 120 of 313 ~ 38.34%
G 94 of 313 ~ 30.03%
B 99 of 313 ~ 31.63'%

%38.34
%30.03
%31.63

CMYK color model

#785E63 color CMYK value is (0,22,18,53).

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 17.50%
  • key color value is 52.94%

CMYK: (0,22,18,53)
C0M22Y18K53 (0%, 22%, 18%, 53%)
(0.00 / 0.22 / 0.18 / 0.53)

CMYK percentages

%0
%21.67
%17.5
%52.94

Codes

Color #785E63 in popluar color models

78 5E 63
RGB 120 94 99
HSL 348° 12.15% 41.96%
HSB/HSV 348° 21.67% 47.06%
CMYK 0.00% 21.67% 17.50%
52.94%

Color #785E63 in popluar number systems.

HEX 78 5E 63
Decimal 120 94 99
Binary 1111000 1011110 1100011
Octal 170 136 143

Shades and tints

Shades of #785E63

#785E63
(120,94,99)
#6E565A
(110,86,90)
#644E51
(100,78,81)
#5A4648
(90,70,72)
#503E3F
(80,62,63)
#463636
(70,54,54)
#3C2E2D
(60,46,45)
#322624
(50,38,36)
#281E1B
(40,30,27)
#1E1612
(30,22,18)
#140E09
(20,14,9)
#000000
(0,0,0)

Tints of #785E63

#785E63
(120,94,99)
#846C71
(132,108,113)
#907A7F
(144,122,127)
#9C888D
(156,136,141)
#A8969B
(168,150,155)
#B4A4A9
(180,164,169)
#C0B2B7
(192,178,183)
#CCC0C5
(204,192,197)
#D8CED3
(216,206,211)
#E4DCE1
(228,220,225)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785E63; }

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

This text font color is #785E63.

Background Color

.myBgColor { background-color: #785E63; }

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

This div background color is #785E63.

Border color

.myBorderColor { border: 1px solid #785E63; }

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

This div border color is #785E63.

Opacity

.myOpacity80 { color: #785E63; opacity: 0.8; }

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

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

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

This text has shadow with #785E63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #785E63.

Preview

Color preview on black background

This text has color #785E63 on black background.


Color preview on white background

This text has color #785E63 on white background.


Black color preview on #785E63 background

This text has black color on #785E63 background.


White color preview on #785E63 background

This text has white color on #785E63 background.


Related colors

Complementary color

Complementary color for #hex is #87A19C.


I love getcolorcode.com

Triadic colors

1 #63785E and #5E6378 with #785E63 are triadic colors.

2 #635E78 and #5E7863 with #785E63 are triadic colors.