COLOR #771012

HEX: #771012
RGB: (119,16,18)

Color info

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

RGB color model

#771012 color RGB value is (119,16,18).

  • red value is 119;
  • green value is 16;
  • blue value is 18.
RGB:
(119,16,18)
(47%,6%,7%)

RGB channels and saturation

R 119 of 255 = 47%
G 16 of 255 = 6%
B 18 of 255 = 7%

119
16
18

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

Portions of RGB colors in percentages

R + G + B =
119 + 16 + 18 = 153 (100%)
R 119 of 153 ~ 77.78%
G 16 of 153 ~ 10.46%
B 18 of 153 ~ 11.76%

%77.78
%10.46
%11.76

CMYK color model

#771012 color CMYK value is (0,87,85,53).

  • cyan value is 0.00%
  • magenta value is 86.55%
  • yellow value is 84.87%
  • key color value is 53.33%
CMYK:
(0,87,85,53)
C0M87Y85K53 
(0%,87%,85%,53%)
(0.00/0.87/0.85/0.53)	

CMYK percentages

%0
%86.55
%84.87
%53.33

Codes

Color #771012 in popluar color models

771012
RGB1191618
HSL359°76.30%26.47%
HSB/HSV359°86.55%46.67%
CMYK0.00%86.55%84.87%
53.33%

Color #771012 in popluar number systems.

HEX771012
Decimal1191618
Binary11101111000010010
Octal1672022

Shades and tints

Shades of #771012

#771012
(119,16,18)
#6D0F11
(109,15,17)
#630E10
(99,14,16)
#590D0F
(89,13,15)
#4F0C0E
(79,12,14)
#450B0D
(69,11,13)
#3B0A0C
(59,10,12)
#31090B
(49,9,11)
#27080A
(39,8,10)
#1D0709
(29,7,9)
#130608
(19,6,8)
#000000
(0,0,0)

Tints of #771012

#771012
(119,16,18)
#832527
(131,37,39)
#8F3A3C
(143,58,60)
#9B4F51
(155,79,81)
#A76466
(167,100,102)
#B3797B
(179,121,123)
#BF8E90
(191,142,144)
#CBA3A5
(203,163,165)
#D7B8BA
(215,184,186)
#E3CDCF
(227,205,207)
#EFE2E4
(239,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #771012 color. Also use rgb(119,16,18) instead hex code.

Text Font Color

.myTextColor { color: #771012; }

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

This text font color is #771012.


Background Color

.myBgColor { background-color: #771012; }

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

This div background color is #771012.


Border color

.myBorderColor { border: 1px solid #771012; }

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

This div border color is #771012.


Opacity

.myOpacity80 { color: #771012; opacity: 0.8; }

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

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

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

This text has shadow with #771012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771012 on black background.


Color preview on white background

This text has color #771012 on white background.



Black color preview on #771012 background

This text has black color on #771012 background.


White color preview on #771012 background

This text has white color on #771012 background.