COLOR #7A7068

HEX: #7A7068
RGB: (122,112,104)

Color info

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

RGB color model

#7A7068 color RGB value is (122,112,104).

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

RGB channels and saturation

R 122 of 255 = 48%
G 112 of 255 = 44%
B 104 of 255 = 41%

122
112
104

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

Portions of RGB colors in percentages

R + G + B =
122 + 112 + 104 = 338 (100%)
R 122 of 338 ~ 36.09%
G 112 of 338 ~ 33.14%
B 104 of 338 ~ 30.77%

%36.09
%33.14
%30.77

CMYK color model

#7A7068 color CMYK value is (0,8,15,52).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 14.75%
  • key color value is 52.16%
CMYK:
(0,8,15,52)
C0M8Y15K52 
(0%,8%,15%,52%)
(0.00/0.08/0.15/0.52)	

CMYK percentages

%0
%8.2
%14.75
%52.16

Codes

Color #7A7068 in popluar color models

7A7068
RGB122112104
HSL27°7.96%44.31%
HSB/HSV27°14.75%47.84%
CMYK0.00%8.20%14.75%
52.16%

Color #7A7068 in popluar number systems.

HEX7A7068
Decimal122112104
Binary111101011100001101000
Octal172160150

Shades and tints

Shades of #7A7068

#7A7068
(122,112,104)
#6F665F
(111,102,95)
#645C56
(100,92,86)
#59524D
(89,82,77)
#4E4844
(78,72,68)
#433E3B
(67,62,59)
#383432
(56,52,50)
#2D2A29
(45,42,41)
#222020
(34,32,32)
#171617
(23,22,23)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #7A7068

#7A7068
(122,112,104)
#867D75
(134,125,117)
#928A82
(146,138,130)
#9E978F
(158,151,143)
#AAA49C
(170,164,156)
#B6B1A9
(182,177,169)
#C2BEB6
(194,190,182)
#CECBC3
(206,203,195)
#DAD8D0
(218,216,208)
#E6E5DD
(230,229,221)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7068; }

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

This text font color is #7A7068.


Background Color

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

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

This div background color is #7A7068.


Border color

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

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

This div border color is #7A7068.


Opacity

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

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

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

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

This text has shadow with #7A7068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7068 on black background.


Color preview on white background

This text has color #7A7068 on white background.



Black color preview on #7A7068 background

This text has black color on #7A7068 background.


White color preview on #7A7068 background

This text has white color on #7A7068 background.