COLOR #7B6448

HEX: #7B6448 RGB: (123,100,72)

Color info

#7B6448 contains red, green and blue colors in about the same proportion. Web safe color of #7B6448 is #666633 (or #663).

RGB color model

#7B6448 color RGB value is (123,100,72).

RGB: (123,100,72) (48%, 39%, 28%)

RGB channels and saturation

R 123 of 255 = 48%
G 100 of 255 = 39%
B 72 of 255 = 28%

123
100
72

R + G + B ~ 38%. #7B6448 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 100 + 72 = 295 (100%)
R 123 of 295 ~ 41.69%
G 100 of 295 ~ 33.9%
B 72 of 295 ~ 24.41'%

%41.69
%33.9
%24.41

CMYK color model

#7B6448 color CMYK value is (0,19,41,52).

  • cyan value is 0.00%
  • magenta value is 18.70%
  • yellow value is 41.46%
  • key color value is 51.76%

CMYK: (0,19,41,52)
C0M19Y41K52 (0%, 19%, 41%, 52%)
(0.00 / 0.19 / 0.41 / 0.52)

CMYK percentages

%0
%18.7
%41.46
%51.76

Codes

Color #7B6448 in popluar color models

7B 64 48
RGB 123 100 72
HSL 33° 26.15% 38.24%
HSB/HSV 33° 41.46% 48.24%
CMYK 0.00% 18.70% 41.46%
51.76%

Color #7B6448 in popluar number systems.

HEX 7B 64 48
Decimal 123 100 72
Binary 1111011 1100100 1001000
Octal 173 144 110

Shades and tints

Shades of #7B6448

#7B6448
(123,100,72)
#705B42
(112,91,66)
#65523C
(101,82,60)
#5A4936
(90,73,54)
#4F4030
(79,64,48)
#44372A
(68,55,42)
#392E24
(57,46,36)
#2E251E
(46,37,30)
#231C18
(35,28,24)
#181312
(24,19,18)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #7B6448

#7B6448
(123,100,72)
#877258
(135,114,88)
#938068
(147,128,104)
#9F8E78
(159,142,120)
#AB9C88
(171,156,136)
#B7AA98
(183,170,152)
#C3B8A8
(195,184,168)
#CFC6B8
(207,198,184)
#DBD4C8
(219,212,200)
#E7E2D8
(231,226,216)
#F3F0E8
(243,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6448; }

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

This text font color is #7B6448.

Background Color

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

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

This div background color is #7B6448.

Border color

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

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

This div border color is #7B6448.

Opacity

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

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

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

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

This text has shadow with #7B6448 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6448.

Preview

Color preview on black background

This text has color #7B6448 on black background.


Color preview on white background

This text has color #7B6448 on white background.


Black color preview on #7B6448 background

This text has black color on #7B6448 background.


White color preview on #7B6448 background

This text has white color on #7B6448 background.


Related colors

Complementary color

Complementary color for #hex is #849BB7.


I love getcolorcode.com

Triadic colors

1 #487B64 and #64487B with #7B6448 are triadic colors.

2 #48647B and #647B48 with #7B6448 are triadic colors.