COLOR #7B664E

HEX: #7B664E
RGB: (123,102,78)

Color info

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

RGB color model

#7B664E color RGB value is (123,102,78).

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

RGB channels and saturation

R 123 of 255 = 48%
G 102 of 255 = 40%
B 78 of 255 = 31%

123
102
78

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

Portions of RGB colors in percentages

R + G + B =
123 + 102 + 78 = 303 (100%)
R 123 of 303 ~ 40.59%
G 102 of 303 ~ 33.66%
B 78 of 303 ~ 25.74%

%40.59
%33.66
%25.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.07%
  • yellow value is 36.59%
  • 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
%36.59
%51.76

Codes

Color #7B664E in popluar color models

7B664E
RGB12310278
HSL32°22.39%39.41%
HSB/HSV32°36.59%48.24%
CMYK0.00%17.07%36.59%
51.76%

Color #7B664E in popluar number systems.

HEX7B664E
Decimal12310278
Binary111101111001101001110
Octal173146116

Shades and tints

Shades of #7B664E

#7B664E
(123,102,78)
#705D47
(112,93,71)
#655440
(101,84,64)
#5A4B39
(90,75,57)
#4F4232
(79,66,50)
#44392B
(68,57,43)
#393024
(57,48,36)
#2E271D
(46,39,29)
#231E16
(35,30,22)
#18150F
(24,21,15)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #7B664E

#7B664E
(123,102,78)
#87735E
(135,115,94)
#93806E
(147,128,110)
#9F8D7E
(159,141,126)
#AB9A8E
(171,154,142)
#B7A79E
(183,167,158)
#C3B4AE
(195,180,174)
#CFC1BE
(207,193,190)
#DBCECE
(219,206,206)
#E7DBDE
(231,219,222)
#F3E8EE
(243,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B664E; }

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

This text font color is #7B664E.


Background Color

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

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

This div background color is #7B664E.


Border color

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

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

This div border color is #7B664E.


Opacity

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

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

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

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

This text has shadow with #7B664E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B664E on black background.


Color preview on white background

This text has color #7B664E on white background.



Black color preview on #7B664E background

This text has black color on #7B664E background.


White color preview on #7B664E background

This text has white color on #7B664E background.