COLOR #761842

HEX: #761842
RGB: (118,24,66)

Color info

#761842 contains mainly red and blue colors. Web safe color of #761842 is #660033 (or #603).

RGB color model

#761842 color RGB value is (118,24,66).

  • red value is 118;
  • green value is 24;
  • blue value is 66.
RGB:
(118,24,66)
(46%,9%,26%)

RGB channels and saturation

R 118 of 255 = 46%
G 24 of 255 = 9%
B 66 of 255 = 26%

118
24
66

R + G + B ~ 27%. #761842 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 24 + 66 = 208 (100%)
R 118 of 208 ~ 56.73%
G 24 of 208 ~ 11.54%
B 66 of 208 ~ 31.73%

%56.73
%11.54
%31.73

CMYK color model

#761842 color CMYK value is (0,80,44,54).

  • cyan value is 0.00%
  • magenta value is 79.66%
  • yellow value is 44.07%
  • key color value is 53.73%
CMYK:
(0,80,44,54)
C0M80Y44K54 
(0%,80%,44%,54%)
(0.00/0.80/0.44/0.54)	

CMYK percentages

%0
%79.66
%44.07
%53.73

Codes

Color #761842 in popluar color models

761842
RGB1182466
HSL333°66.20%27.84%
HSB/HSV333°79.66%46.27%
CMYK0.00%79.66%44.07%
53.73%

Color #761842 in popluar number systems.

HEX761842
Decimal1182466
Binary1110110110001000010
Octal16630102

Shades and tints

Shades of #761842

#761842
(118,24,66)
#6C163C
(108,22,60)
#621436
(98,20,54)
#581230
(88,18,48)
#4E102A
(78,16,42)
#440E24
(68,14,36)
#3A0C1E
(58,12,30)
#300A18
(48,10,24)
#260812
(38,8,18)
#1C060C
(28,6,12)
#120406
(18,4,6)
#000000
(0,0,0)

Tints of #761842

#761842
(118,24,66)
#822D53
(130,45,83)
#8E4264
(142,66,100)
#9A5775
(154,87,117)
#A66C86
(166,108,134)
#B28197
(178,129,151)
#BE96A8
(190,150,168)
#CAABB9
(202,171,185)
#D6C0CA
(214,192,202)
#E2D5DB
(226,213,219)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761842 color. Also use rgb(118,24,66) instead hex code.

Text Font Color

.myTextColor { color: #761842; }

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

This text font color is #761842.


Background Color

.myBgColor { background-color: #761842; }

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

This div background color is #761842.


Border color

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

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

This div border color is #761842.


Opacity

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

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

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

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

This text has shadow with #761842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761842 on black background.


Color preview on white background

This text has color #761842 on white background.



Black color preview on #761842 background

This text has black color on #761842 background.


White color preview on #761842 background

This text has white color on #761842 background.