COLOR #770A19

HEX: #770A19
RGB: (119,10,25)

Color info

#770A19 contains mainly red color. Web safe color of #770A19 is #660000 (or #600).

RGB color model

#770A19 color RGB value is (119,10,25).

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

RGB channels and saturation

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

119
10
25

R + G + B ~ 20%. #770A19 is dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 10 + 25 = 154 (100%)
R 119 of 154 ~ 77.27%
G 10 of 154 ~ 6.49%
B 25 of 154 ~ 16.23%

%77.27
%16.23

CMYK color model

#770A19 color CMYK value is (0,92,79,53).

  • cyan value is 0.00%
  • magenta value is 91.60%
  • yellow value is 78.99%
  • key color value is 53.33%
CMYK:
(0,92,79,53)
C0M92Y79K53 
(0%,92%,79%,53%)
(0.00/0.92/0.79/0.53)	

CMYK percentages

%0
%91.6
%78.99
%53.33

Codes

Color #770A19 in popluar color models

770A19
RGB1191025
HSL352°84.50%25.29%
HSB/HSV352°91.60%46.67%
CMYK0.00%91.60%78.99%
53.33%

Color #770A19 in popluar number systems.

HEX770A19
Decimal1191025
Binary1110111101011001
Octal1671231

Shades and tints

Shades of #770A19

#770A19
(119,10,25)
#6D0A17
(109,10,23)
#630A15
(99,10,21)
#590A13
(89,10,19)
#4F0A11
(79,10,17)
#450A0F
(69,10,15)
#3B0A0D
(59,10,13)
#310A0B
(49,10,11)
#270A09
(39,10,9)
#1D0A07
(29,10,7)
#130A05
(19,10,5)
#000000
(0,0,0)

Tints of #770A19

#770A19
(119,10,25)
#83202D
(131,32,45)
#8F3641
(143,54,65)
#9B4C55
(155,76,85)
#A76269
(167,98,105)
#B3787D
(179,120,125)
#BF8E91
(191,142,145)
#CBA4A5
(203,164,165)
#D7BAB9
(215,186,185)
#E3D0CD
(227,208,205)
#EFE6E1
(239,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #770A19 color. Also use rgb(119,10,25) instead hex code.

Text Font Color

.myTextColor { color: #770A19; }

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

This text font color is #770A19.


Background Color

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

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

This div background color is #770A19.


Border color

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

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

This div border color is #770A19.


Opacity

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

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

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

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

This text has shadow with #770A19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #770A19 on black background.


Color preview on white background

This text has color #770A19 on white background.



Black color preview on #770A19 background

This text has black color on #770A19 background.


White color preview on #770A19 background

This text has white color on #770A19 background.