COLOR #773900

HEX: #773900
RGB: (119,57,0)

Color info

#773900 contains mainly red color. Web safe color of #773900 is #663300 (or #630).

RGB color model

#773900 color RGB value is (119,57,0).

  • red value is 119;
  • green value is 57;
  • blue value is 0.
RGB:
(119,57,0)
(47%,22%,0%)

RGB channels and saturation

R 119 of 255 = 47%
G 57 of 255 = 22%
B 0 of 255 = 0%

119
57
0

R + G + B ~ 23%. #773900 is dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 57 + 0 = 176 (100%)
R 119 of 176 ~ 67.61%
G 57 of 176 ~ 32.39%
B 0 of 176 ~ 0%

%67.61
%32.39

CMYK color model

#773900 color CMYK value is (0,52,100,53).

  • cyan value is 0.00%
  • magenta value is 52.10%
  • yellow value is 100.00%
  • key color value is 53.33%
CMYK:
(0,52,100,53)
C0M52Y100K53 
(0%,52%,100%,53%)
(0.00/0.52/1.00/0.53)	

CMYK percentages

%0
%52.1
%100
%53.33

Codes

Color #773900 in popluar color models

773900
RGB119570
HSL29°100.00%23.33%
HSB/HSV29°100.00%46.67%
CMYK0.00%52.10%100.00%
53.33%

Color #773900 in popluar number systems.

HEX773900
Decimal119570
Binary11101111110010
Octal167710

Shades and tints

Shades of #773900

#773900
(119,57,0)
#6D3400
(109,52,0)
#632F00
(99,47,0)
#592A00
(89,42,0)
#4F2500
(79,37,0)
#452000
(69,32,0)
#3B1B00
(59,27,0)
#311600
(49,22,0)
#271100
(39,17,0)
#1D0C00
(29,12,0)
#130700
(19,7,0)
#000000
(0,0,0)

Tints of #773900

#773900
(119,57,0)
#834B17
(131,75,23)
#8F5D2E
(143,93,46)
#9B6F45
(155,111,69)
#A7815C
(167,129,92)
#B39373
(179,147,115)
#BFA58A
(191,165,138)
#CBB7A1
(203,183,161)
#D7C9B8
(215,201,184)
#E3DBCF
(227,219,207)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773900 color. Also use rgb(119,57,0) instead hex code.

Text Font Color

.myTextColor { color: #773900; }

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

This text font color is #773900.


Background Color

.myBgColor { background-color: #773900; }

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

This div background color is #773900.


Border color

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

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

This div border color is #773900.


Opacity

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

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

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

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

This text has shadow with #773900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773900 on black background.


Color preview on white background

This text has color #773900 on white background.



Black color preview on #773900 background

This text has black color on #773900 background.


White color preview on #773900 background

This text has white color on #773900 background.