COLOR #7A606F

HEX: #7A606F RGB: (122,96,111)

Color info

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

RGB color model

#7A606F color RGB value is (122,96,111).

RGB: (122,96,111) (48%, 38%, 44%)

RGB channels and saturation

R 122 of 255 = 48%
G 96 of 255 = 38%
B 111 of 255 = 44%

122
96
111

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

Portions of RGB colors in percentages

R + G + B = 122 + 96 + 111 = 329 (100%)
R 122 of 329 ~ 37.08%
G 96 of 329 ~ 29.18%
B 111 of 329 ~ 33.74'%

%37.08
%29.18
%33.74

CMYK color model

#7A606F color CMYK value is (0,21,9,52).

  • cyan value is 0.00%
  • magenta value is 21.31%
  • yellow value is 9.02%
  • key color value is 52.16%

CMYK: (0,21,9,52)
C0M21Y9K52 (0%, 21%, 9%, 52%)
(0.00 / 0.21 / 0.09 / 0.52)

CMYK percentages

%0
%21.31
%9.02
%52.16

Codes

Color #7A606F in popluar color models

7A 60 6F
RGB 122 96 111
HSL 325° 11.93% 42.75%
HSB/HSV 325° 21.31% 47.84%
CMYK 0.00% 21.31% 9.02%
52.16%

Color #7A606F in popluar number systems.

HEX 7A 60 6F
Decimal 122 96 111
Binary 1111010 1100000 1101111
Octal 172 140 157

Shades and tints

Shades of #7A606F

#7A606F
(122,96,111)
#6F5865
(111,88,101)
#64505B
(100,80,91)
#594851
(89,72,81)
#4E4047
(78,64,71)
#43383D
(67,56,61)
#383033
(56,48,51)
#2D2829
(45,40,41)
#22201F
(34,32,31)
#171815
(23,24,21)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #7A606F

#7A606F
(122,96,111)
#866E7C
(134,110,124)
#927C89
(146,124,137)
#9E8A96
(158,138,150)
#AA98A3
(170,152,163)
#B6A6B0
(182,166,176)
#C2B4BD
(194,180,189)
#CEC2CA
(206,194,202)
#DAD0D7
(218,208,215)
#E6DEE4
(230,222,228)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A606F; }

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

This text font color is #7A606F.

Background Color

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

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

This div background color is #7A606F.

Border color

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

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

This div border color is #7A606F.

Opacity

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

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

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

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

This text has shadow with #7A606F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A606F.

Preview

Color preview on black background

This text has color #7A606F on black background.


Color preview on white background

This text has color #7A606F on white background.


Black color preview on #7A606F background

This text has black color on #7A606F background.


White color preview on #7A606F background

This text has white color on #7A606F background.


Related colors

Complementary color

Complementary color for #hex is #859F90.


I love getcolorcode.com

Triadic colors

1 #6F7A60 and #606F7A with #7A606F are triadic colors.

2 #6F607A and #607A6F with #7A606F are triadic colors.