COLOR #7A707D

HEX: #7A707D
RGB: (122,112,125)

Color info

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

RGB color model

#7A707D color RGB value is (122,112,125).

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

RGB channels and saturation

R 122 of 255 = 48%
G 112 of 255 = 44%
B 125 of 255 = 49%

122
112
125

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

Portions of RGB colors in percentages

R + G + B =
122 + 112 + 125 = 359 (100%)
R 122 of 359 ~ 33.98%
G 112 of 359 ~ 31.2%
B 125 of 359 ~ 34.82%

%33.98
%31.2
%34.82

CMYK color model

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

  • cyan value is 2.40%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(2,10,0,51)
C2M10Y0K51 
(2%,10%,0%,51%)
(0.02/0.10/0.00/0.51)	

CMYK percentages

%2.4
%10.4
%0
%50.98

Codes

Color #7A707D in popluar color models

7A707D
RGB122112125
HSL286°5.49%46.47%
HSB/HSV286°10.40%49.02%
CMYK2.40%10.40%0.00%
50.98%

Color #7A707D in popluar number systems.

HEX7A707D
Decimal122112125
Binary111101011100001111101
Octal172160175

Shades and tints

Shades of #7A707D

#7A707D
(122,112,125)
#6F6672
(111,102,114)
#645C67
(100,92,103)
#59525C
(89,82,92)
#4E4851
(78,72,81)
#433E46
(67,62,70)
#38343B
(56,52,59)
#2D2A30
(45,42,48)
#222025
(34,32,37)
#17161A
(23,22,26)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #7A707D

#7A707D
(122,112,125)
#867D88
(134,125,136)
#928A93
(146,138,147)
#9E979E
(158,151,158)
#AAA4A9
(170,164,169)
#B6B1B4
(182,177,180)
#C2BEBF
(194,190,191)
#CECBCA
(206,203,202)
#DAD8D5
(218,216,213)
#E6E5E0
(230,229,224)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A707D; }

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

This text font color is #7A707D.


Background Color

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

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

This div background color is #7A707D.


Border color

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

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

This div border color is #7A707D.


Opacity

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

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

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

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

This text has shadow with #7A707D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A707D on black background.


Color preview on white background

This text has color #7A707D on white background.



Black color preview on #7A707D background

This text has black color on #7A707D background.


White color preview on #7A707D background

This text has white color on #7A707D background.