COLOR #773E32

HEX: #773E32 RGB: (119,62,50)

Color info

#773E32 contains mainly red and green colors. Web safe color of #773E32 is #663333 (or #633).

RGB color model

#773E32 color RGB value is (119,62,50).

RGB: (119,62,50) (47%, 24%, 20%)

RGB channels and saturation

R 119 of 255 = 47%
G 62 of 255 = 24%
B 50 of 255 = 20%

119
62
50

R + G + B ~ 30%. #773E32 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 62 + 50 = 231 (100%)
R 119 of 231 ~ 51.52%
G 62 of 231 ~ 26.84%
B 50 of 231 ~ 21.65'%

%51.52
%26.84
%21.65

CMYK color model

#773E32 color CMYK value is (0,48,58,53).

  • cyan value is 0.00%
  • magenta value is 47.90%
  • yellow value is 57.98%
  • key color value is 53.33%

CMYK: (0,48,58,53)
C0M48Y58K53 (0%, 48%, 58%, 53%)
(0.00 / 0.48 / 0.58 / 0.53)

CMYK percentages

%0
%47.9
%57.98
%53.33

Codes

Color #773E32 in popluar color models

77 3E 32
RGB 119 62 50
HSL 10° 40.83% 33.14%
HSB/HSV 10° 57.98% 46.67%
CMYK 0.00% 47.90% 57.98%
53.33%

Color #773E32 in popluar number systems.

HEX 77 3E 32
Decimal 119 62 50
Binary 1110111 111110 110010
Octal 167 76 62

Shades and tints

Shades of #773E32

#773E32
(119,62,50)
#6D392E
(109,57,46)
#63342A
(99,52,42)
#592F26
(89,47,38)
#4F2A22
(79,42,34)
#45251E
(69,37,30)
#3B201A
(59,32,26)
#311B16
(49,27,22)
#271612
(39,22,18)
#1D110E
(29,17,14)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #773E32

#773E32
(119,62,50)
#834F44
(131,79,68)
#8F6056
(143,96,86)
#9B7168
(155,113,104)
#A7827A
(167,130,122)
#B3938C
(179,147,140)
#BFA49E
(191,164,158)
#CBB5B0
(203,181,176)
#D7C6C2
(215,198,194)
#E3D7D4
(227,215,212)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773E32; }

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

This text font color is #773E32.

Background Color

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

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

This div background color is #773E32.

Border color

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

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

This div border color is #773E32.

Opacity

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

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

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

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

This text has shadow with #773E32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #773E32.

Preview

Color preview on black background

This text has color #773E32 on black background.


Color preview on white background

This text has color #773E32 on white background.


Black color preview on #773E32 background

This text has black color on #773E32 background.


White color preview on #773E32 background

This text has white color on #773E32 background.


Related colors

Complementary color

Complementary color for #hex is #88C1CD.


I love getcolorcode.com

Triadic colors

1 #32773E and #3E3277 with #773E32 are triadic colors.

2 #323E77 and #3E7732 with #773E32 are triadic colors.