COLOR #7B7A7D

HEX: #7B7A7D
RGB: (123,122,125)

Color info

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

RGB color model

#7B7A7D color RGB value is (123,122,125).

  • red value is 123;
  • green value is 122;
  • blue value is 125.
RGB:
(123,122,125)
(48%,48%,49%)

RGB channels and saturation

R 123 of 255 = 48%
G 122 of 255 = 48%
B 125 of 255 = 49%

123
122
125

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

Portions of RGB colors in percentages

R + G + B =
123 + 122 + 125 = 370 (100%)
R 123 of 370 ~ 33.24%
G 122 of 370 ~ 32.97%
B 125 of 370 ~ 33.78%

%33.24
%32.97
%33.78

CMYK color model

#7B7A7D color CMYK value is (2,2,0,51).

  • cyan value is 1.60%
  • magenta value is 2.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(2,2,0,51)
C2M2Y0K51 
(2%,2%,0%,51%)
(0.02/0.02/0.00/0.51)	

CMYK percentages

%1.6
%2.4
%0
%50.98

Codes

Color #7B7A7D in popluar color models

7B7A7D
RGB123122125
HSL260°1.21%48.43%
HSB/HSV260°2.40%49.02%
CMYK1.60%2.40%0.00%
50.98%

Color #7B7A7D in popluar number systems.

HEX7B7A7D
Decimal123122125
Binary111101111110101111101
Octal173172175

Shades and tints

Shades of #7B7A7D

#7B7A7D
(123,122,125)
#706F72
(112,111,114)
#656467
(101,100,103)
#5A595C
(90,89,92)
#4F4E51
(79,78,81)
#444346
(68,67,70)
#39383B
(57,56,59)
#2E2D30
(46,45,48)
#232225
(35,34,37)
#18171A
(24,23,26)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #7B7A7D

#7B7A7D
(123,122,125)
#878688
(135,134,136)
#939293
(147,146,147)
#9F9E9E
(159,158,158)
#ABAAA9
(171,170,169)
#B7B6B4
(183,182,180)
#C3C2BF
(195,194,191)
#CFCECA
(207,206,202)
#DBDAD5
(219,218,213)
#E7E6E0
(231,230,224)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7A7D; }

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

This text font color is #7B7A7D.


Background Color

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

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

This div background color is #7B7A7D.


Border color

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

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

This div border color is #7B7A7D.


Opacity

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

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

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

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

This text has shadow with #7B7A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7A7D on black background.


Color preview on white background

This text has color #7B7A7D on white background.



Black color preview on #7B7A7D background

This text has black color on #7B7A7D background.


White color preview on #7B7A7D background

This text has white color on #7B7A7D background.