COLOR #7A7565

HEX: #7A7565
RGB: (122,117,101)

Color info

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

RGB color model

#7A7565 color RGB value is (122,117,101).

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

RGB channels and saturation

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

122
117
101

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

Portions of RGB colors in percentages

R + G + B =
122 + 117 + 101 = 340 (100%)
R 122 of 340 ~ 35.88%
G 117 of 340 ~ 34.41%
B 101 of 340 ~ 29.71%

%35.88
%34.41
%29.71

CMYK color model

#7A7565 color CMYK value is (0,4,17,52).

  • cyan value is 0.00%
  • magenta value is 4.10%
  • yellow value is 17.21%
  • key color value is 52.16%
CMYK:
(0,4,17,52)
C0M4Y17K52 
(0%,4%,17%,52%)
(0.00/0.04/0.17/0.52)	

CMYK percentages

%0
%4.1
%17.21
%52.16

Codes

Color #7A7565 in popluar color models

7A7565
RGB122117101
HSL46°9.42%43.73%
HSB/HSV46°17.21%47.84%
CMYK0.00%4.10%17.21%
52.16%

Color #7A7565 in popluar number systems.

HEX7A7565
Decimal122117101
Binary111101011101011100101
Octal172165145

Shades and tints

Shades of #7A7565

#7A7565
(122,117,101)
#6F6B5C
(111,107,92)
#646153
(100,97,83)
#59574A
(89,87,74)
#4E4D41
(78,77,65)
#434338
(67,67,56)
#38392F
(56,57,47)
#2D2F26
(45,47,38)
#22251D
(34,37,29)
#171B14
(23,27,20)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #7A7565

#7A7565
(122,117,101)
#868173
(134,129,115)
#928D81
(146,141,129)
#9E998F
(158,153,143)
#AAA59D
(170,165,157)
#B6B1AB
(182,177,171)
#C2BDB9
(194,189,185)
#CEC9C7
(206,201,199)
#DAD5D5
(218,213,213)
#E6E1E3
(230,225,227)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7565; }

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

This text font color is #7A7565.


Background Color

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

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

This div background color is #7A7565.


Border color

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

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

This div border color is #7A7565.


Opacity

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

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

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

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

This text has shadow with #7A7565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7565 on black background.


Color preview on white background

This text has color #7A7565 on white background.



Black color preview on #7A7565 background

This text has black color on #7A7565 background.


White color preview on #7A7565 background

This text has white color on #7A7565 background.