COLOR #773837

HEX: #773837
RGB: (119,56,55)

Color info

#773837 contains mainly red color. Web safe color of #773837 is #663333 (or #633).

RGB color model

#773837 color RGB value is (119,56,55).

  • red value is 119;
  • green value is 56;
  • blue value is 55.
RGB:
(119,56,55)
(47%,22%,22%)

RGB channels and saturation

R 119 of 255 = 47%
G 56 of 255 = 22%
B 55 of 255 = 22%

119
56
55

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

Portions of RGB colors in percentages

R + G + B =
119 + 56 + 55 = 230 (100%)
R 119 of 230 ~ 51.74%
G 56 of 230 ~ 24.35%
B 55 of 230 ~ 23.91%

%51.74
%24.35
%23.91

CMYK color model

#773837 color CMYK value is (0,53,54,53).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 53.78%
  • key color value is 53.33%
CMYK:
(0,53,54,53)
C0M53Y54K53 
(0%,53%,54%,53%)
(0.00/0.53/0.54/0.53)	

CMYK percentages

%0
%52.94
%53.78
%53.33

Codes

Color #773837 in popluar color models

773837
RGB1195655
HSL36.78%34.12%
HSB/HSV53.78%46.67%
CMYK0.00%52.94%53.78%
53.33%

Color #773837 in popluar number systems.

HEX773837
Decimal1195655
Binary1110111111000110111
Octal1677067

Shades and tints

Shades of #773837

#773837
(119,56,55)
#6D3332
(109,51,50)
#632E2D
(99,46,45)
#592928
(89,41,40)
#4F2423
(79,36,35)
#451F1E
(69,31,30)
#3B1A19
(59,26,25)
#311514
(49,21,20)
#27100F
(39,16,15)
#1D0B0A
(29,11,10)
#130605
(19,6,5)
#000000
(0,0,0)

Tints of #773837

#773837
(119,56,55)
#834A49
(131,74,73)
#8F5C5B
(143,92,91)
#9B6E6D
(155,110,109)
#A7807F
(167,128,127)
#B39291
(179,146,145)
#BFA4A3
(191,164,163)
#CBB6B5
(203,182,181)
#D7C8C7
(215,200,199)
#E3DAD9
(227,218,217)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773837 color. Also use rgb(119,56,55) instead hex code.

Text Font Color

.myTextColor { color: #773837; }

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

This text font color is #773837.


Background Color

.myBgColor { background-color: #773837; }

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

This div background color is #773837.


Border color

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

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

This div border color is #773837.


Opacity

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

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

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

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

This text has shadow with #773837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773837 on black background.


Color preview on white background

This text has color #773837 on white background.



Black color preview on #773837 background

This text has black color on #773837 background.


White color preview on #773837 background

This text has white color on #773837 background.