COLOR #761127

HEX: #761127
RGB: (118,17,39)

Color info

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

RGB color model

#761127 color RGB value is (118,17,39).

  • red value is 118;
  • green value is 17;
  • blue value is 39.
RGB:
(118,17,39)
(46%,7%,15%)

RGB channels and saturation

R 118 of 255 = 46%
G 17 of 255 = 7%
B 39 of 255 = 15%

118
17
39

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

Portions of RGB colors in percentages

R + G + B =
118 + 17 + 39 = 174 (100%)
R 118 of 174 ~ 67.82%
G 17 of 174 ~ 9.77%
B 39 of 174 ~ 22.41%

%67.82
%9.77
%22.41

CMYK color model

#761127 color CMYK value is (0,86,67,54).

  • cyan value is 0.00%
  • magenta value is 85.59%
  • yellow value is 66.95%
  • key color value is 53.73%
CMYK:
(0,86,67,54)
C0M86Y67K54 
(0%,86%,67%,54%)
(0.00/0.86/0.67/0.54)	

CMYK percentages

%0
%85.59
%66.95
%53.73

Codes

Color #761127 in popluar color models

761127
RGB1181739
HSL347°74.81%26.47%
HSB/HSV347°85.59%46.27%
CMYK0.00%85.59%66.95%
53.73%

Color #761127 in popluar number systems.

HEX761127
Decimal1181739
Binary111011010001100111
Octal1662147

Shades and tints

Shades of #761127

#761127
(118,17,39)
#6C1024
(108,16,36)
#620F21
(98,15,33)
#580E1E
(88,14,30)
#4E0D1B
(78,13,27)
#440C18
(68,12,24)
#3A0B15
(58,11,21)
#300A12
(48,10,18)
#26090F
(38,9,15)
#1C080C
(28,8,12)
#120709
(18,7,9)
#000000
(0,0,0)

Tints of #761127

#761127
(118,17,39)
#82263A
(130,38,58)
#8E3B4D
(142,59,77)
#9A5060
(154,80,96)
#A66573
(166,101,115)
#B27A86
(178,122,134)
#BE8F99
(190,143,153)
#CAA4AC
(202,164,172)
#D6B9BF
(214,185,191)
#E2CED2
(226,206,210)
#EEE3E5
(238,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761127 color. Also use rgb(118,17,39) instead hex code.

Text Font Color

.myTextColor { color: #761127; }

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

This text font color is #761127.


Background Color

.myBgColor { background-color: #761127; }

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

This div background color is #761127.


Border color

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

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

This div border color is #761127.


Opacity

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

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

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

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

This text has shadow with #761127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761127 on black background.


Color preview on white background

This text has color #761127 on white background.



Black color preview on #761127 background

This text has black color on #761127 background.


White color preview on #761127 background

This text has white color on #761127 background.