COLOR #771110

HEX: #771110
RGB: (119,17,16)

Color info

#771110 contains mainly red color. Web safe color of #771110 is #660000 (or #600).

RGB color model

#771110 color RGB value is (119,17,16).

  • red value is 119;
  • green value is 17;
  • blue value is 16.
RGB:
(119,17,16)
(47%,7%,6%)

RGB channels and saturation

R 119 of 255 = 47%
G 17 of 255 = 7%
B 16 of 255 = 6%

119
17
16

R + G + B ~ 20%. #771110 is dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 17 + 16 = 152 (100%)
R 119 of 152 ~ 78.29%
G 17 of 152 ~ 11.18%
B 16 of 152 ~ 10.53%

%78.29
%11.18
%10.53

CMYK color model

#771110 color CMYK value is (0,86,87,53).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 86.55%
  • key color value is 53.33%
CMYK:
(0,86,87,53)
C0M86Y87K53 
(0%,86%,87%,53%)
(0.00/0.86/0.87/0.53)	

CMYK percentages

%0
%85.71
%86.55
%53.33

Codes

Color #771110 in popluar color models

771110
RGB1191716
HSL76.30%26.47%
HSB/HSV86.55%46.67%
CMYK0.00%85.71%86.55%
53.33%

Color #771110 in popluar number systems.

HEX771110
Decimal1191716
Binary11101111000110000
Octal1672120

Shades and tints

Shades of #771110

#771110
(119,17,16)
#6D100F
(109,16,15)
#630F0E
(99,15,14)
#590E0D
(89,14,13)
#4F0D0C
(79,13,12)
#450C0B
(69,12,11)
#3B0B0A
(59,11,10)
#310A09
(49,10,9)
#270908
(39,9,8)
#1D0807
(29,8,7)
#130706
(19,7,6)
#000000
(0,0,0)

Tints of #771110

#771110
(119,17,16)
#832625
(131,38,37)
#8F3B3A
(143,59,58)
#9B504F
(155,80,79)
#A76564
(167,101,100)
#B37A79
(179,122,121)
#BF8F8E
(191,143,142)
#CBA4A3
(203,164,163)
#D7B9B8
(215,185,184)
#E3CECD
(227,206,205)
#EFE3E2
(239,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771110 color. Also use rgb(119,17,16) instead hex code.

Text Font Color

.myTextColor { color: #771110; }

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

This text font color is #771110.


Background Color

.myBgColor { background-color: #771110; }

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

This div background color is #771110.


Border color

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

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

This div border color is #771110.


Opacity

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

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

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

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

This text has shadow with #771110 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771110 on black background.


Color preview on white background

This text has color #771110 on white background.



Black color preview on #771110 background

This text has black color on #771110 background.


White color preview on #771110 background

This text has white color on #771110 background.