COLOR #7A6B69

HEX: #7A6B69
RGB: (122,107,105)

Color info

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

RGB color model

#7A6B69 color RGB value is (122,107,105).

  • red value is 122;
  • green value is 107;
  • blue value is 105.
RGB:
(122,107,105)
(48%,42%,41%)

RGB channels and saturation

R 122 of 255 = 48%
G 107 of 255 = 42%
B 105 of 255 = 41%

122
107
105

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

Portions of RGB colors in percentages

R + G + B =
122 + 107 + 105 = 334 (100%)
R 122 of 334 ~ 36.53%
G 107 of 334 ~ 32.04%
B 105 of 334 ~ 31.44%

%36.53
%32.04
%31.44

CMYK color model

#7A6B69 color CMYK value is (0,12,14,52).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 13.93%
  • key color value is 52.16%
CMYK:
(0,12,14,52)
C0M12Y14K52 
(0%,12%,14%,52%)
(0.00/0.12/0.14/0.52)	

CMYK percentages

%0
%12.3
%13.93
%52.16

Codes

Color #7A6B69 in popluar color models

7A6B69
RGB122107105
HSL7.49%44.51%
HSB/HSV13.93%47.84%
CMYK0.00%12.30%13.93%
52.16%

Color #7A6B69 in popluar number systems.

HEX7A6B69
Decimal122107105
Binary111101011010111101001
Octal172153151

Shades and tints

Shades of #7A6B69

#7A6B69
(122,107,105)
#6F6260
(111,98,96)
#645957
(100,89,87)
#59504E
(89,80,78)
#4E4745
(78,71,69)
#433E3C
(67,62,60)
#383533
(56,53,51)
#2D2C2A
(45,44,42)
#222321
(34,35,33)
#171A18
(23,26,24)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #7A6B69

#7A6B69
(122,107,105)
#867876
(134,120,118)
#928583
(146,133,131)
#9E9290
(158,146,144)
#AA9F9D
(170,159,157)
#B6ACAA
(182,172,170)
#C2B9B7
(194,185,183)
#CEC6C4
(206,198,196)
#DAD3D1
(218,211,209)
#E6E0DE
(230,224,222)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6B69; }

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

This text font color is #7A6B69.


Background Color

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

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

This div background color is #7A6B69.


Border color

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

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

This div border color is #7A6B69.


Opacity

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

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

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

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

This text has shadow with #7A6B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6B69 on black background.


Color preview on white background

This text has color #7A6B69 on white background.



Black color preview on #7A6B69 background

This text has black color on #7A6B69 background.


White color preview on #7A6B69 background

This text has white color on #7A6B69 background.