COLOR #7B6654

HEX: #7B6654 RGB: (123,102,84)

Color info

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

RGB color model

#7B6654 color RGB value is (123,102,84).

RGB: (123,102,84) (48%, 40%, 33%)

RGB channels and saturation

R 123 of 255 = 48%
G 102 of 255 = 40%
B 84 of 255 = 33%

123
102
84

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

Portions of RGB colors in percentages

R + G + B = 123 + 102 + 84 = 309 (100%)
R 123 of 309 ~ 39.81%
G 102 of 309 ~ 33.01%
B 84 of 309 ~ 27.18'%

%39.81
%33.01
%27.18

CMYK color model

#7B6654 color CMYK value is (0,17,32,52).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 31.71%
  • key color value is 51.76%

CMYK: (0,17,32,52)
C0M17Y32K52 (0%, 17%, 32%, 52%)
(0.00 / 0.17 / 0.32 / 0.52)

CMYK percentages

%0
%17.07
%31.71
%51.76

Codes

Color #7B6654 in popluar color models

7B 66 54
RGB 123 102 84
HSL 28° 18.84% 40.59%
HSB/HSV 28° 31.71% 48.24%
CMYK 0.00% 17.07% 31.71%
51.76%

Color #7B6654 in popluar number systems.

HEX 7B 66 54
Decimal 123 102 84
Binary 1111011 1100110 1010100
Octal 173 146 124

Shades and tints

Shades of #7B6654

#7B6654
(123,102,84)
#705D4D
(112,93,77)
#655446
(101,84,70)
#5A4B3F
(90,75,63)
#4F4238
(79,66,56)
#443931
(68,57,49)
#39302A
(57,48,42)
#2E2723
(46,39,35)
#231E1C
(35,30,28)
#181515
(24,21,21)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #7B6654

#7B6654
(123,102,84)
#877363
(135,115,99)
#938072
(147,128,114)
#9F8D81
(159,141,129)
#AB9A90
(171,154,144)
#B7A79F
(183,167,159)
#C3B4AE
(195,180,174)
#CFC1BD
(207,193,189)
#DBCECC
(219,206,204)
#E7DBDB
(231,219,219)
#F3E8EA
(243,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6654 color. Also use rgb(123,102,84) instead hex code.

Text Font Color

.myTextColor { color: #7B6654; }

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

This text font color is #7B6654.

Background Color

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

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

This div background color is #7B6654.

Border color

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

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

This div border color is #7B6654.

Opacity

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

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

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

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

This text has shadow with #7B6654 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6654.

Preview

Color preview on black background

This text has color #7B6654 on black background.


Color preview on white background

This text has color #7B6654 on white background.


Black color preview on #7B6654 background

This text has black color on #7B6654 background.


White color preview on #7B6654 background

This text has white color on #7B6654 background.


Related colors

Complementary color

Complementary color for #hex is #8499AB.


I love getcolorcode.com

Triadic colors

1 #547B66 and #66547B with #7B6654 are triadic colors.

2 #54667B and #667B54 with #7B6654 are triadic colors.