COLOR #773C41

HEX: #773C41
RGB: (119,60,65)

Color info

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

RGB color model

#773C41 color RGB value is (119,60,65).

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

RGB channels and saturation

R 119 of 255 = 47%
G 60 of 255 = 24%
B 65 of 255 = 25%

119
60
65

R + G + B ~ 32%. #773C41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 60 + 65 = 244 (100%)
R 119 of 244 ~ 48.77%
G 60 of 244 ~ 24.59%
B 65 of 244 ~ 26.64%

%48.77
%24.59
%26.64

CMYK color model

#773C41 color CMYK value is (0,50,45,53).

  • cyan value is 0.00%
  • magenta value is 49.58%
  • yellow value is 45.38%
  • key color value is 53.33%
CMYK:
(0,50,45,53)
C0M50Y45K53 
(0%,50%,45%,53%)
(0.00/0.50/0.45/0.53)	

CMYK percentages

%0
%49.58
%45.38
%53.33

Codes

Color #773C41 in popluar color models

773C41
RGB1196065
HSL355°32.96%35.10%
HSB/HSV355°49.58%46.67%
CMYK0.00%49.58%45.38%
53.33%

Color #773C41 in popluar number systems.

HEX773C41
Decimal1196065
Binary11101111111001000001
Octal16774101

Shades and tints

Shades of #773C41

#773C41
(119,60,65)
#6D373C
(109,55,60)
#633237
(99,50,55)
#592D32
(89,45,50)
#4F282D
(79,40,45)
#452328
(69,35,40)
#3B1E23
(59,30,35)
#31191E
(49,25,30)
#271419
(39,20,25)
#1D0F14
(29,15,20)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #773C41

#773C41
(119,60,65)
#834D52
(131,77,82)
#8F5E63
(143,94,99)
#9B6F74
(155,111,116)
#A78085
(167,128,133)
#B39196
(179,145,150)
#BFA2A7
(191,162,167)
#CBB3B8
(203,179,184)
#D7C4C9
(215,196,201)
#E3D5DA
(227,213,218)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773C41; }

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

This text font color is #773C41.


Background Color

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

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

This div background color is #773C41.


Border color

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

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

This div border color is #773C41.


Opacity

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

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

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

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

This text has shadow with #773C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773C41 on black background.


Color preview on white background

This text has color #773C41 on white background.



Black color preview on #773C41 background

This text has black color on #773C41 background.


White color preview on #773C41 background

This text has white color on #773C41 background.