COLOR #7B200A

HEX: #7B200A
RGB: (123,32,10)

Color info

#7B200A contains mainly red color. Web safe color of #7B200A is #663300 (or #630).

RGB color model

#7B200A color RGB value is (123,32,10).

  • red value is 123;
  • green value is 32;
  • blue value is 10.
RGB:
(123,32,10)
(48%,13%,4%)

RGB channels and saturation

R 123 of 255 = 48%
G 32 of 255 = 13%
B 10 of 255 = 4%

123
32
10

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

Portions of RGB colors in percentages

R + G + B =
123 + 32 + 10 = 165 (100%)
R 123 of 165 ~ 74.55%
G 32 of 165 ~ 19.39%
B 10 of 165 ~ 6.06%

%74.55
%19.39

CMYK color model

#7B200A color CMYK value is (0,74,92,52).

  • cyan value is 0.00%
  • magenta value is 73.98%
  • yellow value is 91.87%
  • key color value is 51.76%
CMYK:
(0,74,92,52)
C0M74Y92K52 
(0%,74%,92%,52%)
(0.00/0.74/0.92/0.52)	

CMYK percentages

%0
%73.98
%91.87
%51.76

Codes

Color #7B200A in popluar color models

7B200A
RGB1233210
HSL12°84.96%26.08%
HSB/HSV12°91.87%48.24%
CMYK0.00%73.98%91.87%
51.76%

Color #7B200A in popluar number systems.

HEX7B200A
Decimal1233210
Binary11110111000001010
Octal1734012

Shades and tints

Shades of #7B200A

#7B200A
(123,32,10)
#701E0A
(112,30,10)
#651C0A
(101,28,10)
#5A1A0A
(90,26,10)
#4F180A
(79,24,10)
#44160A
(68,22,10)
#39140A
(57,20,10)
#2E120A
(46,18,10)
#23100A
(35,16,10)
#180E0A
(24,14,10)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #7B200A

#7B200A
(123,32,10)
#873420
(135,52,32)
#934836
(147,72,54)
#9F5C4C
(159,92,76)
#AB7062
(171,112,98)
#B78478
(183,132,120)
#C3988E
(195,152,142)
#CFACA4
(207,172,164)
#DBC0BA
(219,192,186)
#E7D4D0
(231,212,208)
#F3E8E6
(243,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B200A color. Also use rgb(123,32,10) instead hex code.

Text Font Color

.myTextColor { color: #7B200A; }

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

This text font color is #7B200A.


Background Color

.myBgColor { background-color: #7B200A; }

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

This div background color is #7B200A.


Border color

.myBorderColor { border: 1px solid #7B200A; }

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

This div border color is #7B200A.


Opacity

.myOpacity80 { color: #7B200A; opacity: 0.8; }

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

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

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

This text has shadow with #7B200A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B200A on black background.


Color preview on white background

This text has color #7B200A on white background.



Black color preview on #7B200A background

This text has black color on #7B200A background.


White color preview on #7B200A background

This text has white color on #7B200A background.