COLOR #77113E

HEX: #77113E
RGB: (119,17,62)

Color info

#77113E contains mainly red and blue colors. Web safe color of #77113E is #660033 (or #603).

RGB color model

#77113E color RGB value is (119,17,62).

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

RGB channels and saturation

R 119 of 255 = 47%
G 17 of 255 = 7%
B 62 of 255 = 24%

119
17
62

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

Portions of RGB colors in percentages

R + G + B =
119 + 17 + 62 = 198 (100%)
R 119 of 198 ~ 60.1%
G 17 of 198 ~ 8.59%
B 62 of 198 ~ 31.31%

%60.1
%31.31

CMYK color model

#77113E color CMYK value is (0,86,48,53).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 47.90%
  • key color value is 53.33%
CMYK:
(0,86,48,53)
C0M86Y48K53 
(0%,86%,48%,53%)
(0.00/0.86/0.48/0.53)	

CMYK percentages

%0
%85.71
%47.9
%53.33

Codes

Color #77113E in popluar color models

77113E
RGB1191762
HSL334°75.00%26.67%
HSB/HSV334°85.71%46.67%
CMYK0.00%85.71%47.90%
53.33%

Color #77113E in popluar number systems.

HEX77113E
Decimal1191762
Binary111011110001111110
Octal1672176

Shades and tints

Shades of #77113E

#77113E
(119,17,62)
#6D1039
(109,16,57)
#630F34
(99,15,52)
#590E2F
(89,14,47)
#4F0D2A
(79,13,42)
#450C25
(69,12,37)
#3B0B20
(59,11,32)
#310A1B
(49,10,27)
#270916
(39,9,22)
#1D0811
(29,8,17)
#13070C
(19,7,12)
#000000
(0,0,0)

Tints of #77113E

#77113E
(119,17,62)
#83264F
(131,38,79)
#8F3B60
(143,59,96)
#9B5071
(155,80,113)
#A76582
(167,101,130)
#B37A93
(179,122,147)
#BF8FA4
(191,143,164)
#CBA4B5
(203,164,181)
#D7B9C6
(215,185,198)
#E3CED7
(227,206,215)
#EFE3E8
(239,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77113E; }

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

This text font color is #77113E.


Background Color

.myBgColor { background-color: #77113E; }

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

This div background color is #77113E.


Border color

.myBorderColor { border: 1px solid #77113E; }

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

This div border color is #77113E.


Opacity

.myOpacity80 { color: #77113E; opacity: 0.8; }

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

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

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

This text has shadow with #77113E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77113E on black background.


Color preview on white background

This text has color #77113E on white background.



Black color preview on #77113E background

This text has black color on #77113E background.


White color preview on #77113E background

This text has white color on #77113E background.