COLOR #7A787D

HEX: #7A787D
RGB: (122,120,125)

Color info

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

RGB color model

#7A787D color RGB value is (122,120,125).

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

RGB channels and saturation

R 122 of 255 = 48%
G 120 of 255 = 47%
B 125 of 255 = 49%

122
120
125

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

Portions of RGB colors in percentages

R + G + B =
122 + 120 + 125 = 367 (100%)
R 122 of 367 ~ 33.24%
G 120 of 367 ~ 32.7%
B 125 of 367 ~ 34.06%

%33.24
%32.7
%34.06

CMYK color model

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

  • cyan value is 2.40%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(2,4,0,51)
C2M4Y0K51 
(2%,4%,0%,51%)
(0.02/0.04/0.00/0.51)	

CMYK percentages

%2.4
%4
%0
%50.98

Codes

Color #7A787D in popluar color models

7A787D
RGB122120125
HSL264°2.04%48.04%
HSB/HSV264°4.00%49.02%
CMYK2.40%4.00%0.00%
50.98%

Color #7A787D in popluar number systems.

HEX7A787D
Decimal122120125
Binary111101011110001111101
Octal172170175

Shades and tints

Shades of #7A787D

#7A787D
(122,120,125)
#6F6E72
(111,110,114)
#646467
(100,100,103)
#595A5C
(89,90,92)
#4E5051
(78,80,81)
#434646
(67,70,70)
#383C3B
(56,60,59)
#2D3230
(45,50,48)
#222825
(34,40,37)
#171E1A
(23,30,26)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #7A787D

#7A787D
(122,120,125)
#868488
(134,132,136)
#929093
(146,144,147)
#9E9C9E
(158,156,158)
#AAA8A9
(170,168,169)
#B6B4B4
(182,180,180)
#C2C0BF
(194,192,191)
#CECCCA
(206,204,202)
#DAD8D5
(218,216,213)
#E6E4E0
(230,228,224)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A787D; }

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

This text font color is #7A787D.


Background Color

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

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

This div background color is #7A787D.


Border color

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

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

This div border color is #7A787D.


Opacity

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

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

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

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

This text has shadow with #7A787D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A787D on black background.


Color preview on white background

This text has color #7A787D on white background.



Black color preview on #7A787D background

This text has black color on #7A787D background.


White color preview on #7A787D background

This text has white color on #7A787D background.