COLOR #7A696F

HEX: #7A696F
RGB: (122,105,111)

Color info

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

RGB color model

#7A696F color RGB value is (122,105,111).

  • red value is 122;
  • green value is 105;
  • blue value is 111.
RGB:
(122,105,111)
(48%,41%,44%)

RGB channels and saturation

R 122 of 255 = 48%
G 105 of 255 = 41%
B 111 of 255 = 44%

122
105
111

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

Portions of RGB colors in percentages

R + G + B =
122 + 105 + 111 = 338 (100%)
R 122 of 338 ~ 36.09%
G 105 of 338 ~ 31.07%
B 111 of 338 ~ 32.84%

%36.09
%31.07
%32.84

CMYK color model

#7A696F color CMYK value is (0,14,9,52).

  • cyan value is 0.00%
  • magenta value is 13.93%
  • yellow value is 9.02%
  • key color value is 52.16%
CMYK:
(0,14,9,52)
C0M14Y9K52 
(0%,14%,9%,52%)
(0.00/0.14/0.09/0.52)	

CMYK percentages

%0
%13.93
%9.02
%52.16

Codes

Color #7A696F in popluar color models

7A696F
RGB122105111
HSL339°7.49%44.51%
HSB/HSV339°13.93%47.84%
CMYK0.00%13.93%9.02%
52.16%

Color #7A696F in popluar number systems.

HEX7A696F
Decimal122105111
Binary111101011010011101111
Octal172151157

Shades and tints

Shades of #7A696F

#7A696F
(122,105,111)
#6F6065
(111,96,101)
#64575B
(100,87,91)
#594E51
(89,78,81)
#4E4547
(78,69,71)
#433C3D
(67,60,61)
#383333
(56,51,51)
#2D2A29
(45,42,41)
#22211F
(34,33,31)
#171815
(23,24,21)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #7A696F

#7A696F
(122,105,111)
#86767C
(134,118,124)
#928389
(146,131,137)
#9E9096
(158,144,150)
#AA9DA3
(170,157,163)
#B6AAB0
(182,170,176)
#C2B7BD
(194,183,189)
#CEC4CA
(206,196,202)
#DAD1D7
(218,209,215)
#E6DEE4
(230,222,228)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A696F color. Also use rgb(122,105,111) instead hex code.

Text Font Color

.myTextColor { color: #7A696F; }

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

This text font color is #7A696F.


Background Color

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

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

This div background color is #7A696F.


Border color

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

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

This div border color is #7A696F.


Opacity

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

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

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

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

This text has shadow with #7A696F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A696F on black background.


Color preview on white background

This text has color #7A696F on white background.



Black color preview on #7A696F background

This text has black color on #7A696F background.


White color preview on #7A696F background

This text has white color on #7A696F background.