COLOR #7A6B6D

HEX: #7A6B6D
RGB: (122,107,109)

Color info

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

RGB color model

#7A6B6D color RGB value is (122,107,109).

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

RGB channels and saturation

R 122 of 255 = 48%
G 107 of 255 = 42%
B 109 of 255 = 43%

122
107
109

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

Portions of RGB colors in percentages

R + G + B =
122 + 107 + 109 = 338 (100%)
R 122 of 338 ~ 36.09%
G 107 of 338 ~ 31.66%
B 109 of 338 ~ 32.25%

%36.09
%31.66
%32.25

CMYK color model

#7A6B6D color CMYK value is (0,12,11,52).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 10.66%
  • key color value is 52.16%
CMYK:
(0,12,11,52)
C0M12Y11K52 
(0%,12%,11%,52%)
(0.00/0.12/0.11/0.52)	

CMYK percentages

%0
%12.3
%10.66
%52.16

Codes

Color #7A6B6D in popluar color models

7A6B6D
RGB122107109
HSL352°6.55%44.90%
HSB/HSV352°12.30%47.84%
CMYK0.00%12.30%10.66%
52.16%

Color #7A6B6D in popluar number systems.

HEX7A6B6D
Decimal122107109
Binary111101011010111101101
Octal172153155

Shades and tints

Shades of #7A6B6D

#7A6B6D
(122,107,109)
#6F6264
(111,98,100)
#64595B
(100,89,91)
#595052
(89,80,82)
#4E4749
(78,71,73)
#433E40
(67,62,64)
#383537
(56,53,55)
#2D2C2E
(45,44,46)
#222325
(34,35,37)
#171A1C
(23,26,28)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #7A6B6D

#7A6B6D
(122,107,109)
#86787A
(134,120,122)
#928587
(146,133,135)
#9E9294
(158,146,148)
#AA9FA1
(170,159,161)
#B6ACAE
(182,172,174)
#C2B9BB
(194,185,187)
#CEC6C8
(206,198,200)
#DAD3D5
(218,211,213)
#E6E0E2
(230,224,226)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6B6D; }

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

This text font color is #7A6B6D.


Background Color

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

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

This div background color is #7A6B6D.


Border color

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

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

This div border color is #7A6B6D.


Opacity

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

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

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

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

This text has shadow with #7A6B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6B6D on black background.


Color preview on white background

This text has color #7A6B6D on white background.



Black color preview on #7A6B6D background

This text has black color on #7A6B6D background.


White color preview on #7A6B6D background

This text has white color on #7A6B6D background.