COLOR #7A6261

HEX: #7A6261
RGB: (122,98,97)

Color info

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

RGB color model

#7A6261 color RGB value is (122,98,97).

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

RGB channels and saturation

R 122 of 255 = 48%
G 98 of 255 = 38%
B 97 of 255 = 38%

122
98
97

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

Portions of RGB colors in percentages

R + G + B =
122 + 98 + 97 = 317 (100%)
R 122 of 317 ~ 38.49%
G 98 of 317 ~ 30.91%
B 97 of 317 ~ 30.6%

%38.49
%30.91
%30.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 20.49%
  • key color value is 52.16%
CMYK:
(0,20,20,52)
C0M20Y20K52 
(0%,20%,20%,52%)
(0.00/0.20/0.20/0.52)	

CMYK percentages

%0
%19.67
%20.49
%52.16

Codes

Color #7A6261 in popluar color models

7A6261
RGB1229897
HSL11.42%42.94%
HSB/HSV20.49%47.84%
CMYK0.00%19.67%20.49%
52.16%

Color #7A6261 in popluar number systems.

HEX7A6261
Decimal1229897
Binary111101011000101100001
Octal172142141

Shades and tints

Shades of #7A6261

#7A6261
(122,98,97)
#6F5A59
(111,90,89)
#645251
(100,82,81)
#594A49
(89,74,73)
#4E4241
(78,66,65)
#433A39
(67,58,57)
#383231
(56,50,49)
#2D2A29
(45,42,41)
#222221
(34,34,33)
#171A19
(23,26,25)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #7A6261

#7A6261
(122,98,97)
#86706F
(134,112,111)
#927E7D
(146,126,125)
#9E8C8B
(158,140,139)
#AA9A99
(170,154,153)
#B6A8A7
(182,168,167)
#C2B6B5
(194,182,181)
#CEC4C3
(206,196,195)
#DAD2D1
(218,210,209)
#E6E0DF
(230,224,223)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6261; }

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

This text font color is #7A6261.


Background Color

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

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

This div background color is #7A6261.


Border color

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

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

This div border color is #7A6261.


Opacity

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

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

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

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

This text has shadow with #7A6261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6261 on black background.


Color preview on white background

This text has color #7A6261 on white background.



Black color preview on #7A6261 background

This text has black color on #7A6261 background.


White color preview on #7A6261 background

This text has white color on #7A6261 background.