COLOR #7B664D

HEX: #7B664D
RGB: (123,102,77)

Color info

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

RGB color model

#7B664D color RGB value is (123,102,77).

  • red value is 123;
  • green value is 102;
  • blue value is 77.
RGB:
(123,102,77)
(48%,40%,30%)

RGB channels and saturation

R 123 of 255 = 48%
G 102 of 255 = 40%
B 77 of 255 = 30%

123
102
77

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

Portions of RGB colors in percentages

R + G + B =
123 + 102 + 77 = 302 (100%)
R 123 of 302 ~ 40.73%
G 102 of 302 ~ 33.77%
B 77 of 302 ~ 25.5%

%40.73
%33.77
%25.5

CMYK color model

#7B664D color CMYK value is (0,17,37,52).

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 37.40%
  • key color value is 51.76%
CMYK:
(0,17,37,52)
C0M17Y37K52 
(0%,17%,37%,52%)
(0.00/0.17/0.37/0.52)	

CMYK percentages

%0
%17.07
%37.4
%51.76

Codes

Color #7B664D in popluar color models

7B664D
RGB12310277
HSL33°23.00%39.22%
HSB/HSV33°37.40%48.24%
CMYK0.00%17.07%37.40%
51.76%

Color #7B664D in popluar number systems.

HEX7B664D
Decimal12310277
Binary111101111001101001101
Octal173146115

Shades and tints

Shades of #7B664D

#7B664D
(123,102,77)
#705D46
(112,93,70)
#65543F
(101,84,63)
#5A4B38
(90,75,56)
#4F4231
(79,66,49)
#44392A
(68,57,42)
#393023
(57,48,35)
#2E271C
(46,39,28)
#231E15
(35,30,21)
#18150E
(24,21,14)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #7B664D

#7B664D
(123,102,77)
#87735D
(135,115,93)
#93806D
(147,128,109)
#9F8D7D
(159,141,125)
#AB9A8D
(171,154,141)
#B7A79D
(183,167,157)
#C3B4AD
(195,180,173)
#CFC1BD
(207,193,189)
#DBCECD
(219,206,205)
#E7DBDD
(231,219,221)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B664D; }

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

This text font color is #7B664D.


Background Color

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

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

This div background color is #7B664D.


Border color

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

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

This div border color is #7B664D.


Opacity

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

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

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

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

This text has shadow with #7B664D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B664D on black background.


Color preview on white background

This text has color #7B664D on white background.



Black color preview on #7B664D background

This text has black color on #7B664D background.


White color preview on #7B664D background

This text has white color on #7B664D background.