COLOR #7A757D

HEX: #7A757D
RGB: (122,117,125)

Color info

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

RGB color model

#7A757D color RGB value is (122,117,125).

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

RGB channels and saturation

R 122 of 255 = 48%
G 117 of 255 = 46%
B 125 of 255 = 49%

122
117
125

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

Portions of RGB colors in percentages

R + G + B =
122 + 117 + 125 = 364 (100%)
R 122 of 364 ~ 33.52%
G 117 of 364 ~ 32.14%
B 125 of 364 ~ 34.34%

%33.52
%32.14
%34.34

CMYK color model

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

  • cyan value is 2.40%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(2,6,0,51)
C2M6Y0K51 
(2%,6%,0%,51%)
(0.02/0.06/0.00/0.51)	

CMYK percentages

%2.4
%6.4
%0
%50.98

Codes

Color #7A757D in popluar color models

7A757D
RGB122117125
HSL278°3.31%47.45%
HSB/HSV278°6.40%49.02%
CMYK2.40%6.40%0.00%
50.98%

Color #7A757D in popluar number systems.

HEX7A757D
Decimal122117125
Binary111101011101011111101
Octal172165175

Shades and tints

Shades of #7A757D

#7A757D
(122,117,125)
#6F6B72
(111,107,114)
#646167
(100,97,103)
#59575C
(89,87,92)
#4E4D51
(78,77,81)
#434346
(67,67,70)
#38393B
(56,57,59)
#2D2F30
(45,47,48)
#222525
(34,37,37)
#171B1A
(23,27,26)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #7A757D

#7A757D
(122,117,125)
#868188
(134,129,136)
#928D93
(146,141,147)
#9E999E
(158,153,158)
#AAA5A9
(170,165,169)
#B6B1B4
(182,177,180)
#C2BDBF
(194,189,191)
#CEC9CA
(206,201,202)
#DAD5D5
(218,213,213)
#E6E1E0
(230,225,224)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A757D; }

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

This text font color is #7A757D.


Background Color

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

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

This div background color is #7A757D.


Border color

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

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

This div border color is #7A757D.


Opacity

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

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

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

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

This text has shadow with #7A757D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A757D on black background.


Color preview on white background

This text has color #7A757D on white background.



Black color preview on #7A757D background

This text has black color on #7A757D background.


White color preview on #7A757D background

This text has white color on #7A757D background.