COLOR #7A7F64

HEX: #7A7F64
RGB: (122,127,100)

Color info

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

RGB color model

#7A7F64 color RGB value is (122,127,100).

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

RGB channels and saturation

R 122 of 255 = 48%
G 127 of 255 = 50%
B 100 of 255 = 39%

122
127
100

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

Portions of RGB colors in percentages

R + G + B =
122 + 127 + 100 = 349 (100%)
R 122 of 349 ~ 34.96%
G 127 of 349 ~ 36.39%
B 100 of 349 ~ 28.65%

%34.96
%36.39
%28.65

CMYK color model

#7A7F64 color CMYK value is (4,0,21,50).

  • cyan value is 3.94%
  • magenta value is 0.00%
  • yellow value is 21.26%
  • key color value is 50.20%
CMYK:
(4,0,21,50)
C4M0Y21K50 
(4%,0%,21%,50%)
(0.04/0.00/0.21/0.50)	

CMYK percentages

%3.94
%0
%21.26
%50.2

Codes

Color #7A7F64 in popluar color models

7A7F64
RGB122127100
HSL71°11.89%44.51%
HSB/HSV71°21.26%49.80%
CMYK3.94%0.00%21.26%
50.20%

Color #7A7F64 in popluar number systems.

HEX7A7F64
Decimal122127100
Binary111101011111111100100
Octal172177144

Shades and tints

Shades of #7A7F64

#7A7F64
(122,127,100)
#6F745B
(111,116,91)
#646952
(100,105,82)
#595E49
(89,94,73)
#4E5340
(78,83,64)
#434837
(67,72,55)
#383D2E
(56,61,46)
#2D3225
(45,50,37)
#22271C
(34,39,28)
#171C13
(23,28,19)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #7A7F64

#7A7F64
(122,127,100)
#868A72
(134,138,114)
#929580
(146,149,128)
#9EA08E
(158,160,142)
#AAAB9C
(170,171,156)
#B6B6AA
(182,182,170)
#C2C1B8
(194,193,184)
#CECCC6
(206,204,198)
#DAD7D4
(218,215,212)
#E6E2E2
(230,226,226)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7F64; }

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

This text font color is #7A7F64.


Background Color

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

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

This div background color is #7A7F64.


Border color

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

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

This div border color is #7A7F64.


Opacity

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

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

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

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

This text has shadow with #7A7F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7F64 on black background.


Color preview on white background

This text has color #7A7F64 on white background.



Black color preview on #7A7F64 background

This text has black color on #7A7F64 background.


White color preview on #7A7F64 background

This text has white color on #7A7F64 background.