COLOR #7A7474

HEX: #7A7474
RGB: (122,116,116)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

122
116
116

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

Portions of RGB colors in percentages

R + G + B =
122 + 116 + 116 = 354 (100%)
R 122 of 354 ~ 34.46%
G 116 of 354 ~ 32.77%
B 116 of 354 ~ 32.77%

%34.46
%32.77
%32.77

CMYK color model

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

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

CMYK percentages

%0
%4.92
%4.92
%52.16

Codes

Color #7A7474 in popluar color models

7A7474
RGB122116116
HSL2.52%46.67%
HSB/HSV4.92%47.84%
CMYK0.00%4.92%4.92%
52.16%

Color #7A7474 in popluar number systems.

HEX7A7474
Decimal122116116
Binary111101011101001110100
Octal172164164

Shades and tints

Shades of #7A7474

#7A7474
(122,116,116)
#6F6A6A
(111,106,106)
#646060
(100,96,96)
#595656
(89,86,86)
#4E4C4C
(78,76,76)
#434242
(67,66,66)
#383838
(56,56,56)
#2D2E2E
(45,46,46)
#222424
(34,36,36)
#171A1A
(23,26,26)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #7A7474

#7A7474
(122,116,116)
#868080
(134,128,128)
#928C8C
(146,140,140)
#9E9898
(158,152,152)
#AAA4A4
(170,164,164)
#B6B0B0
(182,176,176)
#C2BCBC
(194,188,188)
#CEC8C8
(206,200,200)
#DAD4D4
(218,212,212)
#E6E0E0
(230,224,224)
#F2ECEC
(242,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7474; }

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

This text font color is #7A7474.


Background Color

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

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

This div background color is #7A7474.


Border color

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

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

This div border color is #7A7474.


Opacity

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

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

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

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

This text has shadow with #7A7474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A7474 on black background.


Color preview on white background

This text has color #7A7474 on white background.



Black color preview on #7A7474 background

This text has black color on #7A7474 background.


White color preview on #7A7474 background

This text has white color on #7A7474 background.