COLOR #773148

HEX: #773148
RGB: (119,49,72)

Color info

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

RGB color model

#773148 color RGB value is (119,49,72).

  • red value is 119;
  • green value is 49;
  • blue value is 72.
RGB:
(119,49,72)
(47%,19%,28%)

RGB channels and saturation

R 119 of 255 = 47%
G 49 of 255 = 19%
B 72 of 255 = 28%

119
49
72

R + G + B ~ 31%. #773148 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 49 + 72 = 240 (100%)
R 119 of 240 ~ 49.58%
G 49 of 240 ~ 20.42%
B 72 of 240 ~ 30%

%49.58
%20.42
%30

CMYK color model

#773148 color CMYK value is (0,59,39,53).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 39.50%
  • key color value is 53.33%
CMYK:
(0,59,39,53)
C0M59Y39K53 
(0%,59%,39%,53%)
(0.00/0.59/0.39/0.53)	

CMYK percentages

%0
%58.82
%39.5
%53.33

Codes

Color #773148 in popluar color models

773148
RGB1194972
HSL340°41.67%32.94%
HSB/HSV340°58.82%46.67%
CMYK0.00%58.82%39.50%
53.33%

Color #773148 in popluar number systems.

HEX773148
Decimal1194972
Binary11101111100011001000
Octal16761110

Shades and tints

Shades of #773148

#773148
(119,49,72)
#6D2D42
(109,45,66)
#63293C
(99,41,60)
#592536
(89,37,54)
#4F2130
(79,33,48)
#451D2A
(69,29,42)
#3B1924
(59,25,36)
#31151E
(49,21,30)
#271118
(39,17,24)
#1D0D12
(29,13,18)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #773148

#773148
(119,49,72)
#834358
(131,67,88)
#8F5568
(143,85,104)
#9B6778
(155,103,120)
#A77988
(167,121,136)
#B38B98
(179,139,152)
#BF9DA8
(191,157,168)
#CBAFB8
(203,175,184)
#D7C1C8
(215,193,200)
#E3D3D8
(227,211,216)
#EFE5E8
(239,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #773148 color. Also use rgb(119,49,72) instead hex code.

Text Font Color

.myTextColor { color: #773148; }

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

This text font color is #773148.


Background Color

.myBgColor { background-color: #773148; }

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

This div background color is #773148.


Border color

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

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

This div border color is #773148.


Opacity

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

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

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

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

This text has shadow with #773148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #773148 on black background.


Color preview on white background

This text has color #773148 on white background.



Black color preview on #773148 background

This text has black color on #773148 background.


White color preview on #773148 background

This text has white color on #773148 background.