COLOR #7A7164

HEX: #7A7164
RGB: (122,113,100)

Color info

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

RGB color model

#7A7164 color RGB value is (122,113,100).

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

RGB channels and saturation

R 122 of 255 = 48%
G 113 of 255 = 44%
B 100 of 255 = 39%

122
113
100

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

Portions of RGB colors in percentages

R + G + B =
122 + 113 + 100 = 335 (100%)
R 122 of 335 ~ 36.42%
G 113 of 335 ~ 33.73%
B 100 of 335 ~ 29.85%

%36.42
%33.73
%29.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.38%
  • 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
%7.38
%18.03
%52.16

Codes

Color #7A7164 in popluar color models

7A7164
RGB122113100
HSL35°9.91%43.53%
HSB/HSV35°18.03%47.84%
CMYK0.00%7.38%18.03%
52.16%

Color #7A7164 in popluar number systems.

HEX7A7164
Decimal122113100
Binary111101011100011100100
Octal172161144

Shades and tints

Shades of #7A7164

#7A7164
(122,113,100)
#6F675B
(111,103,91)
#645D52
(100,93,82)
#595349
(89,83,73)
#4E4940
(78,73,64)
#433F37
(67,63,55)
#38352E
(56,53,46)
#2D2B25
(45,43,37)
#22211C
(34,33,28)
#171713
(23,23,19)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #7A7164

#7A7164
(122,113,100)
#867D72
(134,125,114)
#928980
(146,137,128)
#9E958E
(158,149,142)
#AAA19C
(170,161,156)
#B6ADAA
(182,173,170)
#C2B9B8
(194,185,184)
#CEC5C6
(206,197,198)
#DAD1D4
(218,209,212)
#E6DDE2
(230,221,226)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7164; }

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

This text font color is #7A7164.


Background Color

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

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

This div background color is #7A7164.


Border color

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

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

This div border color is #7A7164.


Opacity

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

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

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

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

This text has shadow with #7A7164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7164 on black background.


Color preview on white background

This text has color #7A7164 on white background.



Black color preview on #7A7164 background

This text has black color on #7A7164 background.


White color preview on #7A7164 background

This text has white color on #7A7164 background.