COLOR #76210A

HEX: #76210A
RGB: (118,33,10)

Color info

#76210A contains mainly red color. Web safe color of #76210A is #663300 (or #630).

RGB color model

#76210A color RGB value is (118,33,10).

  • red value is 118;
  • green value is 33;
  • blue value is 10.
RGB:
(118,33,10)
(46%,13%,4%)

RGB channels and saturation

R 118 of 255 = 46%
G 33 of 255 = 13%
B 10 of 255 = 4%

118
33
10

R + G + B ~ 21%. #76210A is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 33 + 10 = 161 (100%)
R 118 of 161 ~ 73.29%
G 33 of 161 ~ 20.5%
B 10 of 161 ~ 6.21%

%73.29
%20.5

CMYK color model

#76210A color CMYK value is (0,72,92,54).

  • cyan value is 0.00%
  • magenta value is 72.03%
  • yellow value is 91.53%
  • key color value is 53.73%
CMYK:
(0,72,92,54)
C0M72Y92K54 
(0%,72%,92%,54%)
(0.00/0.72/0.92/0.54)	

CMYK percentages

%0
%72.03
%91.53
%53.73

Codes

Color #76210A in popluar color models

76210A
RGB1183310
HSL13°84.38%25.10%
HSB/HSV13°91.53%46.27%
CMYK0.00%72.03%91.53%
53.73%

Color #76210A in popluar number systems.

HEX76210A
Decimal1183310
Binary11101101000011010
Octal1664112

Shades and tints

Shades of #76210A

#76210A
(118,33,10)
#6C1E0A
(108,30,10)
#621B0A
(98,27,10)
#58180A
(88,24,10)
#4E150A
(78,21,10)
#44120A
(68,18,10)
#3A0F0A
(58,15,10)
#300C0A
(48,12,10)
#26090A
(38,9,10)
#1C060A
(28,6,10)
#12030A
(18,3,10)
#000000
(0,0,0)

Tints of #76210A

#76210A
(118,33,10)
#823520
(130,53,32)
#8E4936
(142,73,54)
#9A5D4C
(154,93,76)
#A67162
(166,113,98)
#B28578
(178,133,120)
#BE998E
(190,153,142)
#CAADA4
(202,173,164)
#D6C1BA
(214,193,186)
#E2D5D0
(226,213,208)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76210A color. Also use rgb(118,33,10) instead hex code.

Text Font Color

.myTextColor { color: #76210A; }

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

This text font color is #76210A.


Background Color

.myBgColor { background-color: #76210A; }

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

This div background color is #76210A.


Border color

.myBorderColor { border: 1px solid #76210A; }

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

This div border color is #76210A.


Opacity

.myOpacity80 { color: #76210A; opacity: 0.8; }

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

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

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

This text has shadow with #76210A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76210A on black background.


Color preview on white background

This text has color #76210A on white background.



Black color preview on #76210A background

This text has black color on #76210A background.


White color preview on #76210A background

This text has white color on #76210A background.