COLOR #770D2E

HEX: #770D2E
RGB: (119,13,46)

Color info

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

RGB color model

#770D2E color RGB value is (119,13,46).

  • red value is 119;
  • green value is 13;
  • blue value is 46.
RGB:
(119,13,46)
(47%,5%,18%)

RGB channels and saturation

R 119 of 255 = 47%
G 13 of 255 = 5%
B 46 of 255 = 18%

119
13
46

R + G + B ~ 23%. #770D2E is dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 13 + 46 = 178 (100%)
R 119 of 178 ~ 66.85%
G 13 of 178 ~ 7.3%
B 46 of 178 ~ 25.84%

%66.85
%25.84

CMYK color model

#770D2E color CMYK value is (0,89,61,53).

  • cyan value is 0.00%
  • magenta value is 89.08%
  • yellow value is 61.34%
  • key color value is 53.33%
CMYK:
(0,89,61,53)
C0M89Y61K53 
(0%,89%,61%,53%)
(0.00/0.89/0.61/0.53)	

CMYK percentages

%0
%89.08
%61.34
%53.33

Codes

Color #770D2E in popluar color models

770D2E
RGB1191346
HSL341°80.30%25.88%
HSB/HSV341°89.08%46.67%
CMYK0.00%89.08%61.34%
53.33%

Color #770D2E in popluar number systems.

HEX770D2E
Decimal1191346
Binary11101111101101110
Octal1671556

Shades and tints

Shades of #770D2E

#770D2E
(119,13,46)
#6D0C2A
(109,12,42)
#630B26
(99,11,38)
#590A22
(89,10,34)
#4F091E
(79,9,30)
#45081A
(69,8,26)
#3B0716
(59,7,22)
#310612
(49,6,18)
#27050E
(39,5,14)
#1D040A
(29,4,10)
#130306
(19,3,6)
#000000
(0,0,0)

Tints of #770D2E

#770D2E
(119,13,46)
#832341
(131,35,65)
#8F3954
(143,57,84)
#9B4F67
(155,79,103)
#A7657A
(167,101,122)
#B37B8D
(179,123,141)
#BF91A0
(191,145,160)
#CBA7B3
(203,167,179)
#D7BDC6
(215,189,198)
#E3D3D9
(227,211,217)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #770D2E color. Also use rgb(119,13,46) instead hex code.

Text Font Color

.myTextColor { color: #770D2E; }

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

This text font color is #770D2E.


Background Color

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

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

This div background color is #770D2E.


Border color

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

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

This div border color is #770D2E.


Opacity

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

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

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

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

This text has shadow with #770D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #770D2E on black background.


Color preview on white background

This text has color #770D2E on white background.



Black color preview on #770D2E background

This text has black color on #770D2E background.


White color preview on #770D2E background

This text has white color on #770D2E background.