COLOR #772A31

HEX: #772A31
RGB: (119,42,49)

Color info

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

RGB color model

#772A31 color RGB value is (119,42,49).

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

RGB channels and saturation

R 119 of 255 = 47%
G 42 of 255 = 16%
B 49 of 255 = 19%

119
42
49

R + G + B ~ 27%. #772A31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 42 + 49 = 210 (100%)
R 119 of 210 ~ 56.67%
G 42 of 210 ~ 20%
B 49 of 210 ~ 23.33%

%56.67
%20
%23.33

CMYK color model

#772A31 color CMYK value is (0,65,59,53).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 58.82%
  • key color value is 53.33%
CMYK:
(0,65,59,53)
C0M65Y59K53 
(0%,65%,59%,53%)
(0.00/0.65/0.59/0.53)	

CMYK percentages

%0
%64.71
%58.82
%53.33

Codes

Color #772A31 in popluar color models

772A31
RGB1194249
HSL355°47.83%31.57%
HSB/HSV355°64.71%46.67%
CMYK0.00%64.71%58.82%
53.33%

Color #772A31 in popluar number systems.

HEX772A31
Decimal1194249
Binary1110111101010110001
Octal1675261

Shades and tints

Shades of #772A31

#772A31
(119,42,49)
#6D272D
(109,39,45)
#632429
(99,36,41)
#592125
(89,33,37)
#4F1E21
(79,30,33)
#451B1D
(69,27,29)
#3B1819
(59,24,25)
#311515
(49,21,21)
#271211
(39,18,17)
#1D0F0D
(29,15,13)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #772A31

#772A31
(119,42,49)
#833D43
(131,61,67)
#8F5055
(143,80,85)
#9B6367
(155,99,103)
#A77679
(167,118,121)
#B3898B
(179,137,139)
#BF9C9D
(191,156,157)
#CBAFAF
(203,175,175)
#D7C2C1
(215,194,193)
#E3D5D3
(227,213,211)
#EFE8E5
(239,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #772A31; }

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

This text font color is #772A31.


Background Color

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

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

This div background color is #772A31.


Border color

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

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

This div border color is #772A31.


Opacity

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

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

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

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

This text has shadow with #772A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772A31 on black background.


Color preview on white background

This text has color #772A31 on white background.



Black color preview on #772A31 background

This text has black color on #772A31 background.


White color preview on #772A31 background

This text has white color on #772A31 background.