COLOR #7A606B

HEX: #7A606B RGB: (122,96,107)

Color info

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

RGB color model

#7A606B color RGB value is (122,96,107).

RGB: (122,96,107) (48%, 38%, 42%)

RGB channels and saturation

R 122 of 255 = 48%
G 96 of 255 = 38%
B 107 of 255 = 42%

122
96
107

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

Portions of RGB colors in percentages

R + G + B = 122 + 96 + 107 = 325 (100%)
R 122 of 325 ~ 37.54%
G 96 of 325 ~ 29.54%
B 107 of 325 ~ 32.92'%

%37.54
%29.54
%32.92

CMYK color model

#7A606B color CMYK value is (0,21,12,52).

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

CMYK: (0,21,12,52)
C0M21Y12K52 (0%, 21%, 12%, 52%)
(0.00 / 0.21 / 0.12 / 0.52)

CMYK percentages

%0
%21.31
%12.3
%52.16

Codes

Color #7A606B in popluar color models

7A 60 6B
RGB 122 96 107
HSL 335° 11.93% 42.75%
HSB/HSV 335° 21.31% 47.84%
CMYK 0.00% 21.31% 12.30%
52.16%

Color #7A606B in popluar number systems.

HEX 7A 60 6B
Decimal 122 96 107
Binary 1111010 1100000 1101011
Octal 172 140 153

Shades and tints

Shades of #7A606B

#7A606B
(122,96,107)
#6F5862
(111,88,98)
#645059
(100,80,89)
#594850
(89,72,80)
#4E4047
(78,64,71)
#43383E
(67,56,62)
#383035
(56,48,53)
#2D282C
(45,40,44)
#222023
(34,32,35)
#17181A
(23,24,26)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #7A606B

#7A606B
(122,96,107)
#866E78
(134,110,120)
#927C85
(146,124,133)
#9E8A92
(158,138,146)
#AA989F
(170,152,159)
#B6A6AC
(182,166,172)
#C2B4B9
(194,180,185)
#CEC2C6
(206,194,198)
#DAD0D3
(218,208,211)
#E6DEE0
(230,222,224)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A606B; }

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

This text font color is #7A606B.

Background Color

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

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

This div background color is #7A606B.

Border color

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

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

This div border color is #7A606B.

Opacity

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

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

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

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

This text has shadow with #7A606B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A606B.

Preview

Color preview on black background

This text has color #7A606B on black background.


Color preview on white background

This text has color #7A606B on white background.


Black color preview on #7A606B background

This text has black color on #7A606B background.


White color preview on #7A606B background

This text has white color on #7A606B background.


Related colors

Complementary color

Complementary color for #hex is #859F94.


I love getcolorcode.com

Triadic colors

1 #6B7A60 and #606B7A with #7A606B are triadic colors.

2 #6B607A and #607A6B with #7A606B are triadic colors.