COLOR #7A657D

HEX: #7A657D
RGB: (122,101,125)

Color info

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

RGB color model

#7A657D color RGB value is (122,101,125).

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

RGB channels and saturation

R 122 of 255 = 48%
G 101 of 255 = 40%
B 125 of 255 = 49%

122
101
125

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

Portions of RGB colors in percentages

R + G + B =
122 + 101 + 125 = 348 (100%)
R 122 of 348 ~ 35.06%
G 101 of 348 ~ 29.02%
B 125 of 348 ~ 35.92%

%35.06
%29.02
%35.92

CMYK color model

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

  • cyan value is 2.40%
  • magenta value is 19.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(2,19,0,51)
C2M19Y0K51 
(2%,19%,0%,51%)
(0.02/0.19/0.00/0.51)	

CMYK percentages

%2.4
%19.2
%0
%50.98

Codes

Color #7A657D in popluar color models

7A657D
RGB122101125
HSL293°10.62%44.31%
HSB/HSV293°19.20%49.02%
CMYK2.40%19.20%0.00%
50.98%

Color #7A657D in popluar number systems.

HEX7A657D
Decimal122101125
Binary111101011001011111101
Octal172145175

Shades and tints

Shades of #7A657D

#7A657D
(122,101,125)
#6F5C72
(111,92,114)
#645367
(100,83,103)
#594A5C
(89,74,92)
#4E4151
(78,65,81)
#433846
(67,56,70)
#382F3B
(56,47,59)
#2D2630
(45,38,48)
#221D25
(34,29,37)
#17141A
(23,20,26)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #7A657D

#7A657D
(122,101,125)
#867388
(134,115,136)
#928193
(146,129,147)
#9E8F9E
(158,143,158)
#AA9DA9
(170,157,169)
#B6ABB4
(182,171,180)
#C2B9BF
(194,185,191)
#CEC7CA
(206,199,202)
#DAD5D5
(218,213,213)
#E6E3E0
(230,227,224)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A657D; }

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

This text font color is #7A657D.


Background Color

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

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

This div background color is #7A657D.


Border color

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

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

This div border color is #7A657D.


Opacity

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

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

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

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

This text has shadow with #7A657D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A657D on black background.


Color preview on white background

This text has color #7A657D on white background.



Black color preview on #7A657D background

This text has black color on #7A657D background.


White color preview on #7A657D background

This text has white color on #7A657D background.