COLOR #7A7063

HEX: #7A7063
RGB: (122,112,99)

Color info

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

RGB color model

#7A7063 color RGB value is (122,112,99).

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

RGB channels and saturation

R 122 of 255 = 48%
G 112 of 255 = 44%
B 99 of 255 = 39%

122
112
99

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

Portions of RGB colors in percentages

R + G + B =
122 + 112 + 99 = 333 (100%)
R 122 of 333 ~ 36.64%
G 112 of 333 ~ 33.63%
B 99 of 333 ~ 29.73%

%36.64
%33.63
%29.73

CMYK color model

#7A7063 color CMYK value is (0,8,19,52).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 18.85%
  • key color value is 52.16%
CMYK:
(0,8,19,52)
C0M8Y19K52 
(0%,8%,19%,52%)
(0.00/0.08/0.19/0.52)	

CMYK percentages

%0
%8.2
%18.85
%52.16

Codes

Color #7A7063 in popluar color models

7A7063
RGB12211299
HSL34°10.41%43.33%
HSB/HSV34°18.85%47.84%
CMYK0.00%8.20%18.85%
52.16%

Color #7A7063 in popluar number systems.

HEX7A7063
Decimal12211299
Binary111101011100001100011
Octal172160143

Shades and tints

Shades of #7A7063

#7A7063
(122,112,99)
#6F665A
(111,102,90)
#645C51
(100,92,81)
#595248
(89,82,72)
#4E483F
(78,72,63)
#433E36
(67,62,54)
#38342D
(56,52,45)
#2D2A24
(45,42,36)
#22201B
(34,32,27)
#171612
(23,22,18)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #7A7063

#7A7063
(122,112,99)
#867D71
(134,125,113)
#928A7F
(146,138,127)
#9E978D
(158,151,141)
#AAA49B
(170,164,155)
#B6B1A9
(182,177,169)
#C2BEB7
(194,190,183)
#CECBC5
(206,203,197)
#DAD8D3
(218,216,211)
#E6E5E1
(230,229,225)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7063; }

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

This text font color is #7A7063.


Background Color

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

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

This div background color is #7A7063.


Border color

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

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

This div border color is #7A7063.


Opacity

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

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

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

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

This text has shadow with #7A7063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7063 on black background.


Color preview on white background

This text has color #7A7063 on white background.



Black color preview on #7A7063 background

This text has black color on #7A7063 background.


White color preview on #7A7063 background

This text has white color on #7A7063 background.