COLOR #785A54

HEX: #785A54
RGB: (120,90,84)

Color info

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

RGB color model

#785A54 color RGB value is (120,90,84).

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

RGB channels and saturation

R 120 of 255 = 47%
G 90 of 255 = 35%
B 84 of 255 = 33%

120
90
84

R + G + B ~ 38%. #785A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 90 + 84 = 294 (100%)
R 120 of 294 ~ 40.82%
G 90 of 294 ~ 30.61%
B 84 of 294 ~ 28.57%

%40.82
%30.61
%28.57

CMYK color model

#785A54 color CMYK value is (0,25,30,53).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 30.00%
  • key color value is 52.94%
CMYK:
(0,25,30,53)
C0M25Y30K53 
(0%,25%,30%,53%)
(0.00/0.25/0.30/0.53)	

CMYK percentages

%0
%25
%30
%52.94

Codes

Color #785A54 in popluar color models

785A54
RGB1209084
HSL10°17.65%40.00%
HSB/HSV10°30.00%47.06%
CMYK0.00%25.00%30.00%
52.94%

Color #785A54 in popluar number systems.

HEX785A54
Decimal1209084
Binary111100010110101010100
Octal170132124

Shades and tints

Shades of #785A54

#785A54
(120,90,84)
#6E524D
(110,82,77)
#644A46
(100,74,70)
#5A423F
(90,66,63)
#503A38
(80,58,56)
#463231
(70,50,49)
#3C2A2A
(60,42,42)
#322223
(50,34,35)
#281A1C
(40,26,28)
#1E1215
(30,18,21)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #785A54

#785A54
(120,90,84)
#846963
(132,105,99)
#907872
(144,120,114)
#9C8781
(156,135,129)
#A89690
(168,150,144)
#B4A59F
(180,165,159)
#C0B4AE
(192,180,174)
#CCC3BD
(204,195,189)
#D8D2CC
(216,210,204)
#E4E1DB
(228,225,219)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785A54; }

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

This text font color is #785A54.


Background Color

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

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

This div background color is #785A54.


Border color

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

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

This div border color is #785A54.


Opacity

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

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

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

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

This text has shadow with #785A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785A54 on black background.


Color preview on white background

This text has color #785A54 on white background.



Black color preview on #785A54 background

This text has black color on #785A54 background.


White color preview on #785A54 background

This text has white color on #785A54 background.