COLOR #7A626D

HEX: #7A626D
RGB: (122,98,109)

Color info

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

RGB color model

#7A626D color RGB value is (122,98,109).

  • red value is 122;
  • green value is 98;
  • blue value is 109.
RGB:
(122,98,109)
(48%,38%,43%)

RGB channels and saturation

R 122 of 255 = 48%
G 98 of 255 = 38%
B 109 of 255 = 43%

122
98
109

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

Portions of RGB colors in percentages

R + G + B =
122 + 98 + 109 = 329 (100%)
R 122 of 329 ~ 37.08%
G 98 of 329 ~ 29.79%
B 109 of 329 ~ 33.13%

%37.08
%29.79
%33.13

CMYK color model

#7A626D color CMYK value is (0,20,11,52).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 10.66%
  • key color value is 52.16%
CMYK:
(0,20,11,52)
C0M20Y11K52 
(0%,20%,11%,52%)
(0.00/0.20/0.11/0.52)	

CMYK percentages

%0
%19.67
%10.66
%52.16

Codes

Color #7A626D in popluar color models

7A626D
RGB12298109
HSL333°10.91%43.14%
HSB/HSV333°19.67%47.84%
CMYK0.00%19.67%10.66%
52.16%

Color #7A626D in popluar number systems.

HEX7A626D
Decimal12298109
Binary111101011000101101101
Octal172142155

Shades and tints

Shades of #7A626D

#7A626D
(122,98,109)
#6F5A64
(111,90,100)
#64525B
(100,82,91)
#594A52
(89,74,82)
#4E4249
(78,66,73)
#433A40
(67,58,64)
#383237
(56,50,55)
#2D2A2E
(45,42,46)
#222225
(34,34,37)
#171A1C
(23,26,28)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #7A626D

#7A626D
(122,98,109)
#86707A
(134,112,122)
#927E87
(146,126,135)
#9E8C94
(158,140,148)
#AA9AA1
(170,154,161)
#B6A8AE
(182,168,174)
#C2B6BB
(194,182,187)
#CEC4C8
(206,196,200)
#DAD2D5
(218,210,213)
#E6E0E2
(230,224,226)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A626D color. Also use rgb(122,98,109) instead hex code.

Text Font Color

.myTextColor { color: #7A626D; }

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

This text font color is #7A626D.


Background Color

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

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

This div background color is #7A626D.


Border color

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

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

This div border color is #7A626D.


Opacity

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

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

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

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

This text has shadow with #7A626D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A626D on black background.


Color preview on white background

This text has color #7A626D on white background.



Black color preview on #7A626D background

This text has black color on #7A626D background.


White color preview on #7A626D background

This text has white color on #7A626D background.