COLOR #7A6661

HEX: #7A6661 RGB: (122,102,97)

Color info

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

RGB color model

#7A6661 color RGB value is (122,102,97).

RGB: (122,102,97) (48%, 40%, 38%)

RGB channels and saturation

R 122 of 255 = 48%
G 102 of 255 = 40%
B 97 of 255 = 38%

122
102
97

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

Portions of RGB colors in percentages

R + G + B = 122 + 102 + 97 = 321 (100%)
R 122 of 321 ~ 38.01%
G 102 of 321 ~ 31.78%
B 97 of 321 ~ 30.22'%

%38.01
%31.78
%30.22

CMYK color model

#7A6661 color CMYK value is (0,16,20,52).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 20.49%
  • key color value is 52.16%

CMYK: (0,16,20,52)
C0M16Y20K52 (0%, 16%, 20%, 52%)
(0.00 / 0.16 / 0.20 / 0.52)

CMYK percentages

%0
%16.39
%20.49
%52.16

Codes

Color #7A6661 in popluar color models

7A 66 61
RGB 122 102 97
HSL 12° 11.42% 42.94%
HSB/HSV 12° 20.49% 47.84%
CMYK 0.00% 16.39% 20.49%
52.16%

Color #7A6661 in popluar number systems.

HEX 7A 66 61
Decimal 122 102 97
Binary 1111010 1100110 1100001
Octal 172 146 141

Shades and tints

Shades of #7A6661

#7A6661
(122,102,97)
#6F5D59
(111,93,89)
#645451
(100,84,81)
#594B49
(89,75,73)
#4E4241
(78,66,65)
#433939
(67,57,57)
#383031
(56,48,49)
#2D2729
(45,39,41)
#221E21
(34,30,33)
#171519
(23,21,25)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #7A6661

#7A6661
(122,102,97)
#86736F
(134,115,111)
#92807D
(146,128,125)
#9E8D8B
(158,141,139)
#AA9A99
(170,154,153)
#B6A7A7
(182,167,167)
#C2B4B5
(194,180,181)
#CEC1C3
(206,193,195)
#DACED1
(218,206,209)
#E6DBDF
(230,219,223)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6661 color. Also use rgb(122,102,97) instead hex code.

Text Font Color

.myTextColor { color: #7A6661; }

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

This text font color is #7A6661.

Background Color

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

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

This div background color is #7A6661.

Border color

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

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

This div border color is #7A6661.

Opacity

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

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

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

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

This text has shadow with #7A6661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6661.

Preview

Color preview on black background

This text has color #7A6661 on black background.


Color preview on white background

This text has color #7A6661 on white background.


Black color preview on #7A6661 background

This text has black color on #7A6661 background.


White color preview on #7A6661 background

This text has white color on #7A6661 background.


Related colors

Complementary color

Complementary color for #hex is #85999E.


I love getcolorcode.com

Triadic colors

1 #617A66 and #66617A with #7A6661 are triadic colors.

2 #61667A and #667A61 with #7A6661 are triadic colors.