COLOR #77001A

HEX: #77001A
RGB: (119,0,26)

Color info

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

RGB color model

#77001A color RGB value is (119,0,26).

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

RGB channels and saturation

R 119 of 255 = 47%
G 0 of 255 = 0%
B 26 of 255 = 10%

119
0
26

R + G + B ~ 19%. #77001A is dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 0 + 26 = 145 (100%)
R 119 of 145 ~ 82.07%
G 0 of 145 ~ 0%
B 26 of 145 ~ 17.93%

%82.07
%17.93

CMYK color model

#77001A color CMYK value is (0,100,78,53).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 78.15%
  • key color value is 53.33%
CMYK:
(0,100,78,53)
C0M100Y78K53 
(0%,100%,78%,53%)
(0.00/1.00/0.78/0.53)	

CMYK percentages

%0
%100
%78.15
%53.33

Codes

Color #77001A in popluar color models

77001A
RGB119026
HSL347°100.00%23.33%
HSB/HSV347°100.00%46.67%
CMYK0.00%100.00%78.15%
53.33%

Color #77001A in popluar number systems.

HEX77001A
Decimal119026
Binary1110111011010
Octal167032

Shades and tints

Shades of #77001A

#77001A
(119,0,26)
#6D0018
(109,0,24)
#630016
(99,0,22)
#590014
(89,0,20)
#4F0012
(79,0,18)
#450010
(69,0,16)
#3B000E
(59,0,14)
#31000C
(49,0,12)
#27000A
(39,0,10)
#1D0008
(29,0,8)
#130006
(19,0,6)
#000000
(0,0,0)

Tints of #77001A

#77001A
(119,0,26)
#83172E
(131,23,46)
#8F2E42
(143,46,66)
#9B4556
(155,69,86)
#A75C6A
(167,92,106)
#B3737E
(179,115,126)
#BF8A92
(191,138,146)
#CBA1A6
(203,161,166)
#D7B8BA
(215,184,186)
#E3CFCE
(227,207,206)
#EFE6E2
(239,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77001A color. Also use rgb(119,0,26) instead hex code.

Text Font Color

.myTextColor { color: #77001A; }

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

This text font color is #77001A.


Background Color

.myBgColor { background-color: #77001A; }

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

This div background color is #77001A.


Border color

.myBorderColor { border: 1px solid #77001A; }

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

This div border color is #77001A.


Opacity

.myOpacity80 { color: #77001A; opacity: 0.8; }

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

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

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

This text has shadow with #77001A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77001A on black background.


Color preview on white background

This text has color #77001A on white background.



Black color preview on #77001A background

This text has black color on #77001A background.


White color preview on #77001A background

This text has white color on #77001A background.