COLOR #76201D

HEX: #76201D
RGB: (118,32,29)

Color info

#76201D contains mainly red color. Web safe color of #76201D is #663333 (or #633).

RGB color model

#76201D color RGB value is (118,32,29).

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

RGB channels and saturation

R 118 of 255 = 46%
G 32 of 255 = 13%
B 29 of 255 = 11%

118
32
29

R + G + B ~ 23%. #76201D is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 32 + 29 = 179 (100%)
R 118 of 179 ~ 65.92%
G 32 of 179 ~ 17.88%
B 29 of 179 ~ 16.2%

%65.92
%17.88
%16.2

CMYK color model

#76201D color CMYK value is (0,73,75,54).

  • cyan value is 0.00%
  • magenta value is 72.88%
  • yellow value is 75.42%
  • key color value is 53.73%
CMYK:
(0,73,75,54)
C0M73Y75K54 
(0%,73%,75%,54%)
(0.00/0.73/0.75/0.54)	

CMYK percentages

%0
%72.88
%75.42
%53.73

Codes

Color #76201D in popluar color models

76201D
RGB1183229
HSL60.54%28.82%
HSB/HSV75.42%46.27%
CMYK0.00%72.88%75.42%
53.73%

Color #76201D in popluar number systems.

HEX76201D
Decimal1183229
Binary111011010000011101
Octal1664035

Shades and tints

Shades of #76201D

#76201D
(118,32,29)
#6C1E1B
(108,30,27)
#621C19
(98,28,25)
#581A17
(88,26,23)
#4E1815
(78,24,21)
#441613
(68,22,19)
#3A1411
(58,20,17)
#30120F
(48,18,15)
#26100D
(38,16,13)
#1C0E0B
(28,14,11)
#120C09
(18,12,9)
#000000
(0,0,0)

Tints of #76201D

#76201D
(118,32,29)
#823431
(130,52,49)
#8E4845
(142,72,69)
#9A5C59
(154,92,89)
#A6706D
(166,112,109)
#B28481
(178,132,129)
#BE9895
(190,152,149)
#CAACA9
(202,172,169)
#D6C0BD
(214,192,189)
#E2D4D1
(226,212,209)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76201D color. Also use rgb(118,32,29) instead hex code.

Text Font Color

.myTextColor { color: #76201D; }

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

This text font color is #76201D.


Background Color

.myBgColor { background-color: #76201D; }

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

This div background color is #76201D.


Border color

.myBorderColor { border: 1px solid #76201D; }

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

This div border color is #76201D.


Opacity

.myOpacity80 { color: #76201D; opacity: 0.8; }

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

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

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

This text has shadow with #76201D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76201D on black background.


Color preview on white background

This text has color #76201D on white background.



Black color preview on #76201D background

This text has black color on #76201D background.


White color preview on #76201D background

This text has white color on #76201D background.