COLOR #7B7365

HEX: #7B7365
RGB: (123,115,101)

Color info

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

RGB color model

#7B7365 color RGB value is (123,115,101).

  • red value is 123;
  • green value is 115;
  • blue value is 101.
RGB:
(123,115,101)
(48%,45%,40%)

RGB channels and saturation

R 123 of 255 = 48%
G 115 of 255 = 45%
B 101 of 255 = 40%

123
115
101

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

Portions of RGB colors in percentages

R + G + B =
123 + 115 + 101 = 339 (100%)
R 123 of 339 ~ 36.28%
G 115 of 339 ~ 33.92%
B 101 of 339 ~ 29.79%

%36.28
%33.92
%29.79

CMYK color model

#7B7365 color CMYK value is (0,7,18,52).

  • cyan value is 0.00%
  • magenta value is 6.50%
  • yellow value is 17.89%
  • key color value is 51.76%
CMYK:
(0,7,18,52)
C0M7Y18K52 
(0%,7%,18%,52%)
(0.00/0.07/0.18/0.52)	

CMYK percentages

%0
%6.5
%17.89
%51.76

Codes

Color #7B7365 in popluar color models

7B7365
RGB123115101
HSL38°9.82%43.92%
HSB/HSV38°17.89%48.24%
CMYK0.00%6.50%17.89%
51.76%

Color #7B7365 in popluar number systems.

HEX7B7365
Decimal123115101
Binary111101111100111100101
Octal173163145

Shades and tints

Shades of #7B7365

#7B7365
(123,115,101)
#70695C
(112,105,92)
#655F53
(101,95,83)
#5A554A
(90,85,74)
#4F4B41
(79,75,65)
#444138
(68,65,56)
#39372F
(57,55,47)
#2E2D26
(46,45,38)
#23231D
(35,35,29)
#181914
(24,25,20)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #7B7365

#7B7365
(123,115,101)
#877F73
(135,127,115)
#938B81
(147,139,129)
#9F978F
(159,151,143)
#ABA39D
(171,163,157)
#B7AFAB
(183,175,171)
#C3BBB9
(195,187,185)
#CFC7C7
(207,199,199)
#DBD3D5
(219,211,213)
#E7DFE3
(231,223,227)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7365 color. Also use rgb(123,115,101) instead hex code.

Text Font Color

.myTextColor { color: #7B7365; }

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

This text font color is #7B7365.


Background Color

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

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

This div background color is #7B7365.


Border color

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

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

This div border color is #7B7365.


Opacity

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

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

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

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

This text has shadow with #7B7365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7365 on black background.


Color preview on white background

This text has color #7B7365 on white background.



Black color preview on #7B7365 background

This text has black color on #7B7365 background.


White color preview on #7B7365 background

This text has white color on #7B7365 background.