COLOR #7B2727

HEX: #7B2727 RGB: (123,39,39)

Color info

#7B2727 contains mainly red color. Web safe color of #7B2727 is #663333 (or #633).

RGB color model

#7B2727 color RGB value is (123,39,39).

RGB: (123,39,39) (48%, 15%, 15%)

RGB channels and saturation

R 123 of 255 = 48%
G 39 of 255 = 15%
B 39 of 255 = 15%

123
39
39

R + G + B ~ 26%. #7B2727 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 39 + 39 = 201 (100%)
R 123 of 201 ~ 61.19%
G 39 of 201 ~ 19.4%
B 39 of 201 ~ 19.4'%

%61.19
%19.4
%19.4

CMYK color model

#7B2727 color CMYK value is (0,68,68,52).

  • cyan value is 0.00%
  • magenta value is 68.29%
  • yellow value is 68.29%
  • key color value is 51.76%
CMYK: (0,68,68,52) C0M68Y68K52 (0%,68%,68%,52%) (0.00/0.68/0.68/0.52) 

CMYK percentages

%0
%68.29
%68.29
%51.76

Codes

Color #7B2727 in popluar color models

7B 27 27
RGB 123 39 39
HSL 51.85% 31.76%
HSB/HSV 68.29% 48.24%
CMYK 0.00% 68.29% 68.29%
51.76%

Color #7B2727 in popluar number systems.

HEX 7B 27 27
Decimal 123 39 39
Binary 1111011 100111 100111
Octal 173 47 47

Shades and tints

Shades of #7B2727

#7B2727
(123,39,39)
#702424
(112,36,36)
#652121
(101,33,33)
#5A1E1E
(90,30,30)
#4F1B1B
(79,27,27)
#441818
(68,24,24)
#391515
(57,21,21)
#2E1212
(46,18,18)
#230F0F
(35,15,15)
#180C0C
(24,12,12)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #7B2727

#7B2727
(123,39,39)
#873A3A
(135,58,58)
#934D4D
(147,77,77)
#9F6060
(159,96,96)
#AB7373
(171,115,115)
#B78686
(183,134,134)
#C39999
(195,153,153)
#CFACAC
(207,172,172)
#DBBFBF
(219,191,191)
#E7D2D2
(231,210,210)
#F3E5E5
(243,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B2727; }

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

This text font color is #7B2727.

Background Color

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

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

This div background color is #7B2727.

Border color

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

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

This div border color is #7B2727.

Opacity

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

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

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

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

This text has shadow with #7B2727 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B2727.

Preview

Color preview on black background

This text has color #7B2727 on black background.


Color preview on white background

This text has color #7B2727 on white background.


Black color preview on #7B2727 background

This text has black color on #7B2727 background.


White color preview on #7B2727 background

This text has white color on #7B2727 background.


Related colors

Complementary color

Complementary color for #hex is #84D8D8.


I love getcolorcode.com