COLOR #761A00

HEX: #761A00
RGB: (118,26,0)

Color info

#761A00 contains mainly red color. Web safe color of #761A00 is #660000 (or #600).

RGB color model

#761A00 color RGB value is (118,26,0).

  • red value is 118;
  • green value is 26;
  • blue value is 0.
RGB:
(118,26,0)
(46%,10%,0%)

RGB channels and saturation

R 118 of 255 = 46%
G 26 of 255 = 10%
B 0 of 255 = 0%

118
26
0

R + G + B ~ 19%. #761A00 is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 26 + 0 = 144 (100%)
R 118 of 144 ~ 81.94%
G 26 of 144 ~ 18.06%
B 0 of 144 ~ 0%

%81.94
%18.06

CMYK color model

#761A00 color CMYK value is (0,78,100,54).

  • cyan value is 0.00%
  • magenta value is 77.97%
  • yellow value is 100.00%
  • key color value is 53.73%
CMYK:
(0,78,100,54)
C0M78Y100K54 
(0%,78%,100%,54%)
(0.00/0.78/1.00/0.54)	

CMYK percentages

%0
%77.97
%100
%53.73

Codes

Color #761A00 in popluar color models

761A00
RGB118260
HSL13°100.00%23.14%
HSB/HSV13°100.00%46.27%
CMYK0.00%77.97%100.00%
53.73%

Color #761A00 in popluar number systems.

HEX761A00
Decimal118260
Binary1110110110100
Octal166320

Shades and tints

Shades of #761A00

#761A00
(118,26,0)
#6C1800
(108,24,0)
#621600
(98,22,0)
#581400
(88,20,0)
#4E1200
(78,18,0)
#441000
(68,16,0)
#3A0E00
(58,14,0)
#300C00
(48,12,0)
#260A00
(38,10,0)
#1C0800
(28,8,0)
#120600
(18,6,0)
#000000
(0,0,0)

Tints of #761A00

#761A00
(118,26,0)
#822E17
(130,46,23)
#8E422E
(142,66,46)
#9A5645
(154,86,69)
#A66A5C
(166,106,92)
#B27E73
(178,126,115)
#BE928A
(190,146,138)
#CAA6A1
(202,166,161)
#D6BAB8
(214,186,184)
#E2CECF
(226,206,207)
#EEE2E6
(238,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761A00 color. Also use rgb(118,26,0) instead hex code.

Text Font Color

.myTextColor { color: #761A00; }

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

This text font color is #761A00.


Background Color

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

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

This div background color is #761A00.


Border color

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

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

This div border color is #761A00.


Opacity

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

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

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

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

This text has shadow with #761A00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761A00 on black background.


Color preview on white background

This text has color #761A00 on white background.



Black color preview on #761A00 background

This text has black color on #761A00 background.


White color preview on #761A00 background

This text has white color on #761A00 background.