COLOR #760000

HEX: #760000
RGB: (118,0,0)

Color info

#760000 contains only red color. Web safe color of #760000 is #660000 (or #600).

RGB color model

#760000 color RGB value is (118,0,0).

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

RGB channels and saturation

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

118
0
0

R + G + B ~ 15%. #760000 is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 0 + 0 = 118 (100%)
R 118 of 118 ~ 100%
G 0 of 118 ~ 0%
B 0 of 118 ~ 0%

%100

CMYK color model

#760000 color CMYK value is (0,100,100,54).

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

CMYK percentages

%0
%100
%100
%53.73

Codes

Color #760000 in popluar color models

760000
RGB11800
HSL100.00%23.14%
HSB/HSV100.00%46.27%
CMYK0.00%100.00%100.00%
53.73%

Color #760000 in popluar number systems.

HEX760000
Decimal11800
Binary111011000
Octal16600

Shades and tints

Shades of #760000

#760000
(118,0,0)
#6C0000
(108,0,0)
#620000
(98,0,0)
#580000
(88,0,0)
#4E0000
(78,0,0)
#440000
(68,0,0)
#3A0000
(58,0,0)
#300000
(48,0,0)
#260000
(38,0,0)
#1C0000
(28,0,0)
#120000
(18,0,0)
#000000
(0,0,0)

Tints of #760000

#760000
(118,0,0)
#821717
(130,23,23)
#8E2E2E
(142,46,46)
#9A4545
(154,69,69)
#A65C5C
(166,92,92)
#B27373
(178,115,115)
#BE8A8A
(190,138,138)
#CAA1A1
(202,161,161)
#D6B8B8
(214,184,184)
#E2CFCF
(226,207,207)
#EEE6E6
(238,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #760000; }

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

This text font color is #760000.


Background Color

.myBgColor { background-color: #760000; }

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

This div background color is #760000.


Border color

.myBorderColor { border: 1px solid #760000; }

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

This div border color is #760000.


Opacity

.myOpacity80 { color: #760000; opacity: 0.8; }

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

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

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

This text has shadow with #760000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #760000 on black background.


Color preview on white background

This text has color #760000 on white background.



Black color preview on #760000 background

This text has black color on #760000 background.


White color preview on #760000 background

This text has white color on #760000 background.