COLOR #771228

HEX: #771228
RGB: (119,18,40)

Color info

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

RGB color model

#771228 color RGB value is (119,18,40).

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

RGB channels and saturation

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

119
18
40

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

Portions of RGB colors in percentages

R + G + B =
119 + 18 + 40 = 177 (100%)
R 119 of 177 ~ 67.23%
G 18 of 177 ~ 10.17%
B 40 of 177 ~ 22.6%

%67.23
%10.17
%22.6

CMYK color model

#771228 color CMYK value is (0,85,66,53).

  • cyan value is 0.00%
  • magenta value is 84.87%
  • yellow value is 66.39%
  • key color value is 53.33%
CMYK:
(0,85,66,53)
C0M85Y66K53 
(0%,85%,66%,53%)
(0.00/0.85/0.66/0.53)	

CMYK percentages

%0
%84.87
%66.39
%53.33

Codes

Color #771228 in popluar color models

771228
RGB1191840
HSL347°73.72%26.86%
HSB/HSV347°84.87%46.67%
CMYK0.00%84.87%66.39%
53.33%

Color #771228 in popluar number systems.

HEX771228
Decimal1191840
Binary111011110010101000
Octal1672250

Shades and tints

Shades of #771228

#771228
(119,18,40)
#6D1125
(109,17,37)
#631022
(99,16,34)
#590F1F
(89,15,31)
#4F0E1C
(79,14,28)
#450D19
(69,13,25)
#3B0C16
(59,12,22)
#310B13
(49,11,19)
#270A10
(39,10,16)
#1D090D
(29,9,13)
#13080A
(19,8,10)
#000000
(0,0,0)

Tints of #771228

#771228
(119,18,40)
#83273B
(131,39,59)
#8F3C4E
(143,60,78)
#9B5161
(155,81,97)
#A76674
(167,102,116)
#B37B87
(179,123,135)
#BF909A
(191,144,154)
#CBA5AD
(203,165,173)
#D7BAC0
(215,186,192)
#E3CFD3
(227,207,211)
#EFE4E6
(239,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #771228; }

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

This text font color is #771228.


Background Color

.myBgColor { background-color: #771228; }

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

This div background color is #771228.


Border color

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

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

This div border color is #771228.


Opacity

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

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

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

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

This text has shadow with #771228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771228 on black background.


Color preview on white background

This text has color #771228 on white background.



Black color preview on #771228 background

This text has black color on #771228 background.


White color preview on #771228 background

This text has white color on #771228 background.