COLOR #773D4A

HEX: #773D4A
RGB: (119,61,74)

Color info

#773D4A contains red, green and blue colors in about the same proportion. Web safe color of #773D4A is #663333 (or #633).

RGB color model

#773D4A color RGB value is (119,61,74).

  • red value is 119;
  • green value is 61;
  • blue value is 74.
RGB:
(119,61,74)
(47%,24%,29%)

RGB channels and saturation

R 119 of 255 = 47%
G 61 of 255 = 24%
B 74 of 255 = 29%

119
61
74

R + G + B ~ 33%. #773D4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 61 + 74 = 254 (100%)
R 119 of 254 ~ 46.85%
G 61 of 254 ~ 24.02%
B 74 of 254 ~ 29.13%

%46.85
%24.02
%29.13

CMYK color model

#773D4A color CMYK value is (0,49,38,53).

  • cyan value is 0.00%
  • magenta value is 48.74%
  • yellow value is 37.82%
  • key color value is 53.33%
CMYK:
(0,49,38,53)
C0M49Y38K53 
(0%,49%,38%,53%)
(0.00/0.49/0.38/0.53)	

CMYK percentages

%0
%48.74
%37.82
%53.33

Codes

Color #773D4A in popluar color models

773D4A
RGB1196174
HSL347°32.22%35.29%
HSB/HSV347°48.74%46.67%
CMYK0.00%48.74%37.82%
53.33%

Color #773D4A in popluar number systems.

HEX773D4A
Decimal1196174
Binary11101111111011001010
Octal16775112

Shades and tints

Shades of #773D4A

#773D4A
(119,61,74)
#6D3844
(109,56,68)
#63333E
(99,51,62)
#592E38
(89,46,56)
#4F2932
(79,41,50)
#45242C
(69,36,44)
#3B1F26
(59,31,38)
#311A20
(49,26,32)
#27151A
(39,21,26)
#1D1014
(29,16,20)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #773D4A

#773D4A
(119,61,74)
#834E5A
(131,78,90)
#8F5F6A
(143,95,106)
#9B707A
(155,112,122)
#A7818A
(167,129,138)
#B3929A
(179,146,154)
#BFA3AA
(191,163,170)
#CBB4BA
(203,180,186)
#D7C5CA
(215,197,202)
#E3D6DA
(227,214,218)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773D4A color. Also use rgb(119,61,74) instead hex code.

Text Font Color

.myTextColor { color: #773D4A; }

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

This text font color is #773D4A.


Background Color

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

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

This div background color is #773D4A.


Border color

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

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

This div border color is #773D4A.


Opacity

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

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

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

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

This text has shadow with #773D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773D4A on black background.


Color preview on white background

This text has color #773D4A on white background.



Black color preview on #773D4A background

This text has black color on #773D4A background.


White color preview on #773D4A background

This text has white color on #773D4A background.