COLOR #761F15

HEX: #761F15
RGB: (118,31,21)

Color info

#761F15 contains mainly red color. Web safe color of #761F15 is #663300 (or #630).

RGB color model

#761F15 color RGB value is (118,31,21).

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

RGB channels and saturation

R 118 of 255 = 46%
G 31 of 255 = 12%
B 21 of 255 = 8%

118
31
21

R + G + B ~ 22%. #761F15 is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 31 + 21 = 170 (100%)
R 118 of 170 ~ 69.41%
G 31 of 170 ~ 18.24%
B 21 of 170 ~ 12.35%

%69.41
%18.24
%12.35

CMYK color model

#761F15 color CMYK value is (0,74,82,54).

  • cyan value is 0.00%
  • magenta value is 73.73%
  • yellow value is 82.20%
  • key color value is 53.73%
CMYK:
(0,74,82,54)
C0M74Y82K54 
(0%,74%,82%,54%)
(0.00/0.74/0.82/0.54)	

CMYK percentages

%0
%73.73
%82.2
%53.73

Codes

Color #761F15 in popluar color models

761F15
RGB1183121
HSL69.78%27.25%
HSB/HSV82.20%46.27%
CMYK0.00%73.73%82.20%
53.73%

Color #761F15 in popluar number systems.

HEX761F15
Decimal1183121
Binary11101101111110101
Octal1663725

Shades and tints

Shades of #761F15

#761F15
(118,31,21)
#6C1D14
(108,29,20)
#621B13
(98,27,19)
#581912
(88,25,18)
#4E1711
(78,23,17)
#441510
(68,21,16)
#3A130F
(58,19,15)
#30110E
(48,17,14)
#260F0D
(38,15,13)
#1C0D0C
(28,13,12)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #761F15

#761F15
(118,31,21)
#82332A
(130,51,42)
#8E473F
(142,71,63)
#9A5B54
(154,91,84)
#A66F69
(166,111,105)
#B2837E
(178,131,126)
#BE9793
(190,151,147)
#CAABA8
(202,171,168)
#D6BFBD
(214,191,189)
#E2D3D2
(226,211,210)
#EEE7E7
(238,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #761F15; }

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

This text font color is #761F15.


Background Color

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

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

This div background color is #761F15.


Border color

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

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

This div border color is #761F15.


Opacity

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

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

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

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

This text has shadow with #761F15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761F15 on black background.


Color preview on white background

This text has color #761F15 on white background.



Black color preview on #761F15 background

This text has black color on #761F15 background.


White color preview on #761F15 background

This text has white color on #761F15 background.