COLOR #770C1C

HEX: #770C1C
RGB: (119,12,28)

Color info

#770C1C contains mainly red color. Web safe color of #770C1C is #660033 (or #603).

RGB color model

#770C1C color RGB value is (119,12,28).

  • red value is 119;
  • green value is 12;
  • blue value is 28.
RGB:
(119,12,28)
(47%,5%,11%)

RGB channels and saturation

R 119 of 255 = 47%
G 12 of 255 = 5%
B 28 of 255 = 11%

119
12
28

R + G + B ~ 21%. #770C1C is dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 12 + 28 = 159 (100%)
R 119 of 159 ~ 74.84%
G 12 of 159 ~ 7.55%
B 28 of 159 ~ 17.61%

%74.84
%17.61

CMYK color model

#770C1C color CMYK value is (0,90,76,53).

  • cyan value is 0.00%
  • magenta value is 89.92%
  • yellow value is 76.47%
  • key color value is 53.33%
CMYK:
(0,90,76,53)
C0M90Y76K53 
(0%,90%,76%,53%)
(0.00/0.90/0.76/0.53)	

CMYK percentages

%0
%89.92
%76.47
%53.33

Codes

Color #770C1C in popluar color models

770C1C
RGB1191228
HSL351°81.68%25.69%
HSB/HSV351°89.92%46.67%
CMYK0.00%89.92%76.47%
53.33%

Color #770C1C in popluar number systems.

HEX770C1C
Decimal1191228
Binary1110111110011100
Octal1671434

Shades and tints

Shades of #770C1C

#770C1C
(119,12,28)
#6D0B1A
(109,11,26)
#630A18
(99,10,24)
#590916
(89,9,22)
#4F0814
(79,8,20)
#450712
(69,7,18)
#3B0610
(59,6,16)
#31050E
(49,5,14)
#27040C
(39,4,12)
#1D030A
(29,3,10)
#130208
(19,2,8)
#000000
(0,0,0)

Tints of #770C1C

#770C1C
(119,12,28)
#832230
(131,34,48)
#8F3844
(143,56,68)
#9B4E58
(155,78,88)
#A7646C
(167,100,108)
#B37A80
(179,122,128)
#BF9094
(191,144,148)
#CBA6A8
(203,166,168)
#D7BCBC
(215,188,188)
#E3D2D0
(227,210,208)
#EFE8E4
(239,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #770C1C color. Also use rgb(119,12,28) instead hex code.

Text Font Color

.myTextColor { color: #770C1C; }

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

This text font color is #770C1C.


Background Color

.myBgColor { background-color: #770C1C; }

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

This div background color is #770C1C.


Border color

.myBorderColor { border: 1px solid #770C1C; }

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

This div border color is #770C1C.


Opacity

.myOpacity80 { color: #770C1C; opacity: 0.8; }

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

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

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

This text has shadow with #770C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #770C1C on black background.


Color preview on white background

This text has color #770C1C on white background.



Black color preview on #770C1C background

This text has black color on #770C1C background.


White color preview on #770C1C background

This text has white color on #770C1C background.