COLOR #761B4D

HEX: #761B4D
RGB: (118,27,77)

Color info

#761B4D contains mainly red and blue colors. Web safe color of #761B4D is #663333 (or #633).

RGB color model

#761B4D color RGB value is (118,27,77).

  • red value is 118;
  • green value is 27;
  • blue value is 77.
RGB:
(118,27,77)
(46%,11%,30%)

RGB channels and saturation

R 118 of 255 = 46%
G 27 of 255 = 11%
B 77 of 255 = 30%

118
27
77

R + G + B ~ 29%. #761B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 27 + 77 = 222 (100%)
R 118 of 222 ~ 53.15%
G 27 of 222 ~ 12.16%
B 77 of 222 ~ 34.68%

%53.15
%12.16
%34.68

CMYK color model

#761B4D color CMYK value is (0,77,35,54).

  • cyan value is 0.00%
  • magenta value is 77.12%
  • yellow value is 34.75%
  • key color value is 53.73%
CMYK:
(0,77,35,54)
C0M77Y35K54 
(0%,77%,35%,54%)
(0.00/0.77/0.35/0.54)	

CMYK percentages

%0
%77.12
%34.75
%53.73

Codes

Color #761B4D in popluar color models

761B4D
RGB1182777
HSL327°62.76%28.43%
HSB/HSV327°77.12%46.27%
CMYK0.00%77.12%34.75%
53.73%

Color #761B4D in popluar number systems.

HEX761B4D
Decimal1182777
Binary1110110110111001101
Octal16633115

Shades and tints

Shades of #761B4D

#761B4D
(118,27,77)
#6C1946
(108,25,70)
#62173F
(98,23,63)
#581538
(88,21,56)
#4E1331
(78,19,49)
#44112A
(68,17,42)
#3A0F23
(58,15,35)
#300D1C
(48,13,28)
#260B15
(38,11,21)
#1C090E
(28,9,14)
#120707
(18,7,7)
#000000
(0,0,0)

Tints of #761B4D

#761B4D
(118,27,77)
#822F5D
(130,47,93)
#8E436D
(142,67,109)
#9A577D
(154,87,125)
#A66B8D
(166,107,141)
#B27F9D
(178,127,157)
#BE93AD
(190,147,173)
#CAA7BD
(202,167,189)
#D6BBCD
(214,187,205)
#E2CFDD
(226,207,221)
#EEE3ED
(238,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761B4D color. Also use rgb(118,27,77) instead hex code.

Text Font Color

.myTextColor { color: #761B4D; }

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

This text font color is #761B4D.


Background Color

.myBgColor { background-color: #761B4D; }

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

This div background color is #761B4D.


Border color

.myBorderColor { border: 1px solid #761B4D; }

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

This div border color is #761B4D.


Opacity

.myOpacity80 { color: #761B4D; opacity: 0.8; }

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

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

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

This text has shadow with #761B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761B4D on black background.


Color preview on white background

This text has color #761B4D on white background.



Black color preview on #761B4D background

This text has black color on #761B4D background.


White color preview on #761B4D background

This text has white color on #761B4D background.