COLOR #77193F

HEX: #77193F
RGB: (119,25,63)

Color info

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

RGB color model

#77193F color RGB value is (119,25,63).

  • red value is 119;
  • green value is 25;
  • blue value is 63.
RGB:
(119,25,63)
(47%,10%,25%)

RGB channels and saturation

R 119 of 255 = 47%
G 25 of 255 = 10%
B 63 of 255 = 25%

119
25
63

R + G + B ~ 27%. #77193F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 25 + 63 = 207 (100%)
R 119 of 207 ~ 57.49%
G 25 of 207 ~ 12.08%
B 63 of 207 ~ 30.43%

%57.49
%12.08
%30.43

CMYK color model

#77193F color CMYK value is (0,79,47,53).

  • cyan value is 0.00%
  • magenta value is 78.99%
  • yellow value is 47.06%
  • key color value is 53.33%
CMYK:
(0,79,47,53)
C0M79Y47K53 
(0%,79%,47%,53%)
(0.00/0.79/0.47/0.53)	

CMYK percentages

%0
%78.99
%47.06
%53.33

Codes

Color #77193F in popluar color models

77193F
RGB1192563
HSL336°65.28%28.24%
HSB/HSV336°78.99%46.67%
CMYK0.00%78.99%47.06%
53.33%

Color #77193F in popluar number systems.

HEX77193F
Decimal1192563
Binary111011111001111111
Octal1673177

Shades and tints

Shades of #77193F

#77193F
(119,25,63)
#6D173A
(109,23,58)
#631535
(99,21,53)
#591330
(89,19,48)
#4F112B
(79,17,43)
#450F26
(69,15,38)
#3B0D21
(59,13,33)
#310B1C
(49,11,28)
#270917
(39,9,23)
#1D0712
(29,7,18)
#13050D
(19,5,13)
#000000
(0,0,0)

Tints of #77193F

#77193F
(119,25,63)
#832D50
(131,45,80)
#8F4161
(143,65,97)
#9B5572
(155,85,114)
#A76983
(167,105,131)
#B37D94
(179,125,148)
#BF91A5
(191,145,165)
#CBA5B6
(203,165,182)
#D7B9C7
(215,185,199)
#E3CDD8
(227,205,216)
#EFE1E9
(239,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77193F color. Also use rgb(119,25,63) instead hex code.

Text Font Color

.myTextColor { color: #77193F; }

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

This text font color is #77193F.


Background Color

.myBgColor { background-color: #77193F; }

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

This div background color is #77193F.


Border color

.myBorderColor { border: 1px solid #77193F; }

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

This div border color is #77193F.


Opacity

.myOpacity80 { color: #77193F; opacity: 0.8; }

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

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

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

This text has shadow with #77193F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77193F on black background.


Color preview on white background

This text has color #77193F on white background.



Black color preview on #77193F background

This text has black color on #77193F background.


White color preview on #77193F background

This text has white color on #77193F background.