COLOR #7A7968

HEX: #7A7968
RGB: (122,121,104)

Color info

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

RGB color model

#7A7968 color RGB value is (122,121,104).

  • red value is 122;
  • green value is 121;
  • blue value is 104.
RGB:
(122,121,104)
(48%,47%,41%)

RGB channels and saturation

R 122 of 255 = 48%
G 121 of 255 = 47%
B 104 of 255 = 41%

122
121
104

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

Portions of RGB colors in percentages

R + G + B =
122 + 121 + 104 = 347 (100%)
R 122 of 347 ~ 35.16%
G 121 of 347 ~ 34.87%
B 104 of 347 ~ 29.97%

%35.16
%34.87
%29.97

CMYK color model

#7A7968 color CMYK value is (0,1,15,52).

  • cyan value is 0.00%
  • magenta value is 0.82%
  • yellow value is 14.75%
  • key color value is 52.16%
CMYK:
(0,1,15,52)
C0M1Y15K52 
(0%,1%,15%,52%)
(0.00/0.01/0.15/0.52)	

CMYK percentages

%0
%0.82
%14.75
%52.16

Codes

Color #7A7968 in popluar color models

7A7968
RGB122121104
HSL57°7.96%44.31%
HSB/HSV57°14.75%47.84%
CMYK0.00%0.82%14.75%
52.16%

Color #7A7968 in popluar number systems.

HEX7A7968
Decimal122121104
Binary111101011110011101000
Octal172171150

Shades and tints

Shades of #7A7968

#7A7968
(122,121,104)
#6F6E5F
(111,110,95)
#646356
(100,99,86)
#59584D
(89,88,77)
#4E4D44
(78,77,68)
#43423B
(67,66,59)
#383732
(56,55,50)
#2D2C29
(45,44,41)
#222120
(34,33,32)
#171617
(23,22,23)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #7A7968

#7A7968
(122,121,104)
#868575
(134,133,117)
#929182
(146,145,130)
#9E9D8F
(158,157,143)
#AAA99C
(170,169,156)
#B6B5A9
(182,181,169)
#C2C1B6
(194,193,182)
#CECDC3
(206,205,195)
#DAD9D0
(218,217,208)
#E6E5DD
(230,229,221)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7968 color. Also use rgb(122,121,104) instead hex code.

Text Font Color

.myTextColor { color: #7A7968; }

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

This text font color is #7A7968.


Background Color

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

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

This div background color is #7A7968.


Border color

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

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

This div border color is #7A7968.


Opacity

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

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

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

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

This text has shadow with #7A7968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7968 on black background.


Color preview on white background

This text has color #7A7968 on white background.



Black color preview on #7A7968 background

This text has black color on #7A7968 background.


White color preview on #7A7968 background

This text has white color on #7A7968 background.