COLOR #7A7665

HEX: #7A7665
RGB: (122,118,101)

Color info

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

RGB color model

#7A7665 color RGB value is (122,118,101).

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

RGB channels and saturation

R 122 of 255 = 48%
G 118 of 255 = 46%
B 101 of 255 = 40%

122
118
101

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

Portions of RGB colors in percentages

R + G + B =
122 + 118 + 101 = 341 (100%)
R 122 of 341 ~ 35.78%
G 118 of 341 ~ 34.6%
B 101 of 341 ~ 29.62%

%35.78
%34.6
%29.62

CMYK color model

#7A7665 color CMYK value is (0,3,17,52).

  • cyan value is 0.00%
  • magenta value is 3.28%
  • yellow value is 17.21%
  • key color value is 52.16%
CMYK:
(0,3,17,52)
C0M3Y17K52 
(0%,3%,17%,52%)
(0.00/0.03/0.17/0.52)	

CMYK percentages

%0
%3.28
%17.21
%52.16

Codes

Color #7A7665 in popluar color models

7A7665
RGB122118101
HSL49°9.42%43.73%
HSB/HSV49°17.21%47.84%
CMYK0.00%3.28%17.21%
52.16%

Color #7A7665 in popluar number systems.

HEX7A7665
Decimal122118101
Binary111101011101101100101
Octal172166145

Shades and tints

Shades of #7A7665

#7A7665
(122,118,101)
#6F6C5C
(111,108,92)
#646253
(100,98,83)
#59584A
(89,88,74)
#4E4E41
(78,78,65)
#434438
(67,68,56)
#383A2F
(56,58,47)
#2D3026
(45,48,38)
#22261D
(34,38,29)
#171C14
(23,28,20)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #7A7665

#7A7665
(122,118,101)
#868273
(134,130,115)
#928E81
(146,142,129)
#9E9A8F
(158,154,143)
#AAA69D
(170,166,157)
#B6B2AB
(182,178,171)
#C2BEB9
(194,190,185)
#CECAC7
(206,202,199)
#DAD6D5
(218,214,213)
#E6E2E3
(230,226,227)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7665; }

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

This text font color is #7A7665.


Background Color

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

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

This div background color is #7A7665.


Border color

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

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

This div border color is #7A7665.


Opacity

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

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

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

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

This text has shadow with #7A7665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7665 on black background.


Color preview on white background

This text has color #7A7665 on white background.



Black color preview on #7A7665 background

This text has black color on #7A7665 background.


White color preview on #7A7665 background

This text has white color on #7A7665 background.