COLOR #7B644B

HEX: #7B644B RGB: (123,100,75)

Color info

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

RGB color model

#7B644B color RGB value is (123,100,75).

RGB: (123,100,75) (48%, 39%, 29%)

RGB channels and saturation

R 123 of 255 = 48%
G 100 of 255 = 39%
B 75 of 255 = 29%

123
100
75

R + G + B ~ 39%. #7B644B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 100 + 75 = 298 (100%)
R 123 of 298 ~ 41.28%
G 100 of 298 ~ 33.56%
B 75 of 298 ~ 25.17'%

%41.28
%33.56
%25.17

CMYK color model

#7B644B color CMYK value is (0,19,39,52).

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

CMYK: (0,19,39,52)
C0M19Y39K52 (0%, 19%, 39%, 52%)
(0.00 / 0.19 / 0.39 / 0.52)

CMYK percentages

%0
%18.7
%39.02
%51.76

Codes

Color #7B644B in popluar color models

7B 64 4B
RGB 123 100 75
HSL 31° 24.24% 38.82%
HSB/HSV 31° 39.02% 48.24%
CMYK 0.00% 18.70% 39.02%
51.76%

Color #7B644B in popluar number systems.

HEX 7B 64 4B
Decimal 123 100 75
Binary 1111011 1100100 1001011
Octal 173 144 113

Shades and tints

Shades of #7B644B

#7B644B
(123,100,75)
#705B45
(112,91,69)
#65523F
(101,82,63)
#5A4939
(90,73,57)
#4F4033
(79,64,51)
#44372D
(68,55,45)
#392E27
(57,46,39)
#2E2521
(46,37,33)
#231C1B
(35,28,27)
#181315
(24,19,21)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #7B644B

#7B644B
(123,100,75)
#87725B
(135,114,91)
#93806B
(147,128,107)
#9F8E7B
(159,142,123)
#AB9C8B
(171,156,139)
#B7AA9B
(183,170,155)
#C3B8AB
(195,184,171)
#CFC6BB
(207,198,187)
#DBD4CB
(219,212,203)
#E7E2DB
(231,226,219)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B644B; }

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

This text font color is #7B644B.

Background Color

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

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

This div background color is #7B644B.

Border color

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

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

This div border color is #7B644B.

Opacity

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

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

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

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

This text has shadow with #7B644B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B644B.

Preview

Color preview on black background

This text has color #7B644B on black background.


Color preview on white background

This text has color #7B644B on white background.


Black color preview on #7B644B background

This text has black color on #7B644B background.


White color preview on #7B644B background

This text has white color on #7B644B background.


Related colors

Complementary color

Complementary color for #hex is #849BB4.


I love getcolorcode.com

Triadic colors

1 #4B7B64 and #644B7B with #7B644B are triadic colors.

2 #4B647B and #647B4B with #7B644B are triadic colors.