COLOR #773202

HEX: #773202
RGB: (119,50,2)

Color info

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

RGB color model

#773202 color RGB value is (119,50,2).

  • red value is 119;
  • green value is 50;
  • blue value is 2.
RGB:
(119,50,2)
(47%,20%,1%)

RGB channels and saturation

R 119 of 255 = 47%
G 50 of 255 = 20%
B 2 of 255 = 1%

119
50
2

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

Portions of RGB colors in percentages

R + G + B =
119 + 50 + 2 = 171 (100%)
R 119 of 171 ~ 69.59%
G 50 of 171 ~ 29.24%
B 2 of 171 ~ 1.17%

%69.59
%29.24

CMYK color model

#773202 color CMYK value is (0,58,98,53).

  • cyan value is 0.00%
  • magenta value is 57.98%
  • yellow value is 98.32%
  • key color value is 53.33%
CMYK:
(0,58,98,53)
C0M58Y98K53 
(0%,58%,98%,53%)
(0.00/0.58/0.98/0.53)	

CMYK percentages

%0
%57.98
%98.32
%53.33

Codes

Color #773202 in popluar color models

773202
RGB119502
HSL25°96.69%23.73%
HSB/HSV25°98.32%46.67%
CMYK0.00%57.98%98.32%
53.33%

Color #773202 in popluar number systems.

HEX773202
Decimal119502
Binary111011111001010
Octal167622

Shades and tints

Shades of #773202

#773202
(119,50,2)
#6D2E02
(109,46,2)
#632A02
(99,42,2)
#592602
(89,38,2)
#4F2202
(79,34,2)
#451E02
(69,30,2)
#3B1A02
(59,26,2)
#311602
(49,22,2)
#271202
(39,18,2)
#1D0E02
(29,14,2)
#130A02
(19,10,2)
#000000
(0,0,0)

Tints of #773202

#773202
(119,50,2)
#834419
(131,68,25)
#8F5630
(143,86,48)
#9B6847
(155,104,71)
#A77A5E
(167,122,94)
#B38C75
(179,140,117)
#BF9E8C
(191,158,140)
#CBB0A3
(203,176,163)
#D7C2BA
(215,194,186)
#E3D4D1
(227,212,209)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773202 color. Also use rgb(119,50,2) instead hex code.

Text Font Color

.myTextColor { color: #773202; }

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

This text font color is #773202.


Background Color

.myBgColor { background-color: #773202; }

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

This div background color is #773202.


Border color

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

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

This div border color is #773202.


Opacity

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

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

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

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

This text has shadow with #773202 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773202 on black background.


Color preview on white background

This text has color #773202 on white background.



Black color preview on #773202 background

This text has black color on #773202 background.


White color preview on #773202 background

This text has white color on #773202 background.