COLOR #7A646E

HEX: #7A646E
RGB: (122,100,110)

Color info

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

RGB color model

#7A646E color RGB value is (122,100,110).

  • red value is 122;
  • green value is 100;
  • blue value is 110.
RGB:
(122,100,110)
(48%,39%,43%)

RGB channels and saturation

R 122 of 255 = 48%
G 100 of 255 = 39%
B 110 of 255 = 43%

122
100
110

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

Portions of RGB colors in percentages

R + G + B =
122 + 100 + 110 = 332 (100%)
R 122 of 332 ~ 36.75%
G 100 of 332 ~ 30.12%
B 110 of 332 ~ 33.13%

%36.75
%30.12
%33.13

CMYK color model

#7A646E color CMYK value is (0,18,10,52).

  • cyan value is 0.00%
  • magenta value is 18.03%
  • yellow value is 9.84%
  • key color value is 52.16%
CMYK:
(0,18,10,52)
C0M18Y10K52 
(0%,18%,10%,52%)
(0.00/0.18/0.10/0.52)	

CMYK percentages

%0
%18.03
%9.84
%52.16

Codes

Color #7A646E in popluar color models

7A646E
RGB122100110
HSL333°9.91%43.53%
HSB/HSV333°18.03%47.84%
CMYK0.00%18.03%9.84%
52.16%

Color #7A646E in popluar number systems.

HEX7A646E
Decimal122100110
Binary111101011001001101110
Octal172144156

Shades and tints

Shades of #7A646E

#7A646E
(122,100,110)
#6F5B64
(111,91,100)
#64525A
(100,82,90)
#594950
(89,73,80)
#4E4046
(78,64,70)
#43373C
(67,55,60)
#382E32
(56,46,50)
#2D2528
(45,37,40)
#221C1E
(34,28,30)
#171314
(23,19,20)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #7A646E

#7A646E
(122,100,110)
#86727B
(134,114,123)
#928088
(146,128,136)
#9E8E95
(158,142,149)
#AA9CA2
(170,156,162)
#B6AAAF
(182,170,175)
#C2B8BC
(194,184,188)
#CEC6C9
(206,198,201)
#DAD4D6
(218,212,214)
#E6E2E3
(230,226,227)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A646E; }

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

This text font color is #7A646E.


Background Color

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

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

This div background color is #7A646E.


Border color

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

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

This div border color is #7A646E.


Opacity

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

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

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

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

This text has shadow with #7A646E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A646E on black background.


Color preview on white background

This text has color #7A646E on white background.



Black color preview on #7A646E background

This text has black color on #7A646E background.


White color preview on #7A646E background

This text has white color on #7A646E background.