COLOR #76082B

HEX: #76082B
RGB: (118,8,43)

Color info

#76082B contains mainly red color. Web safe color of #76082B is #660033 (or #603).

RGB color model

#76082B color RGB value is (118,8,43).

  • red value is 118;
  • green value is 8;
  • blue value is 43.
RGB:
(118,8,43)
(46%,3%,17%)

RGB channels and saturation

R 118 of 255 = 46%
G 8 of 255 = 3%
B 43 of 255 = 17%

118
8
43

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

Portions of RGB colors in percentages

R + G + B =
118 + 8 + 43 = 169 (100%)
R 118 of 169 ~ 69.82%
G 8 of 169 ~ 4.73%
B 43 of 169 ~ 25.44%

%69.82
%25.44

CMYK color model

#76082B color CMYK value is (0,93,64,54).

  • cyan value is 0.00%
  • magenta value is 93.22%
  • yellow value is 63.56%
  • key color value is 53.73%
CMYK:
(0,93,64,54)
C0M93Y64K54 
(0%,93%,64%,54%)
(0.00/0.93/0.64/0.54)	

CMYK percentages

%0
%93.22
%63.56
%53.73

Codes

Color #76082B in popluar color models

76082B
RGB118843
HSL341°87.30%24.71%
HSB/HSV341°93.22%46.27%
CMYK0.00%93.22%63.56%
53.73%

Color #76082B in popluar number systems.

HEX76082B
Decimal118843
Binary11101101000101011
Octal1661053

Shades and tints

Shades of #76082B

#76082B
(118,8,43)
#6C0828
(108,8,40)
#620825
(98,8,37)
#580822
(88,8,34)
#4E081F
(78,8,31)
#44081C
(68,8,28)
#3A0819
(58,8,25)
#300816
(48,8,22)
#260813
(38,8,19)
#1C0810
(28,8,16)
#12080D
(18,8,13)
#000000
(0,0,0)

Tints of #76082B

#76082B
(118,8,43)
#821E3E
(130,30,62)
#8E3451
(142,52,81)
#9A4A64
(154,74,100)
#A66077
(166,96,119)
#B2768A
(178,118,138)
#BE8C9D
(190,140,157)
#CAA2B0
(202,162,176)
#D6B8C3
(214,184,195)
#E2CED6
(226,206,214)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76082B color. Also use rgb(118,8,43) instead hex code.

Text Font Color

.myTextColor { color: #76082B; }

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

This text font color is #76082B.


Background Color

.myBgColor { background-color: #76082B; }

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

This div background color is #76082B.


Border color

.myBorderColor { border: 1px solid #76082B; }

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

This div border color is #76082B.


Opacity

.myOpacity80 { color: #76082B; opacity: 0.8; }

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

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

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

This text has shadow with #76082B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76082B on black background.


Color preview on white background

This text has color #76082B on white background.



Black color preview on #76082B background

This text has black color on #76082B background.


White color preview on #76082B background

This text has white color on #76082B background.