COLOR #7A6264

HEX: #7A6264
RGB: (122,98,100)

Color info

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

RGB color model

#7A6264 color RGB value is (122,98,100).

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

RGB channels and saturation

R 122 of 255 = 48%
G 98 of 255 = 38%
B 100 of 255 = 39%

122
98
100

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

Portions of RGB colors in percentages

R + G + B =
122 + 98 + 100 = 320 (100%)
R 122 of 320 ~ 38.13%
G 98 of 320 ~ 30.63%
B 100 of 320 ~ 31.25%

%38.13
%30.63
%31.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 18.03%
  • key color value is 52.16%
CMYK:
(0,20,18,52)
C0M20Y18K52 
(0%,20%,18%,52%)
(0.00/0.20/0.18/0.52)	

CMYK percentages

%0
%19.67
%18.03
%52.16

Codes

Color #7A6264 in popluar color models

7A6264
RGB12298100
HSL355°10.91%43.14%
HSB/HSV355°19.67%47.84%
CMYK0.00%19.67%18.03%
52.16%

Color #7A6264 in popluar number systems.

HEX7A6264
Decimal12298100
Binary111101011000101100100
Octal172142144

Shades and tints

Shades of #7A6264

#7A6264
(122,98,100)
#6F5A5B
(111,90,91)
#645252
(100,82,82)
#594A49
(89,74,73)
#4E4240
(78,66,64)
#433A37
(67,58,55)
#38322E
(56,50,46)
#2D2A25
(45,42,37)
#22221C
(34,34,28)
#171A13
(23,26,19)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #7A6264

#7A6264
(122,98,100)
#867072
(134,112,114)
#927E80
(146,126,128)
#9E8C8E
(158,140,142)
#AA9A9C
(170,154,156)
#B6A8AA
(182,168,170)
#C2B6B8
(194,182,184)
#CEC4C6
(206,196,198)
#DAD2D4
(218,210,212)
#E6E0E2
(230,224,226)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6264; }

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

This text font color is #7A6264.


Background Color

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

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

This div background color is #7A6264.


Border color

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

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

This div border color is #7A6264.


Opacity

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

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

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

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

This text has shadow with #7A6264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6264 on black background.


Color preview on white background

This text has color #7A6264 on white background.



Black color preview on #7A6264 background

This text has black color on #7A6264 background.


White color preview on #7A6264 background

This text has white color on #7A6264 background.