COLOR #761F32

HEX: #761F32
RGB: (118,31,50)

Color info

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

RGB color model

#761F32 color RGB value is (118,31,50).

  • red value is 118;
  • green value is 31;
  • blue value is 50.
RGB:
(118,31,50)
(46%,12%,20%)

RGB channels and saturation

R 118 of 255 = 46%
G 31 of 255 = 12%
B 50 of 255 = 20%

118
31
50

R + G + B ~ 26%. #761F32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 31 + 50 = 199 (100%)
R 118 of 199 ~ 59.3%
G 31 of 199 ~ 15.58%
B 50 of 199 ~ 25.13%

%59.3
%15.58
%25.13

CMYK color model

#761F32 color CMYK value is (0,74,58,54).

  • cyan value is 0.00%
  • magenta value is 73.73%
  • yellow value is 57.63%
  • key color value is 53.73%
CMYK:
(0,74,58,54)
C0M74Y58K54 
(0%,74%,58%,54%)
(0.00/0.74/0.58/0.54)	

CMYK percentages

%0
%73.73
%57.63
%53.73

Codes

Color #761F32 in popluar color models

761F32
RGB1183150
HSL347°58.39%29.22%
HSB/HSV347°73.73%46.27%
CMYK0.00%73.73%57.63%
53.73%

Color #761F32 in popluar number systems.

HEX761F32
Decimal1183150
Binary111011011111110010
Octal1663762

Shades and tints

Shades of #761F32

#761F32
(118,31,50)
#6C1D2E
(108,29,46)
#621B2A
(98,27,42)
#581926
(88,25,38)
#4E1722
(78,23,34)
#44151E
(68,21,30)
#3A131A
(58,19,26)
#301116
(48,17,22)
#260F12
(38,15,18)
#1C0D0E
(28,13,14)
#120B0A
(18,11,10)
#000000
(0,0,0)

Tints of #761F32

#761F32
(118,31,50)
#823344
(130,51,68)
#8E4756
(142,71,86)
#9A5B68
(154,91,104)
#A66F7A
(166,111,122)
#B2838C
(178,131,140)
#BE979E
(190,151,158)
#CAABB0
(202,171,176)
#D6BFC2
(214,191,194)
#E2D3D4
(226,211,212)
#EEE7E6
(238,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761F32 color. Also use rgb(118,31,50) instead hex code.

Text Font Color

.myTextColor { color: #761F32; }

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

This text font color is #761F32.


Background Color

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

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

This div background color is #761F32.


Border color

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

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

This div border color is #761F32.


Opacity

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

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

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

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

This text has shadow with #761F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761F32 on black background.


Color preview on white background

This text has color #761F32 on white background.



Black color preview on #761F32 background

This text has black color on #761F32 background.


White color preview on #761F32 background

This text has white color on #761F32 background.