COLOR #7A667C

HEX: #7A667C
RGB: (122,102,124)

Color info

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

RGB color model

#7A667C color RGB value is (122,102,124).

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

RGB channels and saturation

R 122 of 255 = 48%
G 102 of 255 = 40%
B 124 of 255 = 49%

122
102
124

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

Portions of RGB colors in percentages

R + G + B =
122 + 102 + 124 = 348 (100%)
R 122 of 348 ~ 35.06%
G 102 of 348 ~ 29.31%
B 124 of 348 ~ 35.63%

%35.06
%29.31
%35.63

CMYK color model

#7A667C color CMYK value is (2,18,0,51).

  • cyan value is 1.61%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(2,18,0,51)
C2M18Y0K51 
(2%,18%,0%,51%)
(0.02/0.18/0.00/0.51)	

CMYK percentages

%1.61
%17.74
%0
%51.37

Codes

Color #7A667C in popluar color models

7A667C
RGB122102124
HSL295°9.73%44.31%
HSB/HSV295°17.74%48.63%
CMYK1.61%17.74%0.00%
51.37%

Color #7A667C in popluar number systems.

HEX7A667C
Decimal122102124
Binary111101011001101111100
Octal172146174

Shades and tints

Shades of #7A667C

#7A667C
(122,102,124)
#6F5D71
(111,93,113)
#645466
(100,84,102)
#594B5B
(89,75,91)
#4E4250
(78,66,80)
#433945
(67,57,69)
#38303A
(56,48,58)
#2D272F
(45,39,47)
#221E24
(34,30,36)
#171519
(23,21,25)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #7A667C

#7A667C
(122,102,124)
#867387
(134,115,135)
#928092
(146,128,146)
#9E8D9D
(158,141,157)
#AA9AA8
(170,154,168)
#B6A7B3
(182,167,179)
#C2B4BE
(194,180,190)
#CEC1C9
(206,193,201)
#DACED4
(218,206,212)
#E6DBDF
(230,219,223)
#F2E8EA
(242,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A667C; }

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

This text font color is #7A667C.


Background Color

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

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

This div background color is #7A667C.


Border color

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

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

This div border color is #7A667C.


Opacity

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

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

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

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

This text has shadow with #7A667C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A667C on black background.


Color preview on white background

This text has color #7A667C on white background.



Black color preview on #7A667C background

This text has black color on #7A667C background.


White color preview on #7A667C background

This text has white color on #7A667C background.