COLOR #7A6064

HEX: #7A6064 RGB: (122,96,100)

Color info

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

RGB color model

#7A6064 color RGB value is (122,96,100).

RGB: (122,96,100) (48%, 38%, 39%)

RGB channels and saturation

R 122 of 255 = 48%
G 96 of 255 = 38%
B 100 of 255 = 39%

122
96
100

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

Portions of RGB colors in percentages

R + G + B = 122 + 96 + 100 = 318 (100%)
R 122 of 318 ~ 38.36%
G 96 of 318 ~ 30.19%
B 100 of 318 ~ 31.45'%

%38.36
%30.19
%31.45

CMYK color model

#7A6064 color CMYK value is (0,21,18,52).

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

CMYK: (0,21,18,52)
C0M21Y18K52 (0%, 21%, 18%, 52%)
(0.00 / 0.21 / 0.18 / 0.52)

CMYK percentages

%0
%21.31
%18.03
%52.16

Codes

Color #7A6064 in popluar color models

7A 60 64
RGB 122 96 100
HSL 351° 11.93% 42.75%
HSB/HSV 351° 21.31% 47.84%
CMYK 0.00% 21.31% 18.03%
52.16%

Color #7A6064 in popluar number systems.

HEX 7A 60 64
Decimal 122 96 100
Binary 1111010 1100000 1100100
Octal 172 140 144

Shades and tints

Shades of #7A6064

#7A6064
(122,96,100)
#6F585B
(111,88,91)
#645052
(100,80,82)
#594849
(89,72,73)
#4E4040
(78,64,64)
#433837
(67,56,55)
#38302E
(56,48,46)
#2D2825
(45,40,37)
#22201C
(34,32,28)
#171813
(23,24,19)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #7A6064

#7A6064
(122,96,100)
#866E72
(134,110,114)
#927C80
(146,124,128)
#9E8A8E
(158,138,142)
#AA989C
(170,152,156)
#B6A6AA
(182,166,170)
#C2B4B8
(194,180,184)
#CEC2C6
(206,194,198)
#DAD0D4
(218,208,212)
#E6DEE2
(230,222,226)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6064; }

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

This text font color is #7A6064.

Background Color

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

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

This div background color is #7A6064.

Border color

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

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

This div border color is #7A6064.

Opacity

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

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

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

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

This text has shadow with #7A6064 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6064.

Preview

Color preview on black background

This text has color #7A6064 on black background.


Color preview on white background

This text has color #7A6064 on white background.


Black color preview on #7A6064 background

This text has black color on #7A6064 background.


White color preview on #7A6064 background

This text has white color on #7A6064 background.


Related colors

Complementary color

Complementary color for #hex is #859F9B.


I love getcolorcode.com

Triadic colors

1 #647A60 and #60647A with #7A6064 are triadic colors.

2 #64607A and #607A64 with #7A6064 are triadic colors.