COLOR #7A707B

HEX: #7A707B
RGB: (122,112,123)

Color info

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

RGB color model

#7A707B color RGB value is (122,112,123).

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

RGB channels and saturation

R 122 of 255 = 48%
G 112 of 255 = 44%
B 123 of 255 = 48%

122
112
123

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

Portions of RGB colors in percentages

R + G + B =
122 + 112 + 123 = 357 (100%)
R 122 of 357 ~ 34.17%
G 112 of 357 ~ 31.37%
B 123 of 357 ~ 34.45%

%34.17
%31.37
%34.45

CMYK color model

#7A707B color CMYK value is (1,9,0,52).

  • cyan value is 0.81%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(1,9,0,52)
C1M9Y0K52 
(1%,9%,0%,52%)
(0.01/0.09/0.00/0.52)	

CMYK percentages

%0.81
%8.94
%0
%51.76

Codes

Color #7A707B in popluar color models

7A707B
RGB122112123
HSL295°4.68%46.08%
HSB/HSV295°8.94%48.24%
CMYK0.81%8.94%0.00%
51.76%

Color #7A707B in popluar number systems.

HEX7A707B
Decimal122112123
Binary111101011100001111011
Octal172160173

Shades and tints

Shades of #7A707B

#7A707B
(122,112,123)
#6F6670
(111,102,112)
#645C65
(100,92,101)
#59525A
(89,82,90)
#4E484F
(78,72,79)
#433E44
(67,62,68)
#383439
(56,52,57)
#2D2A2E
(45,42,46)
#222023
(34,32,35)
#171618
(23,22,24)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #7A707B

#7A707B
(122,112,123)
#867D87
(134,125,135)
#928A93
(146,138,147)
#9E979F
(158,151,159)
#AAA4AB
(170,164,171)
#B6B1B7
(182,177,183)
#C2BEC3
(194,190,195)
#CECBCF
(206,203,207)
#DAD8DB
(218,216,219)
#E6E5E7
(230,229,231)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A707B; }

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

This text font color is #7A707B.


Background Color

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

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

This div background color is #7A707B.


Border color

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

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

This div border color is #7A707B.


Opacity

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

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

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

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

This text has shadow with #7A707B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A707B on black background.


Color preview on white background

This text has color #7A707B on white background.



Black color preview on #7A707B background

This text has black color on #7A707B background.


White color preview on #7A707B background

This text has white color on #7A707B background.