COLOR #7B7377

HEX: #7B7377
RGB: (123,115,119)

Color info

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

RGB color model

#7B7377 color RGB value is (123,115,119).

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

RGB channels and saturation

R 123 of 255 = 48%
G 115 of 255 = 45%
B 119 of 255 = 47%

123
115
119

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

Portions of RGB colors in percentages

R + G + B =
123 + 115 + 119 = 357 (100%)
R 123 of 357 ~ 34.45%
G 115 of 357 ~ 32.21%
B 119 of 357 ~ 33.33%

%34.45
%32.21
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.50%
  • yellow value is 3.25%
  • key color value is 51.76%
CMYK:
(0,7,3,52)
C0M7Y3K52 
(0%,7%,3%,52%)
(0.00/0.07/0.03/0.52)	

CMYK percentages

%0
%6.5
%3.25
%51.76

Codes

Color #7B7377 in popluar color models

7B7377
RGB123115119
HSL330°3.36%46.67%
HSB/HSV330°6.50%48.24%
CMYK0.00%6.50%3.25%
51.76%

Color #7B7377 in popluar number systems.

HEX7B7377
Decimal123115119
Binary111101111100111110111
Octal173163167

Shades and tints

Shades of #7B7377

#7B7377
(123,115,119)
#70696D
(112,105,109)
#655F63
(101,95,99)
#5A5559
(90,85,89)
#4F4B4F
(79,75,79)
#444145
(68,65,69)
#39373B
(57,55,59)
#2E2D31
(46,45,49)
#232327
(35,35,39)
#18191D
(24,25,29)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #7B7377

#7B7377
(123,115,119)
#877F83
(135,127,131)
#938B8F
(147,139,143)
#9F979B
(159,151,155)
#ABA3A7
(171,163,167)
#B7AFB3
(183,175,179)
#C3BBBF
(195,187,191)
#CFC7CB
(207,199,203)
#DBD3D7
(219,211,215)
#E7DFE3
(231,223,227)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7377; }

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

This text font color is #7B7377.


Background Color

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

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

This div background color is #7B7377.


Border color

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

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

This div border color is #7B7377.


Opacity

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

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

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

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

This text has shadow with #7B7377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7377 on black background.


Color preview on white background

This text has color #7B7377 on white background.



Black color preview on #7B7377 background

This text has black color on #7B7377 background.


White color preview on #7B7377 background

This text has white color on #7B7377 background.