COLOR #7A626E

HEX: #7A626E RGB: (122,98,110)

Color info

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

RGB color model

#7A626E color RGB value is (122,98,110).

RGB: (122,98,110) (48%, 38%, 43%)

RGB channels and saturation

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

122
98
110

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

Portions of RGB colors in percentages

R + G + B = 122 + 98 + 110 = 330 (100%)
R 122 of 330 ~ 36.97%
G 98 of 330 ~ 29.7%
B 110 of 330 ~ 33.33'%

%36.97
%29.7
%33.33

CMYK color model

#7A626E color CMYK value is (0,20,10,52).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 9.84%
  • key color value is 52.16%

CMYK: (0,20,10,52)
C0M20Y10K52 (0%, 20%, 10%, 52%)
(0.00 / 0.20 / 0.10 / 0.52)

CMYK percentages

%0
%19.67
%9.84
%52.16

Codes

Color #7A626E in popluar color models

7A 62 6E
RGB 122 98 110
HSL 330° 10.91% 43.14%
HSB/HSV 330° 19.67% 47.84%
CMYK 0.00% 19.67% 9.84%
52.16%

Color #7A626E in popluar number systems.

HEX 7A 62 6E
Decimal 122 98 110
Binary 1111010 1100010 1101110
Octal 172 142 156

Shades and tints

Shades of #7A626E

#7A626E
(122,98,110)
#6F5A64
(111,90,100)
#64525A
(100,82,90)
#594A50
(89,74,80)
#4E4246
(78,66,70)
#433A3C
(67,58,60)
#383232
(56,50,50)
#2D2A28
(45,42,40)
#22221E
(34,34,30)
#171A14
(23,26,20)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #7A626E

#7A626E
(122,98,110)
#86707B
(134,112,123)
#927E88
(146,126,136)
#9E8C95
(158,140,149)
#AA9AA2
(170,154,162)
#B6A8AF
(182,168,175)
#C2B6BC
(194,182,188)
#CEC4C9
(206,196,201)
#DAD2D6
(218,210,214)
#E6E0E3
(230,224,227)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A626E; }

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

This text font color is #7A626E.

Background Color

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

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

This div background color is #7A626E.

Border color

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

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

This div border color is #7A626E.

Opacity

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

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

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

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

This text has shadow with #7A626E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A626E.

Preview

Color preview on black background

This text has color #7A626E on black background.


Color preview on white background

This text has color #7A626E on white background.


Black color preview on #7A626E background

This text has black color on #7A626E background.


White color preview on #7A626E background

This text has white color on #7A626E background.


Related colors

Complementary color

Complementary color for #hex is #859D91.


I love getcolorcode.com

Triadic colors

1 #6E7A62 and #626E7A with #7A626E are triadic colors.

2 #6E627A and #627A6E with #7A626E are triadic colors.