COLOR #7A7065

HEX: #7A7065
RGB: (122,112,101)

Color info

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

RGB color model

#7A7065 color RGB value is (122,112,101).

  • red value is 122;
  • green value is 112;
  • blue value is 101.
RGB:
(122,112,101)
(48%,44%,40%)

RGB channels and saturation

R 122 of 255 = 48%
G 112 of 255 = 44%
B 101 of 255 = 40%

122
112
101

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

Portions of RGB colors in percentages

R + G + B =
122 + 112 + 101 = 335 (100%)
R 122 of 335 ~ 36.42%
G 112 of 335 ~ 33.43%
B 101 of 335 ~ 30.15%

%36.42
%33.43
%30.15

CMYK color model

#7A7065 color CMYK value is (0,8,17,52).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 17.21%
  • key color value is 52.16%
CMYK:
(0,8,17,52)
C0M8Y17K52 
(0%,8%,17%,52%)
(0.00/0.08/0.17/0.52)	

CMYK percentages

%0
%8.2
%17.21
%52.16

Codes

Color #7A7065 in popluar color models

7A7065
RGB122112101
HSL31°9.42%43.73%
HSB/HSV31°17.21%47.84%
CMYK0.00%8.20%17.21%
52.16%

Color #7A7065 in popluar number systems.

HEX7A7065
Decimal122112101
Binary111101011100001100101
Octal172160145

Shades and tints

Shades of #7A7065

#7A7065
(122,112,101)
#6F665C
(111,102,92)
#645C53
(100,92,83)
#59524A
(89,82,74)
#4E4841
(78,72,65)
#433E38
(67,62,56)
#38342F
(56,52,47)
#2D2A26
(45,42,38)
#22201D
(34,32,29)
#171614
(23,22,20)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #7A7065

#7A7065
(122,112,101)
#867D73
(134,125,115)
#928A81
(146,138,129)
#9E978F
(158,151,143)
#AAA49D
(170,164,157)
#B6B1AB
(182,177,171)
#C2BEB9
(194,190,185)
#CECBC7
(206,203,199)
#DAD8D5
(218,216,213)
#E6E5E3
(230,229,227)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7065; }

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

This text font color is #7A7065.


Background Color

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

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

This div background color is #7A7065.


Border color

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

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

This div border color is #7A7065.


Opacity

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

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

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

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

This text has shadow with #7A7065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7065 on black background.


Color preview on white background

This text has color #7A7065 on white background.



Black color preview on #7A7065 background

This text has black color on #7A7065 background.


White color preview on #7A7065 background

This text has white color on #7A7065 background.