COLOR #7B6361

HEX: #7B6361
RGB: (123,99,97)

Color info

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

RGB color model

#7B6361 color RGB value is (123,99,97).

  • red value is 123;
  • green value is 99;
  • blue value is 97.
RGB:
(123,99,97)
(48%,39%,38%)

RGB channels and saturation

R 123 of 255 = 48%
G 99 of 255 = 39%
B 97 of 255 = 38%

123
99
97

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

Portions of RGB colors in percentages

R + G + B =
123 + 99 + 97 = 319 (100%)
R 123 of 319 ~ 38.56%
G 99 of 319 ~ 31.03%
B 97 of 319 ~ 30.41%

%38.56
%31.03
%30.41

CMYK color model

#7B6361 color CMYK value is (0,20,21,52).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 21.14%
  • key color value is 51.76%
CMYK:
(0,20,21,52)
C0M20Y21K52 
(0%,20%,21%,52%)
(0.00/0.20/0.21/0.52)	

CMYK percentages

%0
%19.51
%21.14
%51.76

Codes

Color #7B6361 in popluar color models

7B6361
RGB1239997
HSL11.82%43.14%
HSB/HSV21.14%48.24%
CMYK0.00%19.51%21.14%
51.76%

Color #7B6361 in popluar number systems.

HEX7B6361
Decimal1239997
Binary111101111000111100001
Octal173143141

Shades and tints

Shades of #7B6361

#7B6361
(123,99,97)
#705A59
(112,90,89)
#655151
(101,81,81)
#5A4849
(90,72,73)
#4F3F41
(79,63,65)
#443639
(68,54,57)
#392D31
(57,45,49)
#2E2429
(46,36,41)
#231B21
(35,27,33)
#181219
(24,18,25)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #7B6361

#7B6361
(123,99,97)
#87716F
(135,113,111)
#937F7D
(147,127,125)
#9F8D8B
(159,141,139)
#AB9B99
(171,155,153)
#B7A9A7
(183,169,167)
#C3B7B5
(195,183,181)
#CFC5C3
(207,197,195)
#DBD3D1
(219,211,209)
#E7E1DF
(231,225,223)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6361 color. Also use rgb(123,99,97) instead hex code.

Text Font Color

.myTextColor { color: #7B6361; }

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

This text font color is #7B6361.


Background Color

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

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

This div background color is #7B6361.


Border color

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

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

This div border color is #7B6361.


Opacity

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

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

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

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

This text has shadow with #7B6361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6361 on black background.


Color preview on white background

This text has color #7B6361 on white background.



Black color preview on #7B6361 background

This text has black color on #7B6361 background.


White color preview on #7B6361 background

This text has white color on #7B6361 background.