COLOR #7A6161

HEX: #7A6161
RGB: (122,97,97)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

122
97
97

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

Portions of RGB colors in percentages

R + G + B =
122 + 97 + 97 = 316 (100%)
R 122 of 316 ~ 38.61%
G 97 of 316 ~ 30.7%
B 97 of 316 ~ 30.7%

%38.61
%30.7
%30.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.49%
  • 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
%20.49
%20.49
%52.16

Codes

Color #7A6161 in popluar color models

7A6161
RGB1229797
HSL11.42%42.94%
HSB/HSV20.49%47.84%
CMYK0.00%20.49%20.49%
52.16%

Color #7A6161 in popluar number systems.

HEX7A6161
Decimal1229797
Binary111101011000011100001
Octal172141141

Shades and tints

Shades of #7A6161

#7A6161
(122,97,97)
#6F5959
(111,89,89)
#645151
(100,81,81)
#594949
(89,73,73)
#4E4141
(78,65,65)
#433939
(67,57,57)
#383131
(56,49,49)
#2D2929
(45,41,41)
#222121
(34,33,33)
#171919
(23,25,25)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #7A6161

#7A6161
(122,97,97)
#866F6F
(134,111,111)
#927D7D
(146,125,125)
#9E8B8B
(158,139,139)
#AA9999
(170,153,153)
#B6A7A7
(182,167,167)
#C2B5B5
(194,181,181)
#CEC3C3
(206,195,195)
#DAD1D1
(218,209,209)
#E6DFDF
(230,223,223)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6161; }

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

This text font color is #7A6161.


Background Color

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

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

This div background color is #7A6161.


Border color

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

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

This div border color is #7A6161.


Opacity

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

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

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

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

This text has shadow with #7A6161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6161 on black background.


Color preview on white background

This text has color #7A6161 on white background.



Black color preview on #7A6161 background

This text has black color on #7A6161 background.


White color preview on #7A6161 background

This text has white color on #7A6161 background.