COLOR #7B422D

HEX: #7B422D RGB: (123,66,45)

Color info

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

RGB color model

#7B422D color RGB value is (123,66,45).

RGB: (123,66,45) (48%, 26%, 18%)

RGB channels and saturation

R 123 of 255 = 48%
G 66 of 255 = 26%
B 45 of 255 = 18%

123
66
45

R + G + B ~ 31%. #7B422D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 66 + 45 = 234 (100%)
R 123 of 234 ~ 52.56%
G 66 of 234 ~ 28.21%
B 45 of 234 ~ 19.23'%

%52.56
%28.21
%19.23

CMYK color model

#7B422D color CMYK value is (0,46,63,52).

  • cyan value is 0.00%
  • magenta value is 46.34%
  • yellow value is 63.41%
  • key color value is 51.76%
CMYK: (0,46,63,52) C0M46Y63K52 (0%,46%,63%,52%) (0.00/0.46/0.63/0.52) 

CMYK percentages

%0
%46.34
%63.41
%51.76

Codes

Color #7B422D in popluar color models

7B 42 2D
RGB 123 66 45
HSL 16° 46.43% 32.94%
HSB/HSV 16° 63.41% 48.24%
CMYK 0.00% 46.34% 63.41%
51.76%

Color #7B422D in popluar number systems.

HEX 7B 42 2D
Decimal 123 66 45
Binary 1111011 1000010 101101
Octal 173 102 55

Shades and tints

Shades of #7B422D

#7B422D
(123,66,45)
#703C29
(112,60,41)
#653625
(101,54,37)
#5A3021
(90,48,33)
#4F2A1D
(79,42,29)
#442419
(68,36,25)
#391E15
(57,30,21)
#2E1811
(46,24,17)
#23120D
(35,18,13)
#180C09
(24,12,9)
#0D0605
(13,6,5)
#000000
(0,0,0)

Tints of #7B422D

#7B422D
(123,66,45)
#875340
(135,83,64)
#936453
(147,100,83)
#9F7566
(159,117,102)
#AB8679
(171,134,121)
#B7978C
(183,151,140)
#C3A89F
(195,168,159)
#CFB9B2
(207,185,178)
#DBCAC5
(219,202,197)
#E7DBD8
(231,219,216)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B422D; }

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

This text font color is #7B422D.

Background Color

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

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

This div background color is #7B422D.

Border color

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

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

This div border color is #7B422D.

Opacity

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

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

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

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

This text has shadow with #7B422D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B422D.

Preview

Color preview on black background

This text has color #7B422D on black background.


Color preview on white background

This text has color #7B422D on white background.


Black color preview on #7B422D background

This text has black color on #7B422D background.


White color preview on #7B422D background

This text has white color on #7B422D background.


Related colors

Complementary color

Complementary color for #hex is #84BDD2.


I love getcolorcode.com

Triadic colors

1 #2D7B42 and #422D7B with #7B422D are triadic colors.

2 #2D427B and #427B2D with #7B422D are triadic colors.