COLOR #785505

HEX: #785505
RGB: (120,85,5)

Color info

#785505 contains mainly red and green colors. Web safe color of #785505 is #666600 (or #660).

RGB color model

#785505 color RGB value is (120,85,5).

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

RGB channels and saturation

R 120 of 255 = 47%
G 85 of 255 = 33%
B 5 of 255 = 2%

120
85
5

R + G + B ~ 27%. #785505 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 85 + 5 = 210 (100%)
R 120 of 210 ~ 57.14%
G 85 of 210 ~ 40.48%
B 5 of 210 ~ 2.38%

%57.14
%40.48

CMYK color model

#785505 color CMYK value is (0,29,96,53).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 95.83%
  • key color value is 52.94%
CMYK:
(0,29,96,53)
C0M29Y96K53 
(0%,29%,96%,53%)
(0.00/0.29/0.96/0.53)	

CMYK percentages

%0
%29.17
%95.83
%52.94

Codes

Color #785505 in popluar color models

785505
RGB120855
HSL42°92.00%24.51%
HSB/HSV42°95.83%47.06%
CMYK0.00%29.17%95.83%
52.94%

Color #785505 in popluar number systems.

HEX785505
Decimal120855
Binary11110001010101101
Octal1701255

Shades and tints

Shades of #785505

#785505
(120,85,5)
#6E4E05
(110,78,5)
#644705
(100,71,5)
#5A4005
(90,64,5)
#503905
(80,57,5)
#463205
(70,50,5)
#3C2B05
(60,43,5)
#322405
(50,36,5)
#281D05
(40,29,5)
#1E1605
(30,22,5)
#140F05
(20,15,5)
#000000
(0,0,0)

Tints of #785505

#785505
(120,85,5)
#84641B
(132,100,27)
#907331
(144,115,49)
#9C8247
(156,130,71)
#A8915D
(168,145,93)
#B4A073
(180,160,115)
#C0AF89
(192,175,137)
#CCBE9F
(204,190,159)
#D8CDB5
(216,205,181)
#E4DCCB
(228,220,203)
#F0EBE1
(240,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785505; }

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

This text font color is #785505.


Background Color

.myBgColor { background-color: #785505; }

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

This div background color is #785505.


Border color

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

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

This div border color is #785505.


Opacity

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

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

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

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

This text has shadow with #785505 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785505 on black background.


Color preview on white background

This text has color #785505 on white background.



Black color preview on #785505 background

This text has black color on #785505 background.


White color preview on #785505 background

This text has white color on #785505 background.