COLOR #7A7264

HEX: #7A7264
RGB: (122,114,100)

Color info

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

RGB color model

#7A7264 color RGB value is (122,114,100).

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

RGB channels and saturation

R 122 of 255 = 48%
G 114 of 255 = 45%
B 100 of 255 = 39%

122
114
100

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

Portions of RGB colors in percentages

R + G + B =
122 + 114 + 100 = 336 (100%)
R 122 of 336 ~ 36.31%
G 114 of 336 ~ 33.93%
B 100 of 336 ~ 29.76%

%36.31
%33.93
%29.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.56%
  • yellow value is 18.03%
  • key color value is 52.16%
CMYK:
(0,7,18,52)
C0M7Y18K52 
(0%,7%,18%,52%)
(0.00/0.07/0.18/0.52)	

CMYK percentages

%0
%6.56
%18.03
%52.16

Codes

Color #7A7264 in popluar color models

7A7264
RGB122114100
HSL38°9.91%43.53%
HSB/HSV38°18.03%47.84%
CMYK0.00%6.56%18.03%
52.16%

Color #7A7264 in popluar number systems.

HEX7A7264
Decimal122114100
Binary111101011100101100100
Octal172162144

Shades and tints

Shades of #7A7264

#7A7264
(122,114,100)
#6F685B
(111,104,91)
#645E52
(100,94,82)
#595449
(89,84,73)
#4E4A40
(78,74,64)
#434037
(67,64,55)
#38362E
(56,54,46)
#2D2C25
(45,44,37)
#22221C
(34,34,28)
#171813
(23,24,19)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #7A7264

#7A7264
(122,114,100)
#867E72
(134,126,114)
#928A80
(146,138,128)
#9E968E
(158,150,142)
#AAA29C
(170,162,156)
#B6AEAA
(182,174,170)
#C2BAB8
(194,186,184)
#CEC6C6
(206,198,198)
#DAD2D4
(218,210,212)
#E6DEE2
(230,222,226)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7264; }

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

This text font color is #7A7264.


Background Color

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

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

This div background color is #7A7264.


Border color

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

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

This div border color is #7A7264.


Opacity

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

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

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

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

This text has shadow with #7A7264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7264 on black background.


Color preview on white background

This text has color #7A7264 on white background.



Black color preview on #7A7264 background

This text has black color on #7A7264 background.


White color preview on #7A7264 background

This text has white color on #7A7264 background.