COLOR #772B3A

HEX: #772B3A
RGB: (119,43,58)

Color info

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

RGB color model

#772B3A color RGB value is (119,43,58).

  • red value is 119;
  • green value is 43;
  • blue value is 58.
RGB:
(119,43,58)
(47%,17%,23%)

RGB channels and saturation

R 119 of 255 = 47%
G 43 of 255 = 17%
B 58 of 255 = 23%

119
43
58

R + G + B ~ 29%. #772B3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 43 + 58 = 220 (100%)
R 119 of 220 ~ 54.09%
G 43 of 220 ~ 19.55%
B 58 of 220 ~ 26.36%

%54.09
%19.55
%26.36

CMYK color model

#772B3A color CMYK value is (0,64,51,53).

  • cyan value is 0.00%
  • magenta value is 63.87%
  • yellow value is 51.26%
  • key color value is 53.33%
CMYK:
(0,64,51,53)
C0M64Y51K53 
(0%,64%,51%,53%)
(0.00/0.64/0.51/0.53)	

CMYK percentages

%0
%63.87
%51.26
%53.33

Codes

Color #772B3A in popluar color models

772B3A
RGB1194358
HSL348°46.91%31.76%
HSB/HSV348°63.87%46.67%
CMYK0.00%63.87%51.26%
53.33%

Color #772B3A in popluar number systems.

HEX772B3A
Decimal1194358
Binary1110111101011111010
Octal1675372

Shades and tints

Shades of #772B3A

#772B3A
(119,43,58)
#6D2835
(109,40,53)
#632530
(99,37,48)
#59222B
(89,34,43)
#4F1F26
(79,31,38)
#451C21
(69,28,33)
#3B191C
(59,25,28)
#311617
(49,22,23)
#271312
(39,19,18)
#1D100D
(29,16,13)
#130D08
(19,13,8)
#000000
(0,0,0)

Tints of #772B3A

#772B3A
(119,43,58)
#833E4B
(131,62,75)
#8F515C
(143,81,92)
#9B646D
(155,100,109)
#A7777E
(167,119,126)
#B38A8F
(179,138,143)
#BF9DA0
(191,157,160)
#CBB0B1
(203,176,177)
#D7C3C2
(215,195,194)
#E3D6D3
(227,214,211)
#EFE9E4
(239,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772B3A color. Also use rgb(119,43,58) instead hex code.

Text Font Color

.myTextColor { color: #772B3A; }

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

This text font color is #772B3A.


Background Color

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

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

This div background color is #772B3A.


Border color

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

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

This div border color is #772B3A.


Opacity

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

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

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

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

This text has shadow with #772B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772B3A on black background.


Color preview on white background

This text has color #772B3A on white background.



Black color preview on #772B3A background

This text has black color on #772B3A background.


White color preview on #772B3A background

This text has white color on #772B3A background.