COLOR #7B604C

HEX: #7B604C RGB: (123,96,76)

Color info

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

RGB color model

#7B604C color RGB value is (123,96,76).

RGB: (123,96,76) (48%, 38%, 30%)

RGB channels and saturation

R 123 of 255 = 48%
G 96 of 255 = 38%
B 76 of 255 = 30%

123
96
76

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

Portions of RGB colors in percentages

R + G + B = 123 + 96 + 76 = 295 (100%)
R 123 of 295 ~ 41.69%
G 96 of 295 ~ 32.54%
B 76 of 295 ~ 25.76'%

%41.69
%32.54
%25.76

CMYK color model

#7B604C color CMYK value is (0,22,38,52).

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 38.21%
  • key color value is 51.76%

CMYK: (0,22,38,52)
C0M22Y38K52 (0%, 22%, 38%, 52%)
(0.00 / 0.22 / 0.38 / 0.52)

CMYK percentages

%0
%21.95
%38.21
%51.76

Codes

Color #7B604C in popluar color models

7B 60 4C
RGB 123 96 76
HSL 26° 23.62% 39.02%
HSB/HSV 26° 38.21% 48.24%
CMYK 0.00% 21.95% 38.21%
51.76%

Color #7B604C in popluar number systems.

HEX 7B 60 4C
Decimal 123 96 76
Binary 1111011 1100000 1001100
Octal 173 140 114

Shades and tints

Shades of #7B604C

#7B604C
(123,96,76)
#705846
(112,88,70)
#655040
(101,80,64)
#5A483A
(90,72,58)
#4F4034
(79,64,52)
#44382E
(68,56,46)
#393028
(57,48,40)
#2E2822
(46,40,34)
#23201C
(35,32,28)
#181816
(24,24,22)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #7B604C

#7B604C
(123,96,76)
#876E5C
(135,110,92)
#937C6C
(147,124,108)
#9F8A7C
(159,138,124)
#AB988C
(171,152,140)
#B7A69C
(183,166,156)
#C3B4AC
(195,180,172)
#CFC2BC
(207,194,188)
#DBD0CC
(219,208,204)
#E7DEDC
(231,222,220)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B604C color. Also use rgb(123,96,76) instead hex code.

Text Font Color

.myTextColor { color: #7B604C; }

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

This text font color is #7B604C.

Background Color

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

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

This div background color is #7B604C.

Border color

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

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

This div border color is #7B604C.

Opacity

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

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

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

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

This text has shadow with #7B604C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B604C.

Preview

Color preview on black background

This text has color #7B604C on black background.


Color preview on white background

This text has color #7B604C on white background.


Black color preview on #7B604C background

This text has black color on #7B604C background.


White color preview on #7B604C background

This text has white color on #7B604C background.


Related colors

Complementary color

Complementary color for #hex is #849FB3.


I love getcolorcode.com

Triadic colors

1 #4C7B60 and #604C7B with #7B604C are triadic colors.

2 #4C607B and #607B4C with #7B604C are triadic colors.