COLOR #7A6C5C

HEX: #7A6C5C
RGB: (122,108,92)

Color info

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

RGB color model

#7A6C5C color RGB value is (122,108,92).

  • red value is 122;
  • green value is 108;
  • blue value is 92.
RGB:
(122,108,92)
(48%,42%,36%)

RGB channels and saturation

R 122 of 255 = 48%
G 108 of 255 = 42%
B 92 of 255 = 36%

122
108
92

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

Portions of RGB colors in percentages

R + G + B =
122 + 108 + 92 = 322 (100%)
R 122 of 322 ~ 37.89%
G 108 of 322 ~ 33.54%
B 92 of 322 ~ 28.57%

%37.89
%33.54
%28.57

CMYK color model

#7A6C5C color CMYK value is (0,11,25,52).

  • cyan value is 0.00%
  • magenta value is 11.48%
  • yellow value is 24.59%
  • key color value is 52.16%
CMYK:
(0,11,25,52)
C0M11Y25K52 
(0%,11%,25%,52%)
(0.00/0.11/0.25/0.52)	

CMYK percentages

%0
%11.48
%24.59
%52.16

Codes

Color #7A6C5C in popluar color models

7A6C5C
RGB12210892
HSL32°14.02%41.96%
HSB/HSV32°24.59%47.84%
CMYK0.00%11.48%24.59%
52.16%

Color #7A6C5C in popluar number systems.

HEX7A6C5C
Decimal12210892
Binary111101011011001011100
Octal172154134

Shades and tints

Shades of #7A6C5C

#7A6C5C
(122,108,92)
#6F6354
(111,99,84)
#645A4C
(100,90,76)
#595144
(89,81,68)
#4E483C
(78,72,60)
#433F34
(67,63,52)
#38362C
(56,54,44)
#2D2D24
(45,45,36)
#22241C
(34,36,28)
#171B14
(23,27,20)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #7A6C5C

#7A6C5C
(122,108,92)
#86796A
(134,121,106)
#928678
(146,134,120)
#9E9386
(158,147,134)
#AAA094
(170,160,148)
#B6ADA2
(182,173,162)
#C2BAB0
(194,186,176)
#CEC7BE
(206,199,190)
#DAD4CC
(218,212,204)
#E6E1DA
(230,225,218)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6C5C; }

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

This text font color is #7A6C5C.


Background Color

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

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

This div background color is #7A6C5C.


Border color

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

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

This div border color is #7A6C5C.


Opacity

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

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

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

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

This text has shadow with #7A6C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6C5C on black background.


Color preview on white background

This text has color #7A6C5C on white background.



Black color preview on #7A6C5C background

This text has black color on #7A6C5C background.


White color preview on #7A6C5C background

This text has white color on #7A6C5C background.