COLOR #7B7777

HEX: #7B7777
RGB: (123,119,119)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
119
119

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

Portions of RGB colors in percentages

R + G + B =
123 + 119 + 119 = 361 (100%)
R 123 of 361 ~ 34.07%
G 119 of 361 ~ 32.96%
B 119 of 361 ~ 32.96%

%34.07
%32.96
%32.96

CMYK color model

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

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

CMYK percentages

%0
%3.25
%3.25
%51.76

Codes

Color #7B7777 in popluar color models

7B7777
RGB123119119
HSL1.65%47.45%
HSB/HSV3.25%48.24%
CMYK0.00%3.25%3.25%
51.76%

Color #7B7777 in popluar number systems.

HEX7B7777
Decimal123119119
Binary111101111101111110111
Octal173167167

Shades and tints

Shades of #7B7777

#7B7777
(123,119,119)
#706D6D
(112,109,109)
#656363
(101,99,99)
#5A5959
(90,89,89)
#4F4F4F
(79,79,79)
#444545
(68,69,69)
#393B3B
(57,59,59)
#2E3131
(46,49,49)
#232727
(35,39,39)
#181D1D
(24,29,29)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #7B7777

#7B7777
(123,119,119)
#878383
(135,131,131)
#938F8F
(147,143,143)
#9F9B9B
(159,155,155)
#ABA7A7
(171,167,167)
#B7B3B3
(183,179,179)
#C3BFBF
(195,191,191)
#CFCBCB
(207,203,203)
#DBD7D7
(219,215,215)
#E7E3E3
(231,227,227)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7777; }

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

This text font color is #7B7777.


Background Color

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

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

This div background color is #7B7777.


Border color

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

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

This div border color is #7B7777.


Opacity

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

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

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

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

This text has shadow with #7B7777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7777 on black background.


Color preview on white background

This text has color #7B7777 on white background.



Black color preview on #7B7777 background

This text has black color on #7B7777 background.


White color preview on #7B7777 background

This text has white color on #7B7777 background.