COLOR #761D1B

HEX: #761D1B
RGB: (118,29,27)

Color info

#761D1B contains mainly red color. Web safe color of #761D1B is #663333 (or #633).

RGB color model

#761D1B color RGB value is (118,29,27).

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

RGB channels and saturation

R 118 of 255 = 46%
G 29 of 255 = 11%
B 27 of 255 = 11%

118
29
27

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

Portions of RGB colors in percentages

R + G + B =
118 + 29 + 27 = 174 (100%)
R 118 of 174 ~ 67.82%
G 29 of 174 ~ 16.67%
B 27 of 174 ~ 15.52%

%67.82
%16.67
%15.52

CMYK color model

#761D1B color CMYK value is (0,75,77,54).

  • cyan value is 0.00%
  • magenta value is 75.42%
  • yellow value is 77.12%
  • key color value is 53.73%
CMYK:
(0,75,77,54)
C0M75Y77K54 
(0%,75%,77%,54%)
(0.00/0.75/0.77/0.54)	

CMYK percentages

%0
%75.42
%77.12
%53.73

Codes

Color #761D1B in popluar color models

761D1B
RGB1182927
HSL62.76%28.43%
HSB/HSV77.12%46.27%
CMYK0.00%75.42%77.12%
53.73%

Color #761D1B in popluar number systems.

HEX761D1B
Decimal1182927
Binary11101101110111011
Octal1663533

Shades and tints

Shades of #761D1B

#761D1B
(118,29,27)
#6C1B19
(108,27,25)
#621917
(98,25,23)
#581715
(88,23,21)
#4E1513
(78,21,19)
#441311
(68,19,17)
#3A110F
(58,17,15)
#300F0D
(48,15,13)
#260D0B
(38,13,11)
#1C0B09
(28,11,9)
#120907
(18,9,7)
#000000
(0,0,0)

Tints of #761D1B

#761D1B
(118,29,27)
#82312F
(130,49,47)
#8E4543
(142,69,67)
#9A5957
(154,89,87)
#A66D6B
(166,109,107)
#B2817F
(178,129,127)
#BE9593
(190,149,147)
#CAA9A7
(202,169,167)
#D6BDBB
(214,189,187)
#E2D1CF
(226,209,207)
#EEE5E3
(238,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #761D1B; }

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

This text font color is #761D1B.


Background Color

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

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

This div background color is #761D1B.


Border color

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

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

This div border color is #761D1B.


Opacity

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

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

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

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

This text has shadow with #761D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761D1B on black background.


Color preview on white background

This text has color #761D1B on white background.



Black color preview on #761D1B background

This text has black color on #761D1B background.


White color preview on #761D1B background

This text has white color on #761D1B background.