COLOR #7A686E

HEX: #7A686E
RGB: (122,104,110)

Color info

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

RGB color model

#7A686E color RGB value is (122,104,110).

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

RGB channels and saturation

R 122 of 255 = 48%
G 104 of 255 = 41%
B 110 of 255 = 43%

122
104
110

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

Portions of RGB colors in percentages

R + G + B =
122 + 104 + 110 = 336 (100%)
R 122 of 336 ~ 36.31%
G 104 of 336 ~ 30.95%
B 110 of 336 ~ 32.74%

%36.31
%30.95
%32.74

CMYK color model

#7A686E color CMYK value is (0,15,10,52).

  • cyan value is 0.00%
  • magenta value is 14.75%
  • yellow value is 9.84%
  • key color value is 52.16%
CMYK:
(0,15,10,52)
C0M15Y10K52 
(0%,15%,10%,52%)
(0.00/0.15/0.10/0.52)	

CMYK percentages

%0
%14.75
%9.84
%52.16

Codes

Color #7A686E in popluar color models

7A686E
RGB122104110
HSL340°7.96%44.31%
HSB/HSV340°14.75%47.84%
CMYK0.00%14.75%9.84%
52.16%

Color #7A686E in popluar number systems.

HEX7A686E
Decimal122104110
Binary111101011010001101110
Octal172150156

Shades and tints

Shades of #7A686E

#7A686E
(122,104,110)
#6F5F64
(111,95,100)
#64565A
(100,86,90)
#594D50
(89,77,80)
#4E4446
(78,68,70)
#433B3C
(67,59,60)
#383232
(56,50,50)
#2D2928
(45,41,40)
#22201E
(34,32,30)
#171714
(23,23,20)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #7A686E

#7A686E
(122,104,110)
#86757B
(134,117,123)
#928288
(146,130,136)
#9E8F95
(158,143,149)
#AA9CA2
(170,156,162)
#B6A9AF
(182,169,175)
#C2B6BC
(194,182,188)
#CEC3C9
(206,195,201)
#DAD0D6
(218,208,214)
#E6DDE3
(230,221,227)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A686E; }

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

This text font color is #7A686E.


Background Color

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

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

This div background color is #7A686E.


Border color

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

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

This div border color is #7A686E.


Opacity

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

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

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

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

This text has shadow with #7A686E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A686E on black background.


Color preview on white background

This text has color #7A686E on white background.



Black color preview on #7A686E background

This text has black color on #7A686E background.


White color preview on #7A686E background

This text has white color on #7A686E background.