COLOR #7A695C

HEX: #7A695C RGB: (122,105,92)

Color info

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

RGB color model

#7A695C color RGB value is (122,105,92).

RGB: (122,105,92) (48%, 41%, 36%)

RGB channels and saturation

R 122 of 255 = 48%
G 105 of 255 = 41%
B 92 of 255 = 36%

122
105
92

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

Portions of RGB colors in percentages

R + G + B = 122 + 105 + 92 = 319 (100%)
R 122 of 319 ~ 38.24%
G 105 of 319 ~ 32.92%
B 92 of 319 ~ 28.84'%

%38.24
%32.92
%28.84

CMYK color model

#7A695C color CMYK value is (0,14,25,52).

  • cyan value is 0.00%
  • magenta value is 13.93%
  • yellow value is 24.59%
  • key color value is 52.16%

CMYK: (0,14,25,52)
C0M14Y25K52 (0%, 14%, 25%, 52%)
(0.00 / 0.14 / 0.25 / 0.52)

CMYK percentages

%0
%13.93
%24.59
%52.16

Codes

Color #7A695C in popluar color models

7A 69 5C
RGB 122 105 92
HSL 26° 14.02% 41.96%
HSB/HSV 26° 24.59% 47.84%
CMYK 0.00% 13.93% 24.59%
52.16%

Color #7A695C in popluar number systems.

HEX 7A 69 5C
Decimal 122 105 92
Binary 1111010 1101001 1011100
Octal 172 151 134

Shades and tints

Shades of #7A695C

#7A695C
(122,105,92)
#6F6054
(111,96,84)
#64574C
(100,87,76)
#594E44
(89,78,68)
#4E453C
(78,69,60)
#433C34
(67,60,52)
#38332C
(56,51,44)
#2D2A24
(45,42,36)
#22211C
(34,33,28)
#171814
(23,24,20)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #7A695C

#7A695C
(122,105,92)
#86766A
(134,118,106)
#928378
(146,131,120)
#9E9086
(158,144,134)
#AA9D94
(170,157,148)
#B6AAA2
(182,170,162)
#C2B7B0
(194,183,176)
#CEC4BE
(206,196,190)
#DAD1CC
(218,209,204)
#E6DEDA
(230,222,218)
#F2EBE8
(242,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A695C; }

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

This text font color is #7A695C.

Background Color

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

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

This div background color is #7A695C.

Border color

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

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

This div border color is #7A695C.

Opacity

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

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

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

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

This text has shadow with #7A695C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A695C.

Preview

Color preview on black background

This text has color #7A695C on black background.


Color preview on white background

This text has color #7A695C on white background.


Black color preview on #7A695C background

This text has black color on #7A695C background.


White color preview on #7A695C background

This text has white color on #7A695C background.


Related colors

Complementary color

Complementary color for #hex is #8596A3.


I love getcolorcode.com

Triadic colors

1 #5C7A69 and #695C7A with #7A695C are triadic colors.

2 #5C697A and #697A5C with #7A695C are triadic colors.