COLOR #7B7371

HEX: #7B7371
RGB: (123,115,113)

Color info

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

RGB color model

#7B7371 color RGB value is (123,115,113).

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

RGB channels and saturation

R 123 of 255 = 48%
G 115 of 255 = 45%
B 113 of 255 = 44%

123
115
113

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

Portions of RGB colors in percentages

R + G + B =
123 + 115 + 113 = 351 (100%)
R 123 of 351 ~ 35.04%
G 115 of 351 ~ 32.76%
B 113 of 351 ~ 32.19%

%35.04
%32.76
%32.19

CMYK color model

#7B7371 color CMYK value is (0,7,8,52).

  • cyan value is 0.00%
  • magenta value is 6.50%
  • yellow value is 8.13%
  • key color value is 51.76%
CMYK:
(0,7,8,52)
C0M7Y8K52 
(0%,7%,8%,52%)
(0.00/0.07/0.08/0.52)	

CMYK percentages

%0
%6.5
%8.13
%51.76

Codes

Color #7B7371 in popluar color models

7B7371
RGB123115113
HSL12°4.24%46.27%
HSB/HSV12°8.13%48.24%
CMYK0.00%6.50%8.13%
51.76%

Color #7B7371 in popluar number systems.

HEX7B7371
Decimal123115113
Binary111101111100111110001
Octal173163161

Shades and tints

Shades of #7B7371

#7B7371
(123,115,113)
#706967
(112,105,103)
#655F5D
(101,95,93)
#5A5553
(90,85,83)
#4F4B49
(79,75,73)
#44413F
(68,65,63)
#393735
(57,55,53)
#2E2D2B
(46,45,43)
#232321
(35,35,33)
#181917
(24,25,23)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #7B7371

#7B7371
(123,115,113)
#877F7D
(135,127,125)
#938B89
(147,139,137)
#9F9795
(159,151,149)
#ABA3A1
(171,163,161)
#B7AFAD
(183,175,173)
#C3BBB9
(195,187,185)
#CFC7C5
(207,199,197)
#DBD3D1
(219,211,209)
#E7DFDD
(231,223,221)
#F3EBE9
(243,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7371; }

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

This text font color is #7B7371.


Background Color

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

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

This div background color is #7B7371.


Border color

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

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

This div border color is #7B7371.


Opacity

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

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

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

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

This text has shadow with #7B7371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7371 on black background.


Color preview on white background

This text has color #7B7371 on white background.



Black color preview on #7B7371 background

This text has black color on #7B7371 background.


White color preview on #7B7371 background

This text has white color on #7B7371 background.