COLOR #771E24

HEX: #771E24
RGB: (119,30,36)

Color info

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

RGB color model

#771E24 color RGB value is (119,30,36).

  • red value is 119;
  • green value is 30;
  • blue value is 36.
RGB:
(119,30,36)
(47%,12%,14%)

RGB channels and saturation

R 119 of 255 = 47%
G 30 of 255 = 12%
B 36 of 255 = 14%

119
30
36

R + G + B ~ 24%. #771E24 is dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 30 + 36 = 185 (100%)
R 119 of 185 ~ 64.32%
G 30 of 185 ~ 16.22%
B 36 of 185 ~ 19.46%

%64.32
%16.22
%19.46

CMYK color model

#771E24 color CMYK value is (0,75,70,53).

  • cyan value is 0.00%
  • magenta value is 74.79%
  • yellow value is 69.75%
  • key color value is 53.33%
CMYK:
(0,75,70,53)
C0M75Y70K53 
(0%,75%,70%,53%)
(0.00/0.75/0.70/0.53)	

CMYK percentages

%0
%74.79
%69.75
%53.33

Codes

Color #771E24 in popluar color models

771E24
RGB1193036
HSL356°59.73%29.22%
HSB/HSV356°74.79%46.67%
CMYK0.00%74.79%69.75%
53.33%

Color #771E24 in popluar number systems.

HEX771E24
Decimal1193036
Binary111011111110100100
Octal1673644

Shades and tints

Shades of #771E24

#771E24
(119,30,36)
#6D1C21
(109,28,33)
#631A1E
(99,26,30)
#59181B
(89,24,27)
#4F1618
(79,22,24)
#451415
(69,20,21)
#3B1212
(59,18,18)
#31100F
(49,16,15)
#270E0C
(39,14,12)
#1D0C09
(29,12,9)
#130A06
(19,10,6)
#000000
(0,0,0)

Tints of #771E24

#771E24
(119,30,36)
#833237
(131,50,55)
#8F464A
(143,70,74)
#9B5A5D
(155,90,93)
#A76E70
(167,110,112)
#B38283
(179,130,131)
#BF9696
(191,150,150)
#CBAAA9
(203,170,169)
#D7BEBC
(215,190,188)
#E3D2CF
(227,210,207)
#EFE6E2
(239,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771E24 color. Also use rgb(119,30,36) instead hex code.

Text Font Color

.myTextColor { color: #771E24; }

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

This text font color is #771E24.


Background Color

.myBgColor { background-color: #771E24; }

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

This div background color is #771E24.


Border color

.myBorderColor { border: 1px solid #771E24; }

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

This div border color is #771E24.


Opacity

.myOpacity80 { color: #771E24; opacity: 0.8; }

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

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

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

This text has shadow with #771E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771E24 on black background.


Color preview on white background

This text has color #771E24 on white background.



Black color preview on #771E24 background

This text has black color on #771E24 background.


White color preview on #771E24 background

This text has white color on #771E24 background.