COLOR #7A7374

HEX: #7A7374
RGB: (122,115,116)

Color info

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

RGB color model

#7A7374 color RGB value is (122,115,116).

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

RGB channels and saturation

R 122 of 255 = 48%
G 115 of 255 = 45%
B 116 of 255 = 45%

122
115
116

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

Portions of RGB colors in percentages

R + G + B =
122 + 115 + 116 = 353 (100%)
R 122 of 353 ~ 34.56%
G 115 of 353 ~ 32.58%
B 116 of 353 ~ 32.86%

%34.56
%32.58
%32.86

CMYK color model

#7A7374 color CMYK value is (0,6,5,52).

  • cyan value is 0.00%
  • magenta value is 5.74%
  • yellow value is 4.92%
  • key color value is 52.16%
CMYK:
(0,6,5,52)
C0M6Y5K52 
(0%,6%,5%,52%)
(0.00/0.06/0.05/0.52)	

CMYK percentages

%0
%5.74
%4.92
%52.16

Codes

Color #7A7374 in popluar color models

7A7374
RGB122115116
HSL351°2.95%46.47%
HSB/HSV351°5.74%47.84%
CMYK0.00%5.74%4.92%
52.16%

Color #7A7374 in popluar number systems.

HEX7A7374
Decimal122115116
Binary111101011100111110100
Octal172163164

Shades and tints

Shades of #7A7374

#7A7374
(122,115,116)
#6F696A
(111,105,106)
#645F60
(100,95,96)
#595556
(89,85,86)
#4E4B4C
(78,75,76)
#434142
(67,65,66)
#383738
(56,55,56)
#2D2D2E
(45,45,46)
#222324
(34,35,36)
#17191A
(23,25,26)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #7A7374

#7A7374
(122,115,116)
#867F80
(134,127,128)
#928B8C
(146,139,140)
#9E9798
(158,151,152)
#AAA3A4
(170,163,164)
#B6AFB0
(182,175,176)
#C2BBBC
(194,187,188)
#CEC7C8
(206,199,200)
#DAD3D4
(218,211,212)
#E6DFE0
(230,223,224)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7374; }

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

This text font color is #7A7374.


Background Color

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

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

This div background color is #7A7374.


Border color

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

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

This div border color is #7A7374.


Opacity

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

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

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

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

This text has shadow with #7A7374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7374 on black background.


Color preview on white background

This text has color #7A7374 on white background.



Black color preview on #7A7374 background

This text has black color on #7A7374 background.


White color preview on #7A7374 background

This text has white color on #7A7374 background.