COLOR #7B645E

HEX: #7B645E RGB: (123,100,94)

Color info

#7B645E contains red, green and blue colors in about the same proportion. Web safe color of #7B645E is #666666 (or #666).

RGB color model

#7B645E color RGB value is (123,100,94).

RGB: (123,100,94) (48%, 39%, 37%)

RGB channels and saturation

R 123 of 255 = 48%
G 100 of 255 = 39%
B 94 of 255 = 37%

123
100
94

R + G + B ~ 41%. #7B645E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 123 + 100 + 94 = 317 (100%)
R 123 of 317 ~ 38.8%
G 100 of 317 ~ 31.55%
B 94 of 317 ~ 29.65'%

%38.8
%31.55
%29.65

CMYK color model

#7B645E color CMYK value is (0,19,24,52).

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

CMYK: (0,19,24,52)
C0M19Y24K52 (0%, 19%, 24%, 52%)
(0.00 / 0.19 / 0.24 / 0.52)

CMYK percentages

%0
%18.7
%23.58
%51.76

Codes

Color #7B645E in popluar color models

7B 64 5E
RGB 123 100 94
HSL 12° 13.36% 42.55%
HSB/HSV 12° 23.58% 48.24%
CMYK 0.00% 18.70% 23.58%
51.76%

Color #7B645E in popluar number systems.

HEX 7B 64 5E
Decimal 123 100 94
Binary 1111011 1100100 1011110
Octal 173 144 136

Shades and tints

Shades of #7B645E

#7B645E
(123,100,94)
#705B56
(112,91,86)
#65524E
(101,82,78)
#5A4946
(90,73,70)
#4F403E
(79,64,62)
#443736
(68,55,54)
#392E2E
(57,46,46)
#2E2526
(46,37,38)
#231C1E
(35,28,30)
#181316
(24,19,22)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #7B645E

#7B645E
(123,100,94)
#87726C
(135,114,108)
#93807A
(147,128,122)
#9F8E88
(159,142,136)
#AB9C96
(171,156,150)
#B7AAA4
(183,170,164)
#C3B8B2
(195,184,178)
#CFC6C0
(207,198,192)
#DBD4CE
(219,212,206)
#E7E2DC
(231,226,220)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B645E; }

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

This text font color is #7B645E.

Background Color

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

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

This div background color is #7B645E.

Border color

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

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

This div border color is #7B645E.

Opacity

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

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

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

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

This text has shadow with #7B645E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B645E.

Preview

Color preview on black background

This text has color #7B645E on black background.


Color preview on white background

This text has color #7B645E on white background.


Black color preview on #7B645E background

This text has black color on #7B645E background.


White color preview on #7B645E background

This text has white color on #7B645E background.


Related colors

Complementary color

Complementary color for #hex is #849BA1.


I love getcolorcode.com

Triadic colors

1 #5E7B64 and #645E7B with #7B645E are triadic colors.

2 #5E647B and #647B5E with #7B645E are triadic colors.