COLOR #7A5B64

HEX: #7A5B64
RGB: (122,91,100)

Color info

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

RGB color model

#7A5B64 color RGB value is (122,91,100).

  • red value is 122;
  • green value is 91;
  • blue value is 100.
RGB:
(122,91,100)
(48%,36%,39%)

RGB channels and saturation

R 122 of 255 = 48%
G 91 of 255 = 36%
B 100 of 255 = 39%

122
91
100

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

Portions of RGB colors in percentages

R + G + B =
122 + 91 + 100 = 313 (100%)
R 122 of 313 ~ 38.98%
G 91 of 313 ~ 29.07%
B 100 of 313 ~ 31.95%

%38.98
%29.07
%31.95

CMYK color model

#7A5B64 color CMYK value is (0,25,18,52).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 18.03%
  • key color value is 52.16%
CMYK:
(0,25,18,52)
C0M25Y18K52 
(0%,25%,18%,52%)
(0.00/0.25/0.18/0.52)	

CMYK percentages

%0
%25.41
%18.03
%52.16

Codes

Color #7A5B64 in popluar color models

7A5B64
RGB12291100
HSL343°14.55%41.76%
HSB/HSV343°25.41%47.84%
CMYK0.00%25.41%18.03%
52.16%

Color #7A5B64 in popluar number systems.

HEX7A5B64
Decimal12291100
Binary111101010110111100100
Octal172133144

Shades and tints

Shades of #7A5B64

#7A5B64
(122,91,100)
#6F535B
(111,83,91)
#644B52
(100,75,82)
#594349
(89,67,73)
#4E3B40
(78,59,64)
#433337
(67,51,55)
#382B2E
(56,43,46)
#2D2325
(45,35,37)
#221B1C
(34,27,28)
#171313
(23,19,19)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #7A5B64

#7A5B64
(122,91,100)
#866972
(134,105,114)
#927780
(146,119,128)
#9E858E
(158,133,142)
#AA939C
(170,147,156)
#B6A1AA
(182,161,170)
#C2AFB8
(194,175,184)
#CEBDC6
(206,189,198)
#DACBD4
(218,203,212)
#E6D9E2
(230,217,226)
#F2E7F0
(242,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A5B64; }

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

This text font color is #7A5B64.


Background Color

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

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

This div background color is #7A5B64.


Border color

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

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

This div border color is #7A5B64.


Opacity

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

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

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

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

This text has shadow with #7A5B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5B64 on black background.


Color preview on white background

This text has color #7A5B64 on white background.



Black color preview on #7A5B64 background

This text has black color on #7A5B64 background.


White color preview on #7A5B64 background

This text has white color on #7A5B64 background.