COLOR #772D2F

HEX: #772D2F
RGB: (119,45,47)

Color info

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

RGB color model

#772D2F color RGB value is (119,45,47).

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

RGB channels and saturation

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

119
45
47

R + G + B ~ 28%. #772D2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 45 + 47 = 211 (100%)
R 119 of 211 ~ 56.4%
G 45 of 211 ~ 21.33%
B 47 of 211 ~ 22.27%

%56.4
%21.33
%22.27

CMYK color model

#772D2F color CMYK value is (0,62,61,53).

  • cyan value is 0.00%
  • magenta value is 62.18%
  • yellow value is 60.50%
  • key color value is 53.33%
CMYK:
(0,62,61,53)
C0M62Y61K53 
(0%,62%,61%,53%)
(0.00/0.62/0.61/0.53)	

CMYK percentages

%0
%62.18
%60.5
%53.33

Codes

Color #772D2F in popluar color models

772D2F
RGB1194547
HSL358°45.12%32.16%
HSB/HSV358°62.18%46.67%
CMYK0.00%62.18%60.50%
53.33%

Color #772D2F in popluar number systems.

HEX772D2F
Decimal1194547
Binary1110111101101101111
Octal1675557

Shades and tints

Shades of #772D2F

#772D2F
(119,45,47)
#6D292B
(109,41,43)
#632527
(99,37,39)
#592123
(89,33,35)
#4F1D1F
(79,29,31)
#45191B
(69,25,27)
#3B1517
(59,21,23)
#311113
(49,17,19)
#270D0F
(39,13,15)
#1D090B
(29,9,11)
#130507
(19,5,7)
#000000
(0,0,0)

Tints of #772D2F

#772D2F
(119,45,47)
#834041
(131,64,65)
#8F5353
(143,83,83)
#9B6665
(155,102,101)
#A77977
(167,121,119)
#B38C89
(179,140,137)
#BF9F9B
(191,159,155)
#CBB2AD
(203,178,173)
#D7C5BF
(215,197,191)
#E3D8D1
(227,216,209)
#EFEBE3
(239,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #772D2F; }

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

This text font color is #772D2F.


Background Color

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

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

This div background color is #772D2F.


Border color

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

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

This div border color is #772D2F.


Opacity

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

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

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

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

This text has shadow with #772D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772D2F on black background.


Color preview on white background

This text has color #772D2F on white background.



Black color preview on #772D2F background

This text has black color on #772D2F background.


White color preview on #772D2F background

This text has white color on #772D2F background.