COLOR #773C09

HEX: #773C09
RGB: (119,60,9)

Color info

#773C09 contains mainly red and green colors. Web safe color of #773C09 is #663300 (or #630).

RGB color model

#773C09 color RGB value is (119,60,9).

  • red value is 119;
  • green value is 60;
  • blue value is 9.
RGB:
(119,60,9)
(47%,24%,4%)

RGB channels and saturation

R 119 of 255 = 47%
G 60 of 255 = 24%
B 9 of 255 = 4%

119
60
9

R + G + B ~ 25%. #773C09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 60 + 9 = 188 (100%)
R 119 of 188 ~ 63.3%
G 60 of 188 ~ 31.91%
B 9 of 188 ~ 4.79%

%63.3
%31.91

CMYK color model

#773C09 color CMYK value is (0,50,92,53).

  • cyan value is 0.00%
  • magenta value is 49.58%
  • yellow value is 92.44%
  • key color value is 53.33%
CMYK:
(0,50,92,53)
C0M50Y92K53 
(0%,50%,92%,53%)
(0.00/0.50/0.92/0.53)	

CMYK percentages

%0
%49.58
%92.44
%53.33

Codes

Color #773C09 in popluar color models

773C09
RGB119609
HSL28°85.94%25.10%
HSB/HSV28°92.44%46.67%
CMYK0.00%49.58%92.44%
53.33%

Color #773C09 in popluar number systems.

HEX773C09
Decimal119609
Binary11101111111001001
Octal1677411

Shades and tints

Shades of #773C09

#773C09
(119,60,9)
#6D3709
(109,55,9)
#633209
(99,50,9)
#592D09
(89,45,9)
#4F2809
(79,40,9)
#452309
(69,35,9)
#3B1E09
(59,30,9)
#311909
(49,25,9)
#271409
(39,20,9)
#1D0F09
(29,15,9)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #773C09

#773C09
(119,60,9)
#834D1F
(131,77,31)
#8F5E35
(143,94,53)
#9B6F4B
(155,111,75)
#A78061
(167,128,97)
#B39177
(179,145,119)
#BFA28D
(191,162,141)
#CBB3A3
(203,179,163)
#D7C4B9
(215,196,185)
#E3D5CF
(227,213,207)
#EFE6E5
(239,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773C09 color. Also use rgb(119,60,9) instead hex code.

Text Font Color

.myTextColor { color: #773C09; }

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

This text font color is #773C09.


Background Color

.myBgColor { background-color: #773C09; }

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

This div background color is #773C09.


Border color

.myBorderColor { border: 1px solid #773C09; }

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

This div border color is #773C09.


Opacity

.myOpacity80 { color: #773C09; opacity: 0.8; }

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

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

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

This text has shadow with #773C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773C09 on black background.


Color preview on white background

This text has color #773C09 on white background.



Black color preview on #773C09 background

This text has black color on #773C09 background.


White color preview on #773C09 background

This text has white color on #773C09 background.