COLOR #7A6C62

HEX: #7A6C62 RGB: (122,108,98)

Color info

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

RGB color model

#7A6C62 color RGB value is (122,108,98).

RGB: (122,108,98) (48%, 42%, 38%)

RGB channels and saturation

R 122 of 255 = 48%
G 108 of 255 = 42%
B 98 of 255 = 38%

122
108
98

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

Portions of RGB colors in percentages

R + G + B = 122 + 108 + 98 = 328 (100%)
R 122 of 328 ~ 37.2%
G 108 of 328 ~ 32.93%
B 98 of 328 ~ 29.88'%

%37.2
%32.93
%29.88

CMYK color model

#7A6C62 color CMYK value is (0,11,20,52).

  • cyan value is 0.00%
  • magenta value is 11.48%
  • yellow value is 19.67%
  • key color value is 52.16%

CMYK: (0,11,20,52)
C0M11Y20K52 (0%, 11%, 20%, 52%)
(0.00 / 0.11 / 0.20 / 0.52)

CMYK percentages

%0
%11.48
%19.67
%52.16

Codes

Color #7A6C62 in popluar color models

7A 6C 62
RGB 122 108 98
HSL 25° 10.91% 43.14%
HSB/HSV 25° 19.67% 47.84%
CMYK 0.00% 11.48% 19.67%
52.16%

Color #7A6C62 in popluar number systems.

HEX 7A 6C 62
Decimal 122 108 98
Binary 1111010 1101100 1100010
Octal 172 154 142

Shades and tints

Shades of #7A6C62

#7A6C62
(122,108,98)
#6F635A
(111,99,90)
#645A52
(100,90,82)
#59514A
(89,81,74)
#4E4842
(78,72,66)
#433F3A
(67,63,58)
#383632
(56,54,50)
#2D2D2A
(45,45,42)
#222422
(34,36,34)
#171B1A
(23,27,26)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #7A6C62

#7A6C62
(122,108,98)
#867970
(134,121,112)
#92867E
(146,134,126)
#9E938C
(158,147,140)
#AAA09A
(170,160,154)
#B6ADA8
(182,173,168)
#C2BAB6
(194,186,182)
#CEC7C4
(206,199,196)
#DAD4D2
(218,212,210)
#E6E1E0
(230,225,224)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6C62 color. Also use rgb(122,108,98) instead hex code.

Text Font Color

.myTextColor { color: #7A6C62; }

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

This text font color is #7A6C62.

Background Color

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

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

This div background color is #7A6C62.

Border color

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

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

This div border color is #7A6C62.

Opacity

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

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

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

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

This text has shadow with #7A6C62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6C62.

Preview

Color preview on black background

This text has color #7A6C62 on black background.


Color preview on white background

This text has color #7A6C62 on white background.


Black color preview on #7A6C62 background

This text has black color on #7A6C62 background.


White color preview on #7A6C62 background

This text has white color on #7A6C62 background.


Related colors

Complementary color

Complementary color for #hex is #85939D.


I love getcolorcode.com

Triadic colors

1 #627A6C and #6C627A with #7A6C62 are triadic colors.

2 #626C7A and #6C7A62 with #7A6C62 are triadic colors.