COLOR #7A6065

HEX: #7A6065 RGB: (122,96,101)

Color info

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

RGB color model

#7A6065 color RGB value is (122,96,101).

RGB: (122,96,101) (48%, 38%, 40%)

RGB channels and saturation

R 122 of 255 = 48%
G 96 of 255 = 38%
B 101 of 255 = 40%

122
96
101

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

Portions of RGB colors in percentages

R + G + B = 122 + 96 + 101 = 319 (100%)
R 122 of 319 ~ 38.24%
G 96 of 319 ~ 30.09%
B 101 of 319 ~ 31.66'%

%38.24
%30.09
%31.66

CMYK color model

#7A6065 color CMYK value is (0,21,17,52).

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

CMYK: (0,21,17,52)
C0M21Y17K52 (0%, 21%, 17%, 52%)
(0.00 / 0.21 / 0.17 / 0.52)

CMYK percentages

%0
%21.31
%17.21
%52.16

Codes

Color #7A6065 in popluar color models

7A 60 65
RGB 122 96 101
HSL 348° 11.93% 42.75%
HSB/HSV 348° 21.31% 47.84%
CMYK 0.00% 21.31% 17.21%
52.16%

Color #7A6065 in popluar number systems.

HEX 7A 60 65
Decimal 122 96 101
Binary 1111010 1100000 1100101
Octal 172 140 145

Shades and tints

Shades of #7A6065

#7A6065
(122,96,101)
#6F585C
(111,88,92)
#645053
(100,80,83)
#59484A
(89,72,74)
#4E4041
(78,64,65)
#433838
(67,56,56)
#38302F
(56,48,47)
#2D2826
(45,40,38)
#22201D
(34,32,29)
#171814
(23,24,20)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #7A6065

#7A6065
(122,96,101)
#866E73
(134,110,115)
#927C81
(146,124,129)
#9E8A8F
(158,138,143)
#AA989D
(170,152,157)
#B6A6AB
(182,166,171)
#C2B4B9
(194,180,185)
#CEC2C7
(206,194,199)
#DAD0D5
(218,208,213)
#E6DEE3
(230,222,227)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6065; }

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

This text font color is #7A6065.

Background Color

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

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

This div background color is #7A6065.

Border color

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

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

This div border color is #7A6065.

Opacity

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

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

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

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

This text has shadow with #7A6065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6065.

Preview

Color preview on black background

This text has color #7A6065 on black background.


Color preview on white background

This text has color #7A6065 on white background.


Black color preview on #7A6065 background

This text has black color on #7A6065 background.


White color preview on #7A6065 background

This text has white color on #7A6065 background.


Related colors

Complementary color

Complementary color for #hex is #859F9A.


I love getcolorcode.com

Triadic colors

1 #657A60 and #60657A with #7A6065 are triadic colors.

2 #65607A and #607A65 with #7A6065 are triadic colors.