COLOR #7B7767

HEX: #7B7767
RGB: (123,119,103)

Color info

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

RGB color model

#7B7767 color RGB value is (123,119,103).

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

RGB channels and saturation

R 123 of 255 = 48%
G 119 of 255 = 47%
B 103 of 255 = 40%

123
119
103

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

Portions of RGB colors in percentages

R + G + B =
123 + 119 + 103 = 345 (100%)
R 123 of 345 ~ 35.65%
G 119 of 345 ~ 34.49%
B 103 of 345 ~ 29.86%

%35.65
%34.49
%29.86

CMYK color model

#7B7767 color CMYK value is (0,3,16,52).

  • cyan value is 0.00%
  • magenta value is 3.25%
  • yellow value is 16.26%
  • key color value is 51.76%
CMYK:
(0,3,16,52)
C0M3Y16K52 
(0%,3%,16%,52%)
(0.00/0.03/0.16/0.52)	

CMYK percentages

%0
%3.25
%16.26
%51.76

Codes

Color #7B7767 in popluar color models

7B7767
RGB123119103
HSL48°8.85%44.31%
HSB/HSV48°16.26%48.24%
CMYK0.00%3.25%16.26%
51.76%

Color #7B7767 in popluar number systems.

HEX7B7767
Decimal123119103
Binary111101111101111100111
Octal173167147

Shades and tints

Shades of #7B7767

#7B7767
(123,119,103)
#706D5E
(112,109,94)
#656355
(101,99,85)
#5A594C
(90,89,76)
#4F4F43
(79,79,67)
#44453A
(68,69,58)
#393B31
(57,59,49)
#2E3128
(46,49,40)
#23271F
(35,39,31)
#181D16
(24,29,22)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #7B7767

#7B7767
(123,119,103)
#878374
(135,131,116)
#938F81
(147,143,129)
#9F9B8E
(159,155,142)
#ABA79B
(171,167,155)
#B7B3A8
(183,179,168)
#C3BFB5
(195,191,181)
#CFCBC2
(207,203,194)
#DBD7CF
(219,215,207)
#E7E3DC
(231,227,220)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7767; }

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

This text font color is #7B7767.


Background Color

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

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

This div background color is #7B7767.


Border color

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

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

This div border color is #7B7767.


Opacity

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

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

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

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

This text has shadow with #7B7767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7767 on black background.


Color preview on white background

This text has color #7B7767 on white background.



Black color preview on #7B7767 background

This text has black color on #7B7767 background.


White color preview on #7B7767 background

This text has white color on #7B7767 background.