COLOR #76202B

HEX: #76202B
RGB: (118,32,43)

Color info

#76202B contains mainly red color. Web safe color of #76202B is #663333 (or #633).

RGB color model

#76202B color RGB value is (118,32,43).

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

RGB channels and saturation

R 118 of 255 = 46%
G 32 of 255 = 13%
B 43 of 255 = 17%

118
32
43

R + G + B ~ 25%. #76202B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 32 + 43 = 193 (100%)
R 118 of 193 ~ 61.14%
G 32 of 193 ~ 16.58%
B 43 of 193 ~ 22.28%

%61.14
%16.58
%22.28

CMYK color model

#76202B color CMYK value is (0,73,64,54).

  • cyan value is 0.00%
  • magenta value is 72.88%
  • yellow value is 63.56%
  • key color value is 53.73%
CMYK:
(0,73,64,54)
C0M73Y64K54 
(0%,73%,64%,54%)
(0.00/0.73/0.64/0.54)	

CMYK percentages

%0
%72.88
%63.56
%53.73

Codes

Color #76202B in popluar color models

76202B
RGB1183243
HSL352°57.33%29.41%
HSB/HSV352°72.88%46.27%
CMYK0.00%72.88%63.56%
53.73%

Color #76202B in popluar number systems.

HEX76202B
Decimal1183243
Binary1110110100000101011
Octal1664053

Shades and tints

Shades of #76202B

#76202B
(118,32,43)
#6C1E28
(108,30,40)
#621C25
(98,28,37)
#581A22
(88,26,34)
#4E181F
(78,24,31)
#44161C
(68,22,28)
#3A1419
(58,20,25)
#301216
(48,18,22)
#261013
(38,16,19)
#1C0E10
(28,14,16)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #76202B

#76202B
(118,32,43)
#82343E
(130,52,62)
#8E4851
(142,72,81)
#9A5C64
(154,92,100)
#A67077
(166,112,119)
#B2848A
(178,132,138)
#BE989D
(190,152,157)
#CAACB0
(202,172,176)
#D6C0C3
(214,192,195)
#E2D4D6
(226,212,214)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76202B; }

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

This text font color is #76202B.


Background Color

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

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

This div background color is #76202B.


Border color

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

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

This div border color is #76202B.


Opacity

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

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

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

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

This text has shadow with #76202B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76202B on black background.


Color preview on white background

This text has color #76202B on white background.



Black color preview on #76202B background

This text has black color on #76202B background.


White color preview on #76202B background

This text has white color on #76202B background.