COLOR #7A6965

HEX: #7A6965 RGB: (122,105,101)

Color info

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

RGB color model

#7A6965 color RGB value is (122,105,101).

RGB: (122,105,101) (48%, 41%, 40%)

RGB channels and saturation

R 122 of 255 = 48%
G 105 of 255 = 41%
B 101 of 255 = 40%

122
105
101

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

Portions of RGB colors in percentages

R + G + B = 122 + 105 + 101 = 328 (100%)
R 122 of 328 ~ 37.2%
G 105 of 328 ~ 32.01%
B 101 of 328 ~ 30.79'%

%37.2
%32.01
%30.79

CMYK color model

#7A6965 color CMYK value is (0,14,17,52).

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

CMYK: (0,14,17,52)
C0M14Y17K52 (0%, 14%, 17%, 52%)
(0.00 / 0.14 / 0.17 / 0.52)

CMYK percentages

%0
%13.93
%17.21
%52.16

Codes

Color #7A6965 in popluar color models

7A 69 65
RGB 122 105 101
HSL 11° 9.42% 43.73%
HSB/HSV 11° 17.21% 47.84%
CMYK 0.00% 13.93% 17.21%
52.16%

Color #7A6965 in popluar number systems.

HEX 7A 69 65
Decimal 122 105 101
Binary 1111010 1101001 1100101
Octal 172 151 145

Shades and tints

Shades of #7A6965

#7A6965
(122,105,101)
#6F605C
(111,96,92)
#645753
(100,87,83)
#594E4A
(89,78,74)
#4E4541
(78,69,65)
#433C38
(67,60,56)
#38332F
(56,51,47)
#2D2A26
(45,42,38)
#22211D
(34,33,29)
#171814
(23,24,20)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #7A6965

#7A6965
(122,105,101)
#867673
(134,118,115)
#928381
(146,131,129)
#9E908F
(158,144,143)
#AA9D9D
(170,157,157)
#B6AAAB
(182,170,171)
#C2B7B9
(194,183,185)
#CEC4C7
(206,196,199)
#DAD1D5
(218,209,213)
#E6DEE3
(230,222,227)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6965; }

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

This text font color is #7A6965.

Background Color

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

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

This div background color is #7A6965.

Border color

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

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

This div border color is #7A6965.

Opacity

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

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

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

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

This text has shadow with #7A6965 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6965.

Preview

Color preview on black background

This text has color #7A6965 on black background.


Color preview on white background

This text has color #7A6965 on white background.


Black color preview on #7A6965 background

This text has black color on #7A6965 background.


White color preview on #7A6965 background

This text has white color on #7A6965 background.


Related colors

Complementary color

Complementary color for #hex is #85969A.


I love getcolorcode.com

Triadic colors

1 #657A69 and #69657A with #7A6965 are triadic colors.

2 #65697A and #697A65 with #7A6965 are triadic colors.