COLOR #785F54

HEX: #785F54
RGB: (120,95,84)

Color info

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

RGB color model

#785F54 color RGB value is (120,95,84).

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

RGB channels and saturation

R 120 of 255 = 47%
G 95 of 255 = 37%
B 84 of 255 = 33%

120
95
84

R + G + B ~ 39%. #785F54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 95 + 84 = 299 (100%)
R 120 of 299 ~ 40.13%
G 95 of 299 ~ 31.77%
B 84 of 299 ~ 28.09%

%40.13
%31.77
%28.09

CMYK color model

#785F54 color CMYK value is (0,21,30,53).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 30.00%
  • key color value is 52.94%
CMYK:
(0,21,30,53)
C0M21Y30K53 
(0%,21%,30%,53%)
(0.00/0.21/0.30/0.53)	

CMYK percentages

%0
%20.83
%30
%52.94

Codes

Color #785F54 in popluar color models

785F54
RGB1209584
HSL18°17.65%40.00%
HSB/HSV18°30.00%47.06%
CMYK0.00%20.83%30.00%
52.94%

Color #785F54 in popluar number systems.

HEX785F54
Decimal1209584
Binary111100010111111010100
Octal170137124

Shades and tints

Shades of #785F54

#785F54
(120,95,84)
#6E574D
(110,87,77)
#644F46
(100,79,70)
#5A473F
(90,71,63)
#503F38
(80,63,56)
#463731
(70,55,49)
#3C2F2A
(60,47,42)
#322723
(50,39,35)
#281F1C
(40,31,28)
#1E1715
(30,23,21)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #785F54

#785F54
(120,95,84)
#846D63
(132,109,99)
#907B72
(144,123,114)
#9C8981
(156,137,129)
#A89790
(168,151,144)
#B4A59F
(180,165,159)
#C0B3AE
(192,179,174)
#CCC1BD
(204,193,189)
#D8CFCC
(216,207,204)
#E4DDDB
(228,221,219)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785F54 color. Also use rgb(120,95,84) instead hex code.

Text Font Color

.myTextColor { color: #785F54; }

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

This text font color is #785F54.


Background Color

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

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

This div background color is #785F54.


Border color

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

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

This div border color is #785F54.


Opacity

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

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

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

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

This text has shadow with #785F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785F54 on black background.


Color preview on white background

This text has color #785F54 on white background.



Black color preview on #785F54 background

This text has black color on #785F54 background.


White color preview on #785F54 background

This text has white color on #785F54 background.