COLOR #77073E

HEX: #77073E
RGB: (119,7,62)

Color info

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

RGB color model

#77073E color RGB value is (119,7,62).

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

RGB channels and saturation

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

119
7
62

R + G + B ~ 25%. #77073E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 7 + 62 = 188 (100%)
R 119 of 188 ~ 63.3%
G 7 of 188 ~ 3.72%
B 62 of 188 ~ 32.98%

%63.3
%32.98

CMYK color model

#77073E color CMYK value is (0,94,48,53).

  • cyan value is 0.00%
  • magenta value is 94.12%
  • yellow value is 47.90%
  • key color value is 53.33%
CMYK:
(0,94,48,53)
C0M94Y48K53 
(0%,94%,48%,53%)
(0.00/0.94/0.48/0.53)	

CMYK percentages

%0
%94.12
%47.9
%53.33

Codes

Color #77073E in popluar color models

77073E
RGB119762
HSL331°88.89%24.71%
HSB/HSV331°94.12%46.67%
CMYK0.00%94.12%47.90%
53.33%

Color #77073E in popluar number systems.

HEX77073E
Decimal119762
Binary1110111111111110
Octal167776

Shades and tints

Shades of #77073E

#77073E
(119,7,62)
#6D0739
(109,7,57)
#630734
(99,7,52)
#59072F
(89,7,47)
#4F072A
(79,7,42)
#450725
(69,7,37)
#3B0720
(59,7,32)
#31071B
(49,7,27)
#270716
(39,7,22)
#1D0711
(29,7,17)
#13070C
(19,7,12)
#000000
(0,0,0)

Tints of #77073E

#77073E
(119,7,62)
#831D4F
(131,29,79)
#8F3360
(143,51,96)
#9B4971
(155,73,113)
#A75F82
(167,95,130)
#B37593
(179,117,147)
#BF8BA4
(191,139,164)
#CBA1B5
(203,161,181)
#D7B7C6
(215,183,198)
#E3CDD7
(227,205,215)
#EFE3E8
(239,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77073E; }

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

This text font color is #77073E.


Background Color

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

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

This div background color is #77073E.


Border color

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

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

This div border color is #77073E.


Opacity

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

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

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

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

This text has shadow with #77073E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77073E on black background.


Color preview on white background

This text has color #77073E on white background.



Black color preview on #77073E background

This text has black color on #77073E background.


White color preview on #77073E background

This text has white color on #77073E background.