COLOR #773842

HEX: #773842
RGB: (119,56,66)

Color info

#773842 contains mainly red and blue colors. Web safe color of #773842 is #663333 (or #633).

RGB color model

#773842 color RGB value is (119,56,66).

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

RGB channels and saturation

R 119 of 255 = 47%
G 56 of 255 = 22%
B 66 of 255 = 26%

119
56
66

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

Portions of RGB colors in percentages

R + G + B =
119 + 56 + 66 = 241 (100%)
R 119 of 241 ~ 49.38%
G 56 of 241 ~ 23.24%
B 66 of 241 ~ 27.39%

%49.38
%23.24
%27.39

CMYK color model

#773842 color CMYK value is (0,53,45,53).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 44.54%
  • key color value is 53.33%
CMYK:
(0,53,45,53)
C0M53Y45K53 
(0%,53%,45%,53%)
(0.00/0.53/0.45/0.53)	

CMYK percentages

%0
%52.94
%44.54
%53.33

Codes

Color #773842 in popluar color models

773842
RGB1195666
HSL350°36.00%34.31%
HSB/HSV350°52.94%46.67%
CMYK0.00%52.94%44.54%
53.33%

Color #773842 in popluar number systems.

HEX773842
Decimal1195666
Binary11101111110001000010
Octal16770102

Shades and tints

Shades of #773842

#773842
(119,56,66)
#6D333C
(109,51,60)
#632E36
(99,46,54)
#592930
(89,41,48)
#4F242A
(79,36,42)
#451F24
(69,31,36)
#3B1A1E
(59,26,30)
#311518
(49,21,24)
#271012
(39,16,18)
#1D0B0C
(29,11,12)
#130606
(19,6,6)
#000000
(0,0,0)

Tints of #773842

#773842
(119,56,66)
#834A53
(131,74,83)
#8F5C64
(143,92,100)
#9B6E75
(155,110,117)
#A78086
(167,128,134)
#B39297
(179,146,151)
#BFA4A8
(191,164,168)
#CBB6B9
(203,182,185)
#D7C8CA
(215,200,202)
#E3DADB
(227,218,219)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #773842; }

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

This text font color is #773842.


Background Color

.myBgColor { background-color: #773842; }

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

This div background color is #773842.


Border color

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

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

This div border color is #773842.


Opacity

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

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

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

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

This text has shadow with #773842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773842 on black background.


Color preview on white background

This text has color #773842 on white background.



Black color preview on #773842 background

This text has black color on #773842 background.


White color preview on #773842 background

This text has white color on #773842 background.