COLOR #772F49

HEX: #772F49
RGB: (119,47,73)

Color info

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

RGB color model

#772F49 color RGB value is (119,47,73).

  • red value is 119;
  • green value is 47;
  • blue value is 73.
RGB:
(119,47,73)
(47%,18%,29%)

RGB channels and saturation

R 119 of 255 = 47%
G 47 of 255 = 18%
B 73 of 255 = 29%

119
47
73

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

Portions of RGB colors in percentages

R + G + B =
119 + 47 + 73 = 239 (100%)
R 119 of 239 ~ 49.79%
G 47 of 239 ~ 19.67%
B 73 of 239 ~ 30.54%

%49.79
%19.67
%30.54

CMYK color model

#772F49 color CMYK value is (0,61,39,53).

  • cyan value is 0.00%
  • magenta value is 60.50%
  • yellow value is 38.66%
  • key color value is 53.33%
CMYK:
(0,61,39,53)
C0M61Y39K53 
(0%,61%,39%,53%)
(0.00/0.61/0.39/0.53)	

CMYK percentages

%0
%60.5
%38.66
%53.33

Codes

Color #772F49 in popluar color models

772F49
RGB1194773
HSL338°43.37%32.55%
HSB/HSV338°60.50%46.67%
CMYK0.00%60.50%38.66%
53.33%

Color #772F49 in popluar number systems.

HEX772F49
Decimal1194773
Binary11101111011111001001
Octal16757111

Shades and tints

Shades of #772F49

#772F49
(119,47,73)
#6D2B43
(109,43,67)
#63273D
(99,39,61)
#592337
(89,35,55)
#4F1F31
(79,31,49)
#451B2B
(69,27,43)
#3B1725
(59,23,37)
#31131F
(49,19,31)
#270F19
(39,15,25)
#1D0B13
(29,11,19)
#13070D
(19,7,13)
#000000
(0,0,0)

Tints of #772F49

#772F49
(119,47,73)
#834159
(131,65,89)
#8F5369
(143,83,105)
#9B6579
(155,101,121)
#A77789
(167,119,137)
#B38999
(179,137,153)
#BF9BA9
(191,155,169)
#CBADB9
(203,173,185)
#D7BFC9
(215,191,201)
#E3D1D9
(227,209,217)
#EFE3E9
(239,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772F49 color. Also use rgb(119,47,73) instead hex code.

Text Font Color

.myTextColor { color: #772F49; }

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

This text font color is #772F49.


Background Color

.myBgColor { background-color: #772F49; }

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

This div background color is #772F49.


Border color

.myBorderColor { border: 1px solid #772F49; }

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

This div border color is #772F49.


Opacity

.myOpacity80 { color: #772F49; opacity: 0.8; }

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

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

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

This text has shadow with #772F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772F49 on black background.


Color preview on white background

This text has color #772F49 on white background.



Black color preview on #772F49 background

This text has black color on #772F49 background.


White color preview on #772F49 background

This text has white color on #772F49 background.