COLOR #7B674E

HEX: #7B674E
RGB: (123,103,78)

Color info

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

RGB color model

#7B674E color RGB value is (123,103,78).

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

RGB channels and saturation

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

123
103
78

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

Portions of RGB colors in percentages

R + G + B =
123 + 103 + 78 = 304 (100%)
R 123 of 304 ~ 40.46%
G 103 of 304 ~ 33.88%
B 78 of 304 ~ 25.66%

%40.46
%33.88
%25.66

CMYK color model

#7B674E color CMYK value is (0,16,37,52).

  • cyan value is 0.00%
  • magenta value is 16.26%
  • yellow value is 36.59%
  • key color value is 51.76%
CMYK:
(0,16,37,52)
C0M16Y37K52 
(0%,16%,37%,52%)
(0.00/0.16/0.37/0.52)	

CMYK percentages

%0
%16.26
%36.59
%51.76

Codes

Color #7B674E in popluar color models

7B674E
RGB12310378
HSL33°22.39%39.41%
HSB/HSV33°36.59%48.24%
CMYK0.00%16.26%36.59%
51.76%

Color #7B674E in popluar number systems.

HEX7B674E
Decimal12310378
Binary111101111001111001110
Octal173147116

Shades and tints

Shades of #7B674E

#7B674E
(123,103,78)
#705E47
(112,94,71)
#655540
(101,85,64)
#5A4C39
(90,76,57)
#4F4332
(79,67,50)
#443A2B
(68,58,43)
#393124
(57,49,36)
#2E281D
(46,40,29)
#231F16
(35,31,22)
#18160F
(24,22,15)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #7B674E

#7B674E
(123,103,78)
#87745E
(135,116,94)
#93816E
(147,129,110)
#9F8E7E
(159,142,126)
#AB9B8E
(171,155,142)
#B7A89E
(183,168,158)
#C3B5AE
(195,181,174)
#CFC2BE
(207,194,190)
#DBCFCE
(219,207,206)
#E7DCDE
(231,220,222)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B674E; }

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

This text font color is #7B674E.


Background Color

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

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

This div background color is #7B674E.


Border color

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

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

This div border color is #7B674E.


Opacity

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

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

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

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

This text has shadow with #7B674E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B674E on black background.


Color preview on white background

This text has color #7B674E on white background.



Black color preview on #7B674E background

This text has black color on #7B674E background.


White color preview on #7B674E background

This text has white color on #7B674E background.