COLOR #7B402C

HEX: #7B402C RGB: (123,64,44)

Color info

#7B402C contains mainly red and green colors. Web safe color of #7B402C is #663333 (or #633).

RGB color model

#7B402C color RGB value is (123,64,44).

RGB: (123,64,44) (48%, 25%, 17%)

RGB channels and saturation

R 123 of 255 = 48%
G 64 of 255 = 25%
B 44 of 255 = 17%

123
64
44

R + G + B ~ 30%. #7B402C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 64 + 44 = 231 (100%)
R 123 of 231 ~ 53.25%
G 64 of 231 ~ 27.71%
B 44 of 231 ~ 19.05'%

%53.25
%27.71
%19.05

CMYK color model

#7B402C color CMYK value is (0,48,64,52).

  • cyan value is 0.00%
  • magenta value is 47.97%
  • yellow value is 64.23%
  • key color value is 51.76%

CMYK: (0,48,64,52)
C0M48Y64K52 (0%, 48%, 64%, 52%)
(0.00 / 0.48 / 0.64 / 0.52)

CMYK percentages

%0
%47.97
%64.23
%51.76

Codes

Color #7B402C in popluar color models

7B 40 2C
RGB 123 64 44
HSL 15° 47.31% 32.75%
HSB/HSV 15° 64.23% 48.24%
CMYK 0.00% 47.97% 64.23%
51.76%

Color #7B402C in popluar number systems.

HEX 7B 40 2C
Decimal 123 64 44
Binary 1111011 1000000 101100
Octal 173 100 54

Shades and tints

Shades of #7B402C

#7B402C
(123,64,44)
#703B28
(112,59,40)
#653624
(101,54,36)
#5A3120
(90,49,32)
#4F2C1C
(79,44,28)
#442718
(68,39,24)
#392214
(57,34,20)
#2E1D10
(46,29,16)
#23180C
(35,24,12)
#181308
(24,19,8)
#0D0E04
(13,14,4)
#000000
(0,0,0)

Tints of #7B402C

#7B402C
(123,64,44)
#87513F
(135,81,63)
#936252
(147,98,82)
#9F7365
(159,115,101)
#AB8478
(171,132,120)
#B7958B
(183,149,139)
#C3A69E
(195,166,158)
#CFB7B1
(207,183,177)
#DBC8C4
(219,200,196)
#E7D9D7
(231,217,215)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B402C; }

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

This text font color is #7B402C.

Background Color

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

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

This div background color is #7B402C.

Border color

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

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

This div border color is #7B402C.

Opacity

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

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

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

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

This text has shadow with #7B402C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B402C.

Preview

Color preview on black background

This text has color #7B402C on black background.


Color preview on white background

This text has color #7B402C on white background.


Black color preview on #7B402C background

This text has black color on #7B402C background.


White color preview on #7B402C background

This text has white color on #7B402C background.


Related colors

Complementary color

Complementary color for #7B402C is #84BFD3.


I love getcolorcode.com

Triadic colors

1 #2C7B40 and #402C7B with #7B402C are triadic colors.

2 #2C407B and #407B2C with #7B402C are triadic colors.