COLOR #772729

HEX: #772729
RGB: (119,39,41)

Color info

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

RGB color model

#772729 color RGB value is (119,39,41).

  • red value is 119;
  • green value is 39;
  • blue value is 41.
RGB:
(119,39,41)
(47%,15%,16%)

RGB channels and saturation

R 119 of 255 = 47%
G 39 of 255 = 15%
B 41 of 255 = 16%

119
39
41

R + G + B ~ 26%. #772729 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 39 + 41 = 199 (100%)
R 119 of 199 ~ 59.8%
G 39 of 199 ~ 19.6%
B 41 of 199 ~ 20.6%

%59.8
%19.6
%20.6

CMYK color model

#772729 color CMYK value is (0,67,66,53).

  • cyan value is 0.00%
  • magenta value is 67.23%
  • yellow value is 65.55%
  • key color value is 53.33%
CMYK:
(0,67,66,53)
C0M67Y66K53 
(0%,67%,66%,53%)
(0.00/0.67/0.66/0.53)	

CMYK percentages

%0
%67.23
%65.55
%53.33

Codes

Color #772729 in popluar color models

772729
RGB1193941
HSL359°50.63%30.98%
HSB/HSV359°67.23%46.67%
CMYK0.00%67.23%65.55%
53.33%

Color #772729 in popluar number systems.

HEX772729
Decimal1193941
Binary1110111100111101001
Octal1674751

Shades and tints

Shades of #772729

#772729
(119,39,41)
#6D2426
(109,36,38)
#632123
(99,33,35)
#591E20
(89,30,32)
#4F1B1D
(79,27,29)
#45181A
(69,24,26)
#3B1517
(59,21,23)
#311214
(49,18,20)
#270F11
(39,15,17)
#1D0C0E
(29,12,14)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #772729

#772729
(119,39,41)
#833A3C
(131,58,60)
#8F4D4F
(143,77,79)
#9B6062
(155,96,98)
#A77375
(167,115,117)
#B38688
(179,134,136)
#BF999B
(191,153,155)
#CBACAE
(203,172,174)
#D7BFC1
(215,191,193)
#E3D2D4
(227,210,212)
#EFE5E7
(239,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772729 color. Also use rgb(119,39,41) instead hex code.

Text Font Color

.myTextColor { color: #772729; }

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

This text font color is #772729.


Background Color

.myBgColor { background-color: #772729; }

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

This div background color is #772729.


Border color

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

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

This div border color is #772729.


Opacity

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

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

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

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

This text has shadow with #772729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772729 on black background.


Color preview on white background

This text has color #772729 on white background.



Black color preview on #772729 background

This text has black color on #772729 background.


White color preview on #772729 background

This text has white color on #772729 background.