COLOR #771230

HEX: #771230
RGB: (119,18,48)

Color info

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

RGB color model

#771230 color RGB value is (119,18,48).

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

RGB channels and saturation

R 119 of 255 = 47%
G 18 of 255 = 7%
B 48 of 255 = 19%

119
18
48

R + G + B ~ 24%. #771230 is dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 18 + 48 = 185 (100%)
R 119 of 185 ~ 64.32%
G 18 of 185 ~ 9.73%
B 48 of 185 ~ 25.95%

%64.32
%9.73
%25.95

CMYK color model

#771230 color CMYK value is (0,85,60,53).

  • cyan value is 0.00%
  • magenta value is 84.87%
  • yellow value is 59.66%
  • key color value is 53.33%
CMYK:
(0,85,60,53)
C0M85Y60K53 
(0%,85%,60%,53%)
(0.00/0.85/0.60/0.53)	

CMYK percentages

%0
%84.87
%59.66
%53.33

Codes

Color #771230 in popluar color models

771230
RGB1191848
HSL342°73.72%26.86%
HSB/HSV342°84.87%46.67%
CMYK0.00%84.87%59.66%
53.33%

Color #771230 in popluar number systems.

HEX771230
Decimal1191848
Binary111011110010110000
Octal1672260

Shades and tints

Shades of #771230

#771230
(119,18,48)
#6D112C
(109,17,44)
#631028
(99,16,40)
#590F24
(89,15,36)
#4F0E20
(79,14,32)
#450D1C
(69,13,28)
#3B0C18
(59,12,24)
#310B14
(49,11,20)
#270A10
(39,10,16)
#1D090C
(29,9,12)
#130808
(19,8,8)
#000000
(0,0,0)

Tints of #771230

#771230
(119,18,48)
#832742
(131,39,66)
#8F3C54
(143,60,84)
#9B5166
(155,81,102)
#A76678
(167,102,120)
#B37B8A
(179,123,138)
#BF909C
(191,144,156)
#CBA5AE
(203,165,174)
#D7BAC0
(215,186,192)
#E3CFD2
(227,207,210)
#EFE4E4
(239,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #771230; }

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

This text font color is #771230.


Background Color

.myBgColor { background-color: #771230; }

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

This div background color is #771230.


Border color

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

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

This div border color is #771230.


Opacity

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

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

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

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

This text has shadow with #771230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #771230 on black background.


Color preview on white background

This text has color #771230 on white background.



Black color preview on #771230 background

This text has black color on #771230 background.


White color preview on #771230 background

This text has white color on #771230 background.