COLOR #7A6B73

HEX: #7A6B73
RGB: (122,107,115)

Color info

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

RGB color model

#7A6B73 color RGB value is (122,107,115).

  • red value is 122;
  • green value is 107;
  • blue value is 115.
RGB:
(122,107,115)
(48%,42%,45%)

RGB channels and saturation

R 122 of 255 = 48%
G 107 of 255 = 42%
B 115 of 255 = 45%

122
107
115

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

Portions of RGB colors in percentages

R + G + B =
122 + 107 + 115 = 344 (100%)
R 122 of 344 ~ 35.47%
G 107 of 344 ~ 31.1%
B 115 of 344 ~ 33.43%

%35.47
%31.1
%33.43

CMYK color model

#7A6B73 color CMYK value is (0,12,6,52).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 5.74%
  • key color value is 52.16%
CMYK:
(0,12,6,52)
C0M12Y6K52 
(0%,12%,6%,52%)
(0.00/0.12/0.06/0.52)	

CMYK percentages

%0
%12.3
%5.74
%52.16

Codes

Color #7A6B73 in popluar color models

7A6B73
RGB122107115
HSL328°6.55%44.90%
HSB/HSV328°12.30%47.84%
CMYK0.00%12.30%5.74%
52.16%

Color #7A6B73 in popluar number systems.

HEX7A6B73
Decimal122107115
Binary111101011010111110011
Octal172153163

Shades and tints

Shades of #7A6B73

#7A6B73
(122,107,115)
#6F6269
(111,98,105)
#64595F
(100,89,95)
#595055
(89,80,85)
#4E474B
(78,71,75)
#433E41
(67,62,65)
#383537
(56,53,55)
#2D2C2D
(45,44,45)
#222323
(34,35,35)
#171A19
(23,26,25)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #7A6B73

#7A6B73
(122,107,115)
#86787F
(134,120,127)
#92858B
(146,133,139)
#9E9297
(158,146,151)
#AA9FA3
(170,159,163)
#B6ACAF
(182,172,175)
#C2B9BB
(194,185,187)
#CEC6C7
(206,198,199)
#DAD3D3
(218,211,211)
#E6E0DF
(230,224,223)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6B73; }

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

This text font color is #7A6B73.


Background Color

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

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

This div background color is #7A6B73.


Border color

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

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

This div border color is #7A6B73.


Opacity

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

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

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

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

This text has shadow with #7A6B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6B73 on black background.


Color preview on white background

This text has color #7A6B73 on white background.



Black color preview on #7A6B73 background

This text has black color on #7A6B73 background.


White color preview on #7A6B73 background

This text has white color on #7A6B73 background.