COLOR #7A6B7C

HEX: #7A6B7C
RGB: (122,107,124)

Color info

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

RGB color model

#7A6B7C color RGB value is (122,107,124).

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

RGB channels and saturation

R 122 of 255 = 48%
G 107 of 255 = 42%
B 124 of 255 = 49%

122
107
124

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

Portions of RGB colors in percentages

R + G + B =
122 + 107 + 124 = 353 (100%)
R 122 of 353 ~ 34.56%
G 107 of 353 ~ 30.31%
B 124 of 353 ~ 35.13%

%34.56
%30.31
%35.13

CMYK color model

#7A6B7C color CMYK value is (2,14,0,51).

  • cyan value is 1.61%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(2,14,0,51)
C2M14Y0K51 
(2%,14%,0%,51%)
(0.02/0.14/0.00/0.51)	

CMYK percentages

%1.61
%13.71
%0
%51.37

Codes

Color #7A6B7C in popluar color models

7A6B7C
RGB122107124
HSL293°7.36%45.29%
HSB/HSV293°13.71%48.63%
CMYK1.61%13.71%0.00%
51.37%

Color #7A6B7C in popluar number systems.

HEX7A6B7C
Decimal122107124
Binary111101011010111111100
Octal172153174

Shades and tints

Shades of #7A6B7C

#7A6B7C
(122,107,124)
#6F6271
(111,98,113)
#645966
(100,89,102)
#59505B
(89,80,91)
#4E4750
(78,71,80)
#433E45
(67,62,69)
#38353A
(56,53,58)
#2D2C2F
(45,44,47)
#222324
(34,35,36)
#171A19
(23,26,25)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #7A6B7C

#7A6B7C
(122,107,124)
#867887
(134,120,135)
#928592
(146,133,146)
#9E929D
(158,146,157)
#AA9FA8
(170,159,168)
#B6ACB3
(182,172,179)
#C2B9BE
(194,185,190)
#CEC6C9
(206,198,201)
#DAD3D4
(218,211,212)
#E6E0DF
(230,224,223)
#F2EDEA
(242,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6B7C; }

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

This text font color is #7A6B7C.


Background Color

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

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

This div background color is #7A6B7C.


Border color

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

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

This div border color is #7A6B7C.


Opacity

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

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

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

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

This text has shadow with #7A6B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6B7C on black background.


Color preview on white background

This text has color #7A6B7C on white background.



Black color preview on #7A6B7C background

This text has black color on #7A6B7C background.


White color preview on #7A6B7C background

This text has white color on #7A6B7C background.