COLOR #7A7564

HEX: #7A7564
RGB: (122,117,100)

Color info

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

RGB color model

#7A7564 color RGB value is (122,117,100).

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

RGB channels and saturation

R 122 of 255 = 48%
G 117 of 255 = 46%
B 100 of 255 = 39%

122
117
100

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

Portions of RGB colors in percentages

R + G + B =
122 + 117 + 100 = 339 (100%)
R 122 of 339 ~ 35.99%
G 117 of 339 ~ 34.51%
B 100 of 339 ~ 29.5%

%35.99
%34.51
%29.5

CMYK color model

#7A7564 color CMYK value is (0,4,18,52).

  • cyan value is 0.00%
  • magenta value is 4.10%
  • yellow value is 18.03%
  • key color value is 52.16%
CMYK:
(0,4,18,52)
C0M4Y18K52 
(0%,4%,18%,52%)
(0.00/0.04/0.18/0.52)	

CMYK percentages

%0
%4.1
%18.03
%52.16

Codes

Color #7A7564 in popluar color models

7A7564
RGB122117100
HSL46°9.91%43.53%
HSB/HSV46°18.03%47.84%
CMYK0.00%4.10%18.03%
52.16%

Color #7A7564 in popluar number systems.

HEX7A7564
Decimal122117100
Binary111101011101011100100
Octal172165144

Shades and tints

Shades of #7A7564

#7A7564
(122,117,100)
#6F6B5B
(111,107,91)
#646152
(100,97,82)
#595749
(89,87,73)
#4E4D40
(78,77,64)
#434337
(67,67,55)
#38392E
(56,57,46)
#2D2F25
(45,47,37)
#22251C
(34,37,28)
#171B13
(23,27,19)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #7A7564

#7A7564
(122,117,100)
#868172
(134,129,114)
#928D80
(146,141,128)
#9E998E
(158,153,142)
#AAA59C
(170,165,156)
#B6B1AA
(182,177,170)
#C2BDB8
(194,189,184)
#CEC9C6
(206,201,198)
#DAD5D4
(218,213,212)
#E6E1E2
(230,225,226)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7564; }

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

This text font color is #7A7564.


Background Color

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

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

This div background color is #7A7564.


Border color

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

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

This div border color is #7A7564.


Opacity

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

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

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

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

This text has shadow with #7A7564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7564 on black background.


Color preview on white background

This text has color #7A7564 on white background.



Black color preview on #7A7564 background

This text has black color on #7A7564 background.


White color preview on #7A7564 background

This text has white color on #7A7564 background.