COLOR #772D3F

HEX: #772D3F
RGB: (119,45,63)

Color info

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

RGB color model

#772D3F color RGB value is (119,45,63).

  • red value is 119;
  • green value is 45;
  • blue value is 63.
RGB:
(119,45,63)
(47%,18%,25%)

RGB channels and saturation

R 119 of 255 = 47%
G 45 of 255 = 18%
B 63 of 255 = 25%

119
45
63

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

Portions of RGB colors in percentages

R + G + B =
119 + 45 + 63 = 227 (100%)
R 119 of 227 ~ 52.42%
G 45 of 227 ~ 19.82%
B 63 of 227 ~ 27.75%

%52.42
%19.82
%27.75

CMYK color model

#772D3F color CMYK value is (0,62,47,53).

  • cyan value is 0.00%
  • magenta value is 62.18%
  • yellow value is 47.06%
  • key color value is 53.33%
CMYK:
(0,62,47,53)
C0M62Y47K53 
(0%,62%,47%,53%)
(0.00/0.62/0.47/0.53)	

CMYK percentages

%0
%62.18
%47.06
%53.33

Codes

Color #772D3F in popluar color models

772D3F
RGB1194563
HSL345°45.12%32.16%
HSB/HSV345°62.18%46.67%
CMYK0.00%62.18%47.06%
53.33%

Color #772D3F in popluar number systems.

HEX772D3F
Decimal1194563
Binary1110111101101111111
Octal1675577

Shades and tints

Shades of #772D3F

#772D3F
(119,45,63)
#6D293A
(109,41,58)
#632535
(99,37,53)
#592130
(89,33,48)
#4F1D2B
(79,29,43)
#451926
(69,25,38)
#3B1521
(59,21,33)
#31111C
(49,17,28)
#270D17
(39,13,23)
#1D0912
(29,9,18)
#13050D
(19,5,13)
#000000
(0,0,0)

Tints of #772D3F

#772D3F
(119,45,63)
#834050
(131,64,80)
#8F5361
(143,83,97)
#9B6672
(155,102,114)
#A77983
(167,121,131)
#B38C94
(179,140,148)
#BF9FA5
(191,159,165)
#CBB2B6
(203,178,182)
#D7C5C7
(215,197,199)
#E3D8D8
(227,216,216)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772D3F color. Also use rgb(119,45,63) instead hex code.

Text Font Color

.myTextColor { color: #772D3F; }

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

This text font color is #772D3F.


Background Color

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

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

This div background color is #772D3F.


Border color

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

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

This div border color is #772D3F.


Opacity

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

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

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

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

This text has shadow with #772D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772D3F on black background.


Color preview on white background

This text has color #772D3F on white background.



Black color preview on #772D3F background

This text has black color on #772D3F background.


White color preview on #772D3F background

This text has white color on #772D3F background.